.natural-language-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .04em;
}

.natural-language-switcher a {
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  color: inherit;
  text-decoration: none;
  opacity: .82;
}

.natural-language-switcher a:hover,
.natural-language-switcher a:focus-visible {
  opacity: 1;
}
