#tds-lang-switcher {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(17, 24, 39, 0.9);
  backdrop-filter: blur(6px);
  color: #e2e8f0;
  font-family: Inter, -apple-system, system-ui, sans-serif;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

#tds-lang-switcher label {
  font-size: 12px;
  color: #94a3b8;
  margin: 0;
}

#tds-lang-select {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #0f172a;
  color: #f8fafc;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  cursor: pointer;
}

#tds-lang-select:focus {
  outline: none;
  border-color: #f59e0b;
}

#google_translate_element {
  display: none;
}

@media (max-width: 640px) {
  #tds-lang-switcher {
    right: 10px;
    bottom: 10px;
    padding: 7px 8px;
  }
}
