.nav--language-switcher .lang > * {
  display: inline-flex;
  align-items: center;
}
.nav--language-switcher .lang > *::before {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  content: "";
  background-image: url("/themes/custom/nordnorsk/build/assets/icons/icon-gb.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-size: 180%;
  border-radius: 50%;
}
.nav--language-switcher .lang--nb > *::before {
  background-image: url("/themes/custom/nordnorsk/build/assets/icons/icon-no.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 180%;
}
.nav--language-switcher .dropdown-menu {
  background-color: #0A2540;
}
@media (max-width: 991.98px) {
  .nav--language-switcher .dropdown-menu {
    min-width: 8rem;
  }
}
.nav--language-switcher .dropdown-item a {
  color: #fff;
}
.nav--language-switcher .dropdown-item a:hover {
  color: #F89463;
}
.nav--language-switcher .dropdown-item:hover {
  background-color: transparent;
}
.nav--location-menu {
  font-size: calc(1.25001rem + 0.00012vw);
}
@media (min-width: 1200px) {
  .nav--location-menu {
    font-size: 1.2501rem;
  }
}
@media (max-width: 991.98px) {
  .nav--location-menu {
    font-size: 1rem;
  }
}
.nav--location-menu a {
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .nav--location-menu a {
    padding: 0.125rem 0.5rem;
  }
}
.nav--location-menu .active a {
  color: #F89463;
}
