.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 8px;
  background: rgba(15, 29, 48, 0.72);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}

.language-switcher a {
  min-width: 30px;
  padding: 7px 8px;
  border-radius: 5px;
  color: #94a3b8;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s, background 0.15s;
}

.language-switcher a:hover {
  color: #f8fafc;
}

.language-switcher a[aria-current="page"] {
  color: #06111f;
  background: #04baff;
}

@media (max-width: 760px) {
  .language-switcher {
    margin-left: auto;
  }
}
