.global-language-switcher {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}

.global-language-switcher label {
  color: #334155;
  font-weight: 900;
}

.global-language-switcher select {
  min-width: 210px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-weight: 800;
  padding: 10px 12px;
}

@media (max-width: 480px) {
  .global-language-switcher {
    align-items: stretch;
  }

  .global-language-switcher select {
    width: 100%;
    min-width: 0;
  }
}
