.lang-switcher {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 99999;
}

@media (max-width: 767px) {
  .lang-switcher {
    position: absolute;
    top: 9px !important;
    right: 68px !important;
  }
}

.lang-switcher__label {
  color: #111827;
  font-weight: 600;
  white-space: nowrap;
}

.lang-switcher__select {
  border-radius: 999px;
  padding: 6px 12px;
  background: #3463af;
  color: #000000;
  outline: none;
  cursor: pointer;
  min-width: 110px;
}

.lang-switcher__select:focus {
  background: #3463af;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
