/* India2Abroad — stable public header
   Single source of truth for desktop + mobile header.
   Keep this file loaded after all other public styles. */

:root {
  --i2a-header-height: 78px;
  --i2a-header-blue: #061d4e;
  --i2a-header-active: #126bf3;
  --i2a-header-line: #dce6f3;
  --i2a-preheader-height: 0px;
}

body.has-preheader-banner {
  --i2a-preheader-height: 54px;
}

html,
body {
  overflow-x: clip;
}

body {
  padding-top: calc(var(--i2a-header-height) + var(--i2a-preheader-height)) !important;
}

body.menu-open {
  overflow: hidden !important;
}

/* ---------- Header shell ---------- */

body .site-header,
body .site-header * {
  box-sizing: border-box;
}

body .site-header {
  position: fixed !important;
  top: var(--i2a-preheader-height) !important;
  right: 0 !important;
  left: 0 !important;
  bottom: auto !important;
  z-index: 1100 !important;

  width: 100% !important;
  height: var(--i2a-header-height) !important;
  min-height: var(--i2a-header-height) !important;
  max-height: var(--i2a-header-height) !important;

  display: flex !important;
  align-items: center !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  border-bottom: 1px solid var(--i2a-header-line) !important;
  border-radius: 0 !important;

  background: rgba(255,255,255,.98) !important;
  box-shadow: 0 8px 24px rgba(15,44,91,.07) !important;
  backdrop-filter: blur(14px);
}

/* If a pre-header banner exists, do not let it participate in header layout. */
body .site-header > :not(.header-shell):not(.container):not(.site-nav-backdrop) {
  max-width: 100%;
}

body .site-header .container.header-shell {
  position: relative !important;

  width: min(1540px, calc(100% - 48px)) !important;
  height: var(--i2a-header-height) !important;
  min-height: var(--i2a-header-height) !important;

  display: grid !important;
  grid-template-columns: 124px minmax(0, 1fr) 230px !important;
  grid-template-rows: 1fr !important;
  align-items: center !important;
  justify-items: stretch !important;
  column-gap: 22px !important;

  margin: 0 auto !important;
  padding: 0 !important;
}

/* ---------- Logo ---------- */

body .site-header .header-brand {
  grid-column: 1 !important;
  grid-row: 1 !important;

  position: static !important;
  inset: auto !important;
  transform: none !important;

  width: 110px !important;
  max-width: 110px !important;
  height: 58px !important;
  min-height: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  margin: 0 !important;
  padding: 0 !important;

  flex: none !important;
  align-self: center !important;
  justify-self: start !important;
}

body .site-header .header-brand .brand-logo-full {
  position: static !important;
  inset: auto !important;
  transform: none !important;

  width: auto !important;
  max-width: 110px !important;
  height: 58px !important;
  max-height: 58px !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: contain !important;
  object-position: left center !important;
}

/* ---------- Desktop navigation ---------- */

