.wn-lang {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  white-space: nowrap;
}

.wn-lang-sep {
  opacity: 0.35;
  pointer-events: none;
}

.wn-lang-link {
  color: rgba(255, 255, 255, 0.48);
  text-decoration: none;
  transition: color 0.2s ease;
}

.wn-lang-link:hover,
.wn-lang-link.is-active {
  color: #fff;
}

.wn-lang--mobile {
  margin-left: auto;
  margin-right: 12px;
}
