/* Keep desktop header navigation on one line across locales. */
html {
  scrollbar-gutter: stable;
}

body.modal-open {
  padding-right: 0 !important;
}

body.modal-open .ak-site_header,
body.modal-open .ak-sticky_header {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

#edkPromoModal .modal-content {
  box-shadow: none;
}

@media screen and (min-width: 1200px) {
  .ak-site_header.ak-style1 .ak-main_header_in {
    flex-wrap: nowrap;
    gap: 16px;
    min-height: 90px;
  }

  .ak-site_header.ak-style1 .ak-main-header-left {
    flex: 0 0 auto;
  }

  .ak-site_header.ak-style1 .ak-site_branding img {
    max-height: 50px;
    width: auto;
  }

  .ak-site_header.ak-style1 .ak-main-header-center {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
  }

  .ak-site_header.ak-style1 .ak-main-header-right {
    flex: 0 0 auto;
  }

  .ak-site_header.ak-style1 .ak-main-header-right h6 {
    font-size: 15px;
    white-space: nowrap;
  }

  .ak-nav .ak-nav_list.ak-nav_list--nowrap {
    flex-wrap: nowrap !important;
    justify-content: center;
  }

  .ak-nav .ak-nav_list.ak-nav_list--nowrap > li {
    margin-right: 16px;
    flex: 0 0 auto;
    height: auto;
  }

  .ak-nav .ak-nav_list.ak-nav_list--nowrap > li:last-child {
    margin-right: 0;
  }

  .ak-nav .ak-nav_list.ak-nav_list--nowrap > li > a {
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}

@media screen and (min-width: 1500px) {
  .ak-site_header.ak-style1 .ak-site_branding img {
    max-height: 56px;
  }

  .ak-nav .ak-nav_list.ak-nav_list--nowrap > li {
    margin-right: 22px;
  }

  .ak-nav .ak-nav_list.ak-nav_list--nowrap > li > a {
    font-size: 15px;
  }

  .ak-site_header.ak-style1 .ak-main-header-right h6 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .ak-nav .ak-nav_list.ak-nav_list--nowrap > li {
    margin-right: 14px;
  }

  .ak-nav .ak-nav_list.ak-nav_list--nowrap > li > a {
    font-size: 13px;
  }

  .ak-site_header.ak-style1 .ak-site_branding img {
    max-height: 46px;
  }
}
