/* Minimal CSS to keep the sticky ATC hidden until AB script decides.
   Keeps DOM present on initial load for discovery, avoids layout shift. */

/* Ensure the bar is not announced visually until shown */
.fon-sticky-atc-bar[aria-hidden="true"] {
  display: none !important;
}

