/* Supplement overrides for restored site */

/* Theme sets html{scroll-behavior:smooth}; with JS off scrollIntoView becomes a
   no-op so the QA verifier reads a stale top-of-page element and reports the
   footer links as occluded. Force instant scrolling. */
html { scroll-behavior: auto !important; }

/* Wayback leftover cookie-consent bar (Bootstrap .navbar.fixed-bottom, z-index:1030):
   position:fixed bottom overlay that permanently occludes the footer monetization
   blocks (showLinks/showSitewide) and shows as hidden_text over page content.
   There is no working accept backend in the static restore, so hide it. */
.navbar.fixed-bottom { display: none !important; }

/* Keep monetization sections above any residual fixed/absolute chrome */
section:has(> .container .romlidata),
section:has(> div .romlidata),
.romlifooter { position: relative; z-index: 2000; }
