.language-switcher .form-select {
  min-width: 8.5rem;
  border-color: rgba(255, 255, 255, .4);
  box-shadow: none;
}

.language-switcher-mobile .form-select {
  min-width: 4.25rem;
  width: 4.25rem;
  height: 2.25rem;
  padding: .25rem 1.65rem .25rem .65rem;
  border-color: rgba(255, 255, 255, .7);
  background-color: rgba(255, 255, 255, .96);
  font-weight: 600;
}

@media (max-width: 767px) {
  .language-switcher {
    width: 100%;
  }

  .language-switcher .form-select {
    width: 100%;
  }

  .language-switcher-mobile {
    width: auto;
  }

  .language-switcher-mobile .form-select {
    width: 4.25rem;
  }
}
