/* Shared corrections for the older reference-document shell.
   The documents keep their reading layouts, but use the same site type and
   navigation breakpoint as the current public pages. */
body {
  font-family: "Schibsted Grotesk", Arial, sans-serif;
}

@media (min-width: 681px) and (max-width: 900px) {
  header[data-mobile-nav] > div {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  header[data-mobile-nav] .arkna-menu-button {
    display: none !important;
  }

  header[data-mobile-nav] nav,
  header[data-mobile-nav] nav[data-open="true"] {
    position: static !important;
    display: flex !important;
    gap: 24px !important;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  header[data-mobile-nav] nav a {
    display: inline-flex !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
}
