.language-switcher a {
  min-width: 2.45rem;
  border-radius: 999px;
  padding: .42rem .65rem;
  color: var(--muted);
  text-align: center;
  text-decoration: none;
}
.language-switcher a:hover,
.language-switcher a:focus-visible { color: var(--text); }
.language-switcher a[aria-current="page"] {
  color: var(--text);
  background: rgba(130,151,82,.2);
  box-shadow: inset 0 0 0 1px rgba(169,188,114,.22);
}
