/* static-fixes.css — minimal overrides for QIC ESG static site */

/* Hide any elements that depend on live API data */
.search-overlay,
.notification-bar,
[class*="cookie-banner"],
[class*="cookie-notice"],
[id*="cookie"],
[class*="consent"] {
  display: none !important;
}

/* Ensure body has correct font loaded via the CSS bundle */
body {
  overflow-x: hidden;
}

/* Fix any position:fixed elements that reference unavailable JS */
.sticky-nav-placeholder {
  display: none;
}