.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  font-family: "Orbitron", "Manrope", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .06em;
}
.language-switch span { width: 1px; height: 13px; background: #c9c9c9; }
.language-switch a { color: #91949a; transition: color .2s ease; }
.language-switch a:hover { color: var(--blue); }
.language-switch a.active { color: var(--black); font-weight: 600; }
@media (max-width: 980px) {
  .language-switch { margin-left: 4px; }
}
