.language-switcher {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 3px;
  padding: 3px;
  border: 1px solid #d7e1e2;
  border-radius: 999px;
  background: #fff;
  color: #0b3945;
  font: 800 11px/1 Arial, sans-serif;
  letter-spacing: .04em;
}
.language-switcher a,
.language-switcher span {
  min-width: 30px;
  padding: 7px 8px;
  border: 0 !important;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
}
.language-switcher a:hover { color: #087b79; background: #edf7f6; }
.language-switcher .active { color: #071b21; background: #f5b400; }
@media (max-width: 1020px) {
  .language-switcher { margin-left: auto; }
}
@media (max-width: 420px) {
  .language-switcher a,
  .language-switcher span { min-width: 27px; padding: 6px; }
}
