.block-language-switcher-block .block__title {
  display: none;
}
.language-switcher {
  display: flex;
  flex-direction: column;
}
.language-switcher a.active-language {
  font-weight: 700;
}
.language-switcher a,
.language-switcher a + .pipe {
  color: var(--color-foreground-default, #010414);
  font-weight: 500;
}