.dslt-language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.dslt-lang-link {
  display: inline-flex;
  min-width: 36px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 6px;
  padding: 0 8px;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  opacity: 0.78;
}

.dslt-lang-link.is-active {
  opacity: 1;
  font-weight: 700;
}
