.language-switch {
  position: fixed;
  top: 8px;
  right: 10px;
  z-index: 11000;
  display: inline-flex;
  gap: 2px;
  padding: 2px;
  border: 1px solid rgba(100, 116, 139, .35);
  border-radius: 6px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 1px 5px rgba(15, 23, 42, .12);
  backdrop-filter: blur(6px);
}

.language-switch a {
  min-width: 28px;
  padding: 2px 6px;
  border-radius: 4px;
  color: #64748b;
  font: 600 10px/1.5 system-ui, sans-serif;
  letter-spacing: .04em;
  text-align: center;
  text-decoration: none;
}

.language-switch a:hover {
  color: #0f172a;
  background: #e2e8f0;
}

.language-switch a[aria-current="true"] {
  color: #fff;
  background: #2563eb;
}

@media (max-width: 600px) {
  .language-switch {
    top: 6px;
    right: 6px;
  }
}
