.language-switcher {
  pointer-events: none;
}
.language-switcher button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
}
.language-switcher button:focus-visible {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font: inherit;
  color: #ff002f;
}
.language-switcher button:hover {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font: inherit;
  color: #ff002f;
}

button.currentLanguage {
  text-decoration: underline;
}

button.notCurrentLanguage {
  pointer-events: all;
}
