/* Hide A/B block variants until JS assigns one (prevents blink on load).
   Using :not(.bright-ab-active) so the block's own display/padding/margin
   are preserved once JS marks the winning variant as active. */
[class*="bright-ab-test-"][class*="bright-ab-var-"]:not(.bright-ab-active) {
  display: none !important;
}
