.rega-locale-switcher {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 36px;
  margin-top: 0.75rem;
  color: inherit;
  font-size: 0.85rem;
  line-height: 1.2;
}

.rega-locale-switcher a,
.rega-locale-switcher span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 0.15rem;
}

.rega-locale-switcher a {
  color: inherit;
  text-decoration: none;
  opacity: 0.78;
}

.rega-locale-switcher a:hover {
  opacity: 1;
  text-decoration: underline;
}

.rega-locale-switcher a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
  border-radius: 4px;
}

.rega-locale-switcher [aria-current="page"] {
  font-weight: 700;
  opacity: 1;
}
