/* ChinaSend topbar language switcher EN / DE / FR */
.chinasend-lang-switcher-host,
#langSwitcher {
  display: inline-flex !important;
  align-items: center;
  visibility: visible !important;
  opacity: 1 !important;
  min-width: 4.5rem;
  min-height: 28px;
  margin-left: 8px;
  vertical-align: middle;
  flex-shrink: 0;
}

.chinasend-lang-switcher {
  display: inline-flex !important;
  align-items: center;
  gap: 2px;
  padding: 2px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

.chinasend-lang-switcher .lang-btn {
  min-width: 2.1rem;
  padding: 4px 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: none;
  border-radius: 4px;
  background: transparent;
  color: #111827;
  cursor: pointer;
  line-height: 1.2;
}

.chinasend-lang-switcher .lang-btn:hover {
  background: rgba(15, 23, 42, 0.08);
}

.chinasend-lang-switcher .lang-btn.active {
  background: #111827;
  color: #fff;
}

header .chinasend-lang-switcher-host,
.header-actions .chinasend-lang-switcher-host {
  margin-left: auto;
}
