.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 18px;
}

.lang-switch button {
  min-width: 42px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.05);
  color: inherit;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.lang-switch button.active {
  background: #ffffff;
  color: #111111;
  border-color: transparent;
}

@media (max-width: 900px) {
  .lang-switch {
    margin-left: 0;
    margin-top: 12px;
  }
}
