.flormi-lang-switcher ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.flormi-lang-switcher--center ul {
  justify-content: center;
}

.flormi-lang-switcher--right ul {
  justify-content: flex-end;
}

.flormi-lang-switcher a[aria-current="page"] {
  font-weight: 700;
  text-decoration: underline;
}
