.header-lang-switcher {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  z-index: 1000;
}

.lang-select-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 4px 8px 4px 6px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.28);
  cursor: pointer;
}

.lang-select-flag {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.header-lang-switcher .lang-select,
select.lang-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23ffffff' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 2px center !important;
  background-size: 8px 5px !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: 'gmarket_sans_medium', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 2px 16px 2px 0 !important;
  min-width: 4.4rem;
  height: auto !important;
  cursor: pointer;
  outline: none;
}

.lang-select option {
  color: #111;
  background: #fff;
}
