.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.18rem;
  margin-left: 0.45rem;
  padding-left: 0.5rem;
  border-left: 1px solid rgba(93, 82, 121, 0.24);
  white-space: nowrap;
}

.language-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  min-height: 2rem;
  padding: 0.2rem 0.34rem;
  border-radius: 999px;
  font: 700 0.69rem/1 system-ui, sans-serif;
  letter-spacing: 0.055em;
  text-decoration: none;
  color: inherit;
}

.language-switcher a:hover,
.language-switcher a:focus-visible {
  background: rgba(93, 82, 121, 0.1);
  outline: none;
}

.language-switcher a[aria-current="page"] {
  background: #5d5279;
  color: #fff;
}

@media (max-width: 860px) {
  .language-switcher {
    width: 100%;
    justify-content: center;
    margin: 0.55rem 0 0;
    padding: 0.65rem 0 0;
    border-left: 0;
    border-top: 1px solid rgba(93, 82, 121, 0.18);
  }
}
