.block-language-switcher-block .block__title {
  display: none;
}
.language-switcher {
  display: flex;
  width: 81px;
  justify-content: center;
  align-items: center;
  border-left: 1px solid var(--color-border-width-border-width-default);
}
.language-switcher a.active-language {
  color: var(--color-foreground-foreground-on-active);
  font-weight: var(--font-weight-bold);
}
.language-switcher a,
.language-switcher a + .pipe {
  color: var(--color-foreground-foreground-on-inverse-inactive);
  font-size: var(--typography-font-size-body2-strong-lg);
  line-height: var(--typography-line-height-body2-strong-lg);
}
.language-switcher .pipe {
  margin: 0 var(--space-xs);
}
@media only screen and (max-width: 1279.97px) {
  .language-switcher {
    width: 73px;
  }
}