/*
 * Acuvon Navigation & Rail Fix
 *
 * Only the non-homepage rail visibility is controlled by JavaScript.
 * No header sizing, menu colors, underlines, rail dots, labels or spacing
 * are restyled here.
 */

/* Defensive fallback while the page is loading.
   JS removes this attribute on the homepage. */
body:not(.home) #acv-rail[aria-hidden="true"],
body:not(.home) .acv-rail[aria-hidden="true"] {
    display: none !important;
}
