.cs_language_switcher {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 16px;
}

.cs_language_switcher select,
.cs_currency_switcher select {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 14px;
  color: #1f2a44;
}

.cs_currency_switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.cs_currency_badge {
  background: #eef2ff;
  color: #3f51b5;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
}

[dir="rtl"] .cs_language_switcher {
  margin-left: 0;
  margin-right: 16px;
}
