.jexi-switcher select { padding: 8px 12px; border: 1px solid #ddd; border-radius: 4px; background: #fff; cursor: pointer; }
.jexi-switcher-list ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 10px; flex-wrap: wrap; }
.jexi-switcher-list a { display: inline-block; padding: 6px 12px; text-decoration: none; color: #333; border: 1px solid #ddd; border-radius: 4px; }
.jexi-switcher-list a:hover { background: #f5f5f5; }
.jexi-switcher-list li.active a { background: #0073aa; color: #fff; border-color: #0073aa; }
.jexi-switcher-flags a { font-size: 24px; text-decoration: none; opacity: 0.7; margin: 0 4px; }
.jexi-switcher-flags a:hover, .jexi-switcher-flags a.active { opacity: 1; }
