.nav .lang-switch {
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  color: #d8a758;
  font-weight: 600;
  letter-spacing: .08em;
  transition: color .25s ease, border-color .25s ease, background-color .25s ease;
}

.nav .lang-switch:hover,
.nav .lang-switch:focus-visible {
  color: #090a0d;
  border-color: #fff;
  background: #fff;
  outline: none;
}

@media (max-width: 900px) {
  .nav .lang-switch {
    min-width: 54px;
    min-height: 54px;
    font-family: "Manrope", Arial, sans-serif;
    font-size: .85rem;
  }
}
