.language-picker-component { width: 200px; }
.language-picker-select { width: 100%; max-width: 160px; font-size: 12px; min-height: 28px; padding: 4px 28px 4px 8px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.1); color: #ffffff; appearance: none; background-image: linear-gradient(45deg, transparent 50%, #ffffff 50%), linear-gradient(135deg, #ffffff 50%, transparent 50%); background-position: calc(100% - 16px) 11px, calc(100% - 11px) 11px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.language-picker-select option { color: #111827; }