body .site-header .site-nav {
  grid-column: 2 !important;
  grid-row: 1 !important;

  position: static !important;
  inset: auto !important;
  transform: none !important;

  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  border-radius: 0 !important;

  background: transparent !important;
  box-shadow: none !important;

  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body .site-header .nav-list {
  width: auto !important;
  max-width: 100% !important;

  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(10px, 1.05vw, 22px) !important;

  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
}

body .site-header .nav-list > li {
  position: static !important;
  display: block !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .site-header .nav-link,
body .site-header .nav-button {
  width: auto !important;
  min-width: 0 !important;
  min-height: 42px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;

  margin: 0 !important;
  padding: 0 6px !important;

  border: 0 !important;
  border-radius: 10px !important;

  background: transparent !important;
  box-shadow: none !important;

  color: var(--i2a-header-blue) !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;

  cursor: pointer !important;
}

body .site-header .nav-link:hover,
body .site-header .nav-link:focus-visible,
body .site-header .nav-button:hover,
body .site-header .nav-button:focus-visible,
body .site-header .nav-link.is-active,
body .site-header .nav-button.is-active {
  color: var(--i2a-header-active) !important;
  background: #edf5ff !important;
}

body .site-header .nav-button::after {
  content: "" !important;
  width: 7px !important;
  height: 7px !important;
  margin-top: -4px !important;
  border: 0 !important;
  border-right: 2px solid currentColor !important;
  border-bottom: 2px solid currentColor !important;
  transform: rotate(45deg) !important;
}

/* ---------- Right actions ---------- */

body .site-header .header-right-actions {
  grid-column: 3 !important;
  grid-row: 1 !important;

  position: static !important;
  inset: auto !important;

  width: 100% !important;
  min-width: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;

  margin: 0 !important;
  padding: 0 !important;

  align-self: center !important;
  justify-self: end !important;
}

body .site-header .header-search {
  display: none !important;
}

body .site-header .header-counselling-cta {
  position: static !important;
  inset: auto !important;
  transform: none !important;

  min-width: 0 !important;
  min-height: 48px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  margin: 0 !important;
  padding: 0 18px !important;

  border: 0 !important;
  border-radius: 10px !important;

  background: linear-gradient(135deg,#ff3048,#e92a3e) !important;
  box-shadow: 0 10px 22px rgba(233,42,62,.18) !important;

  color: #fff !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body .site-header .menu-toggle,
body .site-header .mobile-nav-head,
body .site-nav-backdrop {
  display: none !important;
}

/* ---------- Font Awesome inside header ---------- */

body .site-header :where(.fa-solid,.fas,.fa-regular,.far,.fa-brands,.fab) {
  font-style: normal !important;
  line-height: 1 !important;
}

body .site-header :where(.fa-solid,.fas) {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

body .site-header :where(.fa-regular,.far) {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400 !important;
}

body .site-header :where(.fa-brands,.fab) {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

/* ---------- Desktop dropdown / mega-menu ---------- */

body .site-header .nav-item.has-dropdown {
  position: static !important;
}

body .site-header .nav-item.has-dropdown > .dropdown-menu,
body .site-header .nav-item.has-dropdown > .dropdown-menu-wide,
body .site-header .nav-item.has-dropdown > .course-mega-menu {
  position: fixed !important;
  top: calc(var(--i2a-preheader-height) + var(--i2a-header-height) - 1px) !important;
  left: 50% !important;
  z-index: 1120 !important;

  width: min(1120px, calc(100vw - 48px)) !important;
  max-height: min(650px, calc(100dvh - var(--i2a-header-height) - 28px)) !important;

  margin: 0 !important;

  border: 1px solid #dbe5f1 !important;
  border-radius: 14px !important;

  background: #fff !important;
  box-shadow: 0 26px 64px rgba(12,34,72,.18) !important;

  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translate(-50%, 10px) !important;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease !important;
}

body .site-header .nav-item.has-dropdown:hover > .dropdown-menu,
body .site-header .nav-item.has-dropdown:focus-within > .dropdown-menu,
body .site-header .nav-item.has-dropdown.is-open > .dropdown-menu,
body .site-header .nav-item.has-dropdown:hover > .dropdown-menu-wide,
body .site-header .nav-item.has-dropdown:focus-within > .dropdown-menu-wide,
body .site-header .nav-item.has-dropdown.is-open > .dropdown-menu-wide,
body .site-header .nav-item.has-dropdown:hover > .course-mega-menu,
body .site-header .nav-item.has-dropdown:focus-within > .course-mega-menu,
body .site-header .nav-item.has-dropdown.is-open > .course-mega-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translate(-50%,0) !important;
}

body .site-header .dropdown-menu-wide {
  width: 280px !important;
  padding: 10px !important;
}

body .site-header .dropdown-menu-wide a {
  display: block !important;
  padding: 11px 13px !important;
  border-radius: 9px !important;
  color: #102a59 !important;
  font-family: "Outfit",sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

body .site-header .dropdown-menu-wide a:hover,
body .site-header .dropdown-menu-wide a:focus-visible {
  background: #edf5ff !important;
  color: var(--i2a-header-active) !important;
}

/* Keep the existing mega-menu inner structure but prevent legacy positioning. */
body .site-header .course-mega-menu:not([data-location-menu]) {
  display: grid !important;
  grid-template-columns: 240px minmax(0,1fr) 240px !important;
  gap: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body .site-header .course-mega-categories {
  display: grid !important;
  align-content: start !important;
  gap: 6px !important;
  padding: 14px 12px !important;
  border-right: 1px solid #e5edf7 !important;
  background: linear-gradient(180deg,#f8fbff,#fff) !important;
}

body .site-header .course-mega-subcategories {
  min-width: 0 !important;
  max-height: 610px !important;
  overflow-y: auto !important;
  padding: 20px !important;
  background: #fff !important;
}

body .site-header .course-mega-panel {
  display: none !important;
}

body .site-header .course-mega-panel.is-active {
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 18px 24px !important;
}

body .site-header [data-location-menu].course-mega-menu {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) 300px !important;
  grid-template-rows: auto minmax(0,1fr) !important;
  gap: 0 !important;
  padding: 22px !important;
}

body .site-header [data-location-menu] .course-mega-categories {
  display: none !important;
}

body .site-header [data-location-menu] .course-mega-subcategories {
  grid-column: 1 !important;
  grid-row: 2 !important;
  max-height: none !important;
  padding: 0 24px 0 0 !important;
  border-right: 1px solid #e5edf7 !important;
  overflow: visible !important;
}

body .site-header [data-location-menu] .location-mega-panel {
  display: none !important;
}

body .site-header [data-location-menu] .location-mega-panel.is-active {
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 16px 34px !important;
}

body .site-header .location-mega-promo {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  margin: 0 !important;
}

/* ---------- Laptop/mobile ---------- */

@media (max-width: 1180px) {
  :root {
    --i2a-header-height: 72px;
  }

  body.has-preheader-banner {
    --i2a-preheader-height: 50px;
  }

  body .site-header .container.header-shell {
    width: calc(100% - 24px) !important;
    grid-template-columns: 108px minmax(0,1fr) 48px !important;
    column-gap: 10px !important;
  }

  body .site-header .header-brand {
    width: 98px !important;
    max-width: 98px !important;
    height: 52px !important;
  }

  body .site-header .header-brand .brand-logo-full {
    max-width: 98px !important;
    height: 52px !important;
    max-height: 52px !important;
  }

  body .site-header .header-counselling-cta {
    display: none !important;
  }

  body .site-header .header-right-actions {
    grid-column: 3 !important;
    width: 48px !important;
  }

  body .site-header .menu-toggle {
    width: 44px !important;
    height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    justify-self: end !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 1px solid #dbe5f1 !important;
    border-radius: 11px !important;

    background: #fff !important;
    color: var(--i2a-header-blue) !important;
    box-shadow: 0 8px 18px rgba(15,44,91,.08) !important;
  }

  body .site-header .menu-toggle span {
    position: static !important;
    width: 20px !important;
    height: 2px !important;
    display: block !important;
    margin: 0 !important;
    border-radius: 99px !important;
    background: currentColor !important;
  }

  body .site-nav-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1190 !important;
    display: block !important;
    background: rgba(8,20,46,.46) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity .22s ease, visibility .22s ease !important;
  }

  body .site-nav-backdrop.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body .site-header .site-nav {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    z-index: 1200 !important;

    width: min(390px,100vw) !important;
    max-width: 100vw !important;
    height: 100dvh !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;

    padding: 18px 16px 24px !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: #fff !important;
    box-shadow: -24px 0 70px rgba(12,34,72,.18) !important;

    overflow-x: hidden !important;
    overflow-y: auto !important;

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;

    transform: translateX(105%) !important;
    transition: transform .26s ease !important;
  }

  body .site-header .site-nav.is-open {
    transform: translateX(0) !important;
  }

  body .site-header .mobile-nav-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;

    margin: 0 0 16px !important;
    padding: 0 0 14px !important;

    border-bottom: 1px solid #e5edf7 !important;
  }

  body .site-header .mobile-nav-head strong {
    color: var(--i2a-header-blue) !important;
    font-family: "Outfit",sans-serif !important;
    font-size: 21px !important;
    font-weight: 600 !important;
  }

  body .site-header .mobile-nav-close {
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 1px solid #dbe5f1 !important;
    border-radius: 10px !important;

    background: #f8fbff !important;
    color: var(--i2a-header-blue) !important;

    font-size: 26px !important;
    line-height: 1 !important;
  }

  body .site-header .nav-list {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 8px !important;
  }

  body .site-header .nav-list > li {
    width: 100% !important;
  }

  body .site-header .nav-link,
  body .site-header .nav-button {
    width: 100% !important;
    min-height: 50px !important;
    justify-content: space-between !important;

    padding: 0 14px !important;

    border: 1px solid #e5edf7 !important;
    border-radius: 11px !important;

    background: #fff !important;

    font-size: 15px !important;
    text-transform: none !important;
  }

  body .site-header .nav-item.has-dropdown {
    position: relative !important;
  }

  body .site-header .nav-item.has-dropdown > .dropdown-menu,
  body .site-header .nav-item.has-dropdown > .dropdown-menu-wide,
  body .site-header .nav-item.has-dropdown > .course-mega-menu {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    width: 100% !important;
    max-width: none !important;
    max-height: none !important;

    display: none !important;

    margin: 7px 0 0 !important;
    padding: 9px !important;

    border: 1px solid #e5edf7 !important;
    border-radius: 12px !important;

    background: #f8fbff !important;
    box-shadow: none !important;

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    overflow: visible !important;
  }

  body .site-header .nav-item.has-dropdown.is-open > .dropdown-menu,
  body .site-header .nav-item.has-dropdown.is-open > .dropdown-menu-wide,
  body .site-header .nav-item.has-dropdown.is-open > .course-mega-menu {
    display: block !important;
  }

  body .site-header .course-mega-categories {
    display: grid !important;
    gap: 7px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  body .site-header .course-mega-category {
    min-height: 46px !important;
    padding: 0 12px !important;
    border: 1px solid #e5edf7 !important;
    border-radius: 10px !important;
    background: #fff !important;
  }

  body .site-header .course-mega-subcategories,
  body .site-header .course-mega-promo,
  body .site-header .location-mega-promo,
  body .site-header [data-location-menu].course-mega-menu::before {
    display: none !important;
  }

  body .site-header [data-location-menu] .course-mega-categories {
    display: none !important;
  }

  body .site-header [data-location-menu] .course-mega-subcategories {
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body .site-header [data-location-menu] .location-mega-panel.is-active {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }

  body .site-header [data-location-menu] .location-mega-panel a {
    width: 100% !important;
    min-height: 46px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 12px !important;
    border: 1px solid #e5edf7 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #08356b !important;
    font-size: 14px !important;
    text-decoration: none !important;
  }
}

@media (max-width: 520px) {
  :root {
    --i2a-header-height: 68px;
  }

  body.has-preheader-banner {
    --i2a-preheader-height: 46px;
  }

  body .site-header .container.header-shell {
    width: calc(100% - 18px) !important;
    grid-template-columns: 100px minmax(0,1fr) 44px !important;
  }

  body .site-header .header-brand {
    width: 92px !important;
    max-width: 92px !important;
    height: 48px !important;
  }

  body .site-header .header-brand .brand-logo-full {
    max-width: 92px !important;
    height: 48px !important;
    max-height: 48px !important;
  }

  body .site-header .menu-toggle {
    width: 42px !important;
    height: 42px !important;
  }

  body .site-header .site-nav {
    width: 100vw !important;
  }
}


/* ========================================================================
   HEADER COMPACT + STUDY IN INDIA DROPDOWN FIX
   2026-09-23
   ======================================================================== */

/* Smaller desktop header */
@media (min-width: 1181px) {
  :root {
    --i2a-header-height: 68px !important;
  }

  body .site-header .container.header-shell {
    width: min(1500px, calc(100% - 36px)) !important;
    grid-template-columns: 106px minmax(0,1fr) 210px !important;
    column-gap: 16px !important;
  }

  body .site-header .header-brand {
    width: 96px !important;
    max-width: 96px !important;
    height: 50px !important;
  }

  body .site-header .header-brand .brand-logo-full {
    max-width: 96px !important;
    height: 50px !important;
    max-height: 50px !important;
  }

  body .site-header .nav-list {
    gap: 8px !important;
  }

  /* Make each nav item span the full header height.
     This removes the hover dead-zone between menu and dropdown. */
  body .site-header .nav-list > li {
    position: relative !important;
    height: var(--i2a-header-height) !important;
    display: flex !important;
    align-items: center !important;
  }

  body .site-header .nav-link,
  body .site-header .nav-button {
    min-height: 36px !important;
    padding: 0 7px !important;
    border-radius: 8px !important;
    font-size: 12.5px !important;
    line-height: 1 !important;
  }

  body .site-header .nav-button::after {
    width: 6px !important;
    height: 6px !important;
    margin-top: -3px !important;
    border-right-width: 1.5px !important;
    border-bottom-width: 1.5px !important;
  }

  body .site-header .header-counselling-cta {
    min-height: 42px !important;
    padding: 0 14px !important;
    border-radius: 8px !important;
    gap: 8px !important;
    font-size: 12.5px !important;
  }

  /* Study in India: simple compact dropdown directly under the menu item */
  body .site-header .nav-item.has-dropdown > .dropdown-menu.dropdown-menu-wide {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;

    width: 285px !important;
    min-width: 285px !important;
    max-width: 285px !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 8px !important;

    border: 1px solid #e1e8f1 !important;
    border-radius: 0 0 10px 10px !important;

    background: #fff !important;
    box-shadow: 0 14px 30px rgba(15,44,91,.10) !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(0) !important;
    transition: opacity .16s ease, visibility .16s ease !important;
  }

  body .site-header .nav-item.has-dropdown:hover > .dropdown-menu.dropdown-menu-wide,
  body .site-header .nav-item.has-dropdown:focus-within > .dropdown-menu.dropdown-menu-wide,
  body .site-header .nav-item.has-dropdown.is-open > .dropdown-menu.dropdown-menu-wide {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  body .site-header .dropdown-menu-wide li {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  body .site-header .dropdown-menu-wide a {
    width: 100% !important;
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 14px !important;
    border-radius: 7px !important;
    color: #233555 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
  }

  body .site-header .dropdown-menu-wide a:hover,
  body .site-header .dropdown-menu-wide a:focus-visible {
    background: #f1f6ff !important;
    color: #126bf3 !important;
  }

  /* Mega menus remain full-width/centered */
  body .site-header .nav-item.has-dropdown > .course-mega-menu {
    position: fixed !important;
    top: calc(var(--i2a-preheader-height) + var(--i2a-header-height) - 1px) !important;
    left: 50% !important;
    transform: translate(-50%, 10px) !important;
  }

  body .site-header .nav-item.has-dropdown:hover > .course-mega-menu,
  body .site-header .nav-item.has-dropdown:focus-within > .course-mega-menu,
  body .site-header .nav-item.has-dropdown.is-open > .course-mega-menu {
    transform: translate(-50%, 0) !important;
  }
}

/* Tablet/mobile: slightly shorter header and smaller menu text */
@media (max-width: 1180px) {
  :root {
    --i2a-header-height: 66px !important;
  }

  body .site-header .container.header-shell {
    grid-template-columns: 98px minmax(0,1fr) 44px !important;
  }

  body .site-header .header-brand {
    width: 90px !important;
    max-width: 90px !important;
    height: 46px !important;
  }

  body .site-header .header-brand .brand-logo-full {
    max-width: 90px !important;
    height: 46px !important;
    max-height: 46px !important;
  }

  body .site-header .menu-toggle {
    width: 40px !important;
    height: 40px !important;
  }

  body .site-header .nav-link,
  body .site-header .nav-button {
    min-height: 46px !important;
    padding: 0 13px !important;
    font-size: 14px !important;
  }

  body .site-header .dropdown-menu-wide a {
    min-height: 44px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 520px) {
  :root {
    --i2a-header-height: 62px !important;
  }

  body .site-header .container.header-shell {
    width: calc(100% - 16px) !important;
    grid-template-columns: 92px minmax(0,1fr) 42px !important;
  }

  body .site-header .header-brand {
    width: 84px !important;
    max-width: 84px !important;
    height: 43px !important;
  }

  body .site-header .header-brand .brand-logo-full {
    max-width: 84px !important;
    height: 43px !important;
    max-height: 43px !important;
  }
}
