/* Fueltek v6.9.294 — switch to the complete three-line navigation before
   browser zoom can push FAQ or Contact beyond the available header width.
   The full ten-link row is reserved for viewports wider than 1220px. */

@media (max-width: 1220px) {
  html[data-theme] body .header .nav-shell,
  html[data-theme] body .header .jump-nav {
    display: none !important;
  }

  html[data-theme] body .header .pages-menu-btn-v56 {
    display: inline-flex !important;
  }

  html[data-theme] body .header .pages-menu-btn-v56 b {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
  }
}

/* At tablet and desktop-zoom widths there is no empty navigation row. */
@media (min-width: 561px) and (max-width: 1220px) {
  html[data-theme] body .header {
    position: fixed !important;
    top: 10px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    box-sizing: border-box !important;
    width: calc(100vw - 20px) !important;
    height: 70px !important;
    min-height: 70px !important;
    max-height: 70px !important;
    padding: 0 12px !important;
    display: grid !important;
    grid-template-columns: clamp(140px, 25vw, 220px) minmax(0, 1fr) !important;
    grid-template-rows: 68px !important;
    column-gap: 8px !important;
    row-gap: 0 !important;
    align-items: center !important;
    justify-content: stretch !important;
    overflow: visible !important;
  }

  html[data-theme] body .header .logo {
    grid-column: 1 !important;
    grid-row: 1 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 220px !important;
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    align-self: center !important;
    justify-self: start !important;
    background-position: left center !important;
    background-size: clamp(132px, 22vw, 186px) auto !important;
  }

  html[data-theme] body .header .header-actions-v56 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    margin: 0 !important;
    padding: 5px !important;
    justify-self: end !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
  }

  html[data-theme] body {
    padding-top: 92px !important;
  }

  html[data-theme] body .nav-scroll-mask {
    height: 90px !important;
  }
}
