.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 12px;
  color: inherit;
}

.lang-switcher__label {
  font-size: 12px;
  opacity: 0.85;
}

.lang-switcher__select {
  background: transparent;
  color: inherit;
  border: none;
  border-radius: 0;
  padding: 4px 8px;
  font-size: 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.lang-switcher__select:focus {
  outline: none;
  box-shadow: none;
}
