.site-i18n-switcher {
  display: none !important;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.86);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  margin-left: 8px;
  flex-shrink: 0;
}

.site-country-code-search {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  margin: 0 0 8px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #111;
  font-size: 14px;
  line-height: 36px;
  outline: none;
}

.site-country-code-search:focus {
  border-color: #999;
}

.site-i18n-switcher__label {
  font-weight: 600;
  white-space: nowrap;
}

.site-i18n-switcher select {
  height: 24px;
  min-width: 80px;
  border: 0;
  border-radius: 999px;
  padding: 0 20px 0 8px;
  background: #fff;
  color: #111;
  font-size: 12px;
  outline: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .site-i18n-switcher {
    gap: 3px;
    padding: 3px 6px;
    font-size: 11px;
  }

  .site-i18n-switcher select {
    min-width: 70px;
    height: 22px;
    font-size: 11px;
  }
}