/* SAHKO_CONTENT_CONTRAST_MOBILE_MENU_V1_4_1 */

body.sahko-content-page-v1 main .sseo-v2,
body.sahko-content-page-v1 main .section:not(.hero):not([class*="hero"]),
body.sahko-content-page-v1 main section:not(.hero):not([class*="hero"]) {
  color: #26364a;
}

body.sahko-content-page-v1 main .sseo-v2 p,
body.sahko-content-page-v1 main .sseo-v2 li,
body.sahko-content-page-v1 main .sseo-v2 td,
body.sahko-content-page-v1 main .section:not(.hero):not([class*="hero"]) p,
body.sahko-content-page-v1 main .section:not(.hero):not([class*="hero"]) li,
body.sahko-content-page-v1 main .section:not(.hero):not([class*="hero"]) td,
body.sahko-content-page-v1 main section:not(.hero):not([class*="hero"]) p,
body.sahko-content-page-v1 main section:not(.hero):not([class*="hero"]) li {
  color: #405168 !important;
}

body.sahko-content-page-v1 main .sseo-v2 h2,
body.sahko-content-page-v1 main .sseo-v2 h3,
body.sahko-content-page-v1 main .sseo-v2 h4,
body.sahko-content-page-v1 main .sseo-v2 summary,
body.sahko-content-page-v1 main .sseo-v2 strong,
body.sahko-content-page-v1 main .section:not(.hero):not([class*="hero"]) h2,
body.sahko-content-page-v1 main .section:not(.hero):not([class*="hero"]) h3,
body.sahko-content-page-v1 main .section:not(.hero):not([class*="hero"]) h4,
body.sahko-content-page-v1 main .section:not(.hero):not([class*="hero"]) summary,
body.sahko-content-page-v1 main section:not(.hero):not([class*="hero"]) h2,
body.sahko-content-page-v1 main section:not(.hero):not([class*="hero"]) h3,
body.sahko-content-page-v1 main section:not(.hero):not([class*="hero"]) h4,
body.sahko-content-page-v1 main section:not(.hero):not([class*="hero"]) summary {
  color: #071a31 !important;
}

body.sahko-content-page-v1 main .sseo-v2 a,
body.sahko-content-page-v1 main .section:not(.hero):not([class*="hero"]) a,
body.sahko-content-page-v1 main section:not(.hero):not([class*="hero"]) a {
  color: #82510f;
  text-decoration-color: currentColor;
  text-underline-offset: 0.16em;
}

body.sahko-content-page-v1 main .sseo-v2 article,
body.sahko-content-page-v1 main .sseo-v2__alert,
body.sahko-content-page-v1 main .sseo-v2__answer,
body.sahko-content-page-v1 main .card,
body.sahko-content-page-v1 main details {
  color: #26364a;
}

header.topbar {
  position: relative;
  z-index: 1000;
}

.sahko-mobile-menu-toggle-v1 {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 48px;
  min-height: 48px;
  padding: 8px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 0;
  background: #ffffff;
  color: #071a31;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.sahko-mobile-menu-toggle-v1__icon {
  position: relative;
  width: 20px;
  height: 14px;
  display: block;
}

.sahko-mobile-menu-toggle-v1__icon::before,
.sahko-mobile-menu-toggle-v1__icon::after,
.sahko-mobile-menu-toggle-v1__icon span {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: currentColor;
  transition:
    transform 160ms ease,
    opacity 160ms ease,
    top 160ms ease;
}

.sahko-mobile-menu-toggle-v1__icon::before {
  top: 0;
}

.sahko-mobile-menu-toggle-v1__icon span {
  top: 6px;
}

.sahko-mobile-menu-toggle-v1__icon::after {
  top: 12px;
}

header.topbar.sahko-menu-open
.sahko-mobile-menu-toggle-v1__icon::before {
  top: 6px;
  transform: rotate(45deg);
}

header.topbar.sahko-menu-open
.sahko-mobile-menu-toggle-v1__icon span {
  opacity: 0;
}

header.topbar.sahko-menu-open
.sahko-mobile-menu-toggle-v1__icon::after {
  top: 6px;
  transform: rotate(-45deg);
}

header.topbar .navlinks a[aria-current="page"] {
  color: #82510f;
  font-weight: 950;
}

.sahko-content-price-mobile-v1 {
  display: none;
}

@media screen and (max-width: 900px) {
  header.topbar > .wrap,
  header.topbar > .container,
  header.topbar .topbar-inner,
  header.topbar .header-inner {
    display: grid !important;
    grid-template-columns:
      minmax(0, 1fr)
      auto !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .sahko-mobile-menu-toggle-v1 {
    display: inline-flex;
    justify-self: end;
  }

  header.topbar .navlinks {
    display: none !important;
    grid-column: 1 / -1;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 10px 0 4px !important;
    border-top: 1px solid #d8e1eb;
    background: #ffffff !important;
  }

  header.topbar.sahko-menu-open .navlinks {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  header.topbar .navlinks a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 48px;
    padding: 12px 14px !important;
    border-bottom: 1px solid #e5eaf0;
    color: #17283e !important;
    background: #ffffff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
  }

  header.topbar .navlinks a:last-child {
    border-bottom: 0;
  }

  header.topbar .navlinks a:hover,
  header.topbar .navlinks a:focus-visible,
  header.topbar .navlinks a[aria-current="page"] {
    background: #f3f6f9 !important;
    color: #82510f !important;
  }

  body.sahko-menu-lock {
    overflow: hidden;
  }

  body.sahko-content-page-v1 main .sseo-v2 p,
  body.sahko-content-page-v1 main .sseo-v2 li,
  body.sahko-content-page-v1 main .section:not(.hero):not([class*="hero"]) p,
  body.sahko-content-page-v1 main .section:not(.hero):not([class*="hero"]) li,
  body.sahko-content-page-v1 main section:not(.hero):not([class*="hero"]) p,
  body.sahko-content-page-v1 main section:not(.hero):not([class*="hero"]) li {
    font-size: 16px !important;
    line-height: 1.72 !important;
  }

  body.sahko-content-page-v1 main .sseo-v2 h2,
  body.sahko-content-page-v1 main .section:not(.hero):not([class*="hero"]) h2,
  body.sahko-content-page-v1 main section:not(.hero):not([class*="hero"]) h2 {
    line-height: 1.12 !important;
    overflow-wrap: anywhere;
  }

  body.sahko-content-page-v1 main .sseo-v2,
  body.sahko-content-page-v1 main .section:not(.hero):not([class*="hero"]),
  body.sahko-content-page-v1 main section:not(.hero):not([class*="hero"]) {
    min-width: 0;
    max-width: 100%;
  }

  body.sahko-content-page-v1 main table.price-table {
    display: none !important;
    position: absolute !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.sahko-content-page-v1 main .sahko-content-price-mobile-v1 {
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    gap: 12px;
    margin: 20px 0 0;
  }

  body.sahko-content-page-v1 main .sahko-content-price-mobile-v1__card {
    display: grid;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    gap: 0;
    padding: 14px 16px;
    border: 1px solid #d8e1eb;
    background: #ffffff;
  }

  body.sahko-content-page-v1 main .sahko-content-price-mobile-v1__item {
    display: grid;
    grid-template-columns:
      minmax(0, 38%)
      minmax(0, 62%);
    gap: 12px;
    min-width: 0;
    padding: 10px 0;
    border-bottom: 1px dotted #d8e1eb;
  }

  body.sahko-content-page-v1 main
  .sahko-content-price-mobile-v1__item:last-child {
    border-bottom: 0;
  }

  body.sahko-content-page-v1 main
  .sahko-content-price-mobile-v1__label,
  body.sahko-content-page-v1 main
  .sahko-content-price-mobile-v1__value {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
  }

  body.sahko-content-page-v1 main
  .sahko-content-price-mobile-v1__label {
    color: #071a31 !important;
    font-size: 14px !important;
    font-weight: 900;
    line-height: 1.35 !important;
  }

  body.sahko-content-page-v1 main
  .sahko-content-price-mobile-v1__value {
    color: #405168 !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
  }
}

@media screen and (min-width: 901px) {
  header.topbar .navlinks {
    display: flex !important;
  }
}
