.language-switch {
  appearance: none;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.language-switch::before {
  content: none;
  display: none;
}

@media (max-width: 1199.98px) {
  .language-switch {
    width: min(100%, 340px) !important;
    margin: .15rem auto .05rem;
    padding: .86rem .75rem !important;
    border: 0;
    background: transparent;
  }
}

@media (max-width: 1199.98px) {
  .language-switch::before {
    display: none;
  }
}

