/* public/css/components/locationMenu.css */

.nav__langwrap {
  position: relative;
  justify-self: end;
}

/* Dropdown */
.langmenu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 6em;
  background: var(--color-bg);
  border: 1px solid var(--color-border-soft);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.10);
  padding: 2em;

  z-index: 60;
}

.langmenu__item:not(:last-child) {
  padding-bottom: .5em;
}

.langmenu__flag {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.langmenu__code {
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 12px;
}