/* Formbase Conditional Logic — hide rule-failing fields without removing them
   from the DOM (preserves grid alignment of sibling fields and lets us flip
   visibility instantly without layout thrash). */

.fb-form .fb-field--cl-hidden {
    display: none !important;
}
