/* src/airprocess-static/pages/platform/page.css */
.platform-features {
   --strip-lr-frame-width: 533;
   --strip-lr-frame-height: 533; 
}

.field-types .card {
    border-color: #E2E8F0;
}

.field-types .card-description {
    font-size: 1.2rem;
}

/* lib/fx/base.css */
body.has-page-fx {
  position: relative;
  isolation: isolate;
}

.page-fx-root {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 2147483646;
}

.page-fx-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-fx-layer--canvas {
  display: block;
  width: 100%;
  height: 100%;
}