.sookihouse-lang-switcher ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sookihouse-lang-switcher li {
  margin: 0;
}
.sookihouse-lang-switcher a {
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.sookihouse-lang-switcher .lang-item-current a {
  font-weight: 700;
  opacity: 1;
}
.sookihouse-lang-switcher a:not(.lang-item-current a) {
  opacity: 0.65;
}
