/* Fueltek v6.9.295 — keep the complete mobile utility bar visible while the
   page scrolls. This overrides the earlier scroll-down hide behaviour only at
   mobile widths; desktop navigation is unchanged. */

@media (max-width: 900px) {
  html[data-theme] body .header,
  html[data-theme] body.mobile-header-hidden:not(.pages-drawer-open-v56) .header,
  html[data-theme] body.mobile-header-hidden.pages-drawer-open-v56 .header {
    position: fixed !important;
    top: 7px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 1000 !important;
    transition: box-shadow .22s ease, border-color .22s ease !important;
  }
}
