.tom-switcher{position:relative;display:inline-block;font-family:inherit;font-size:14px;line-height:1.2}
.tom-switcher__toggle{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#111827;cursor:pointer;min-width:140px;justify-content:space-between;transition:border-color .15s,box-shadow .15s}
.tom-switcher__toggle:hover{border-color:#9ca3af}
.tom-switcher__toggle:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.2)}
.tom-switcher__caret{font-size:10px;opacity:.6;transition:transform .15s}
.tom-switcher.is-open .tom-switcher__caret{transform:rotate(180deg)}
.tom-switcher__menu{position:absolute;top:calc(100% + 4px);left:0;right:0;margin:0;padding:4px;list-style:none;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 24px rgba(0,0,0,.08);display:none;z-index:9999;min-width:160px}
.tom-switcher.is-open .tom-switcher__menu{display:block}
.tom-switcher__item{padding:8px 12px;border-radius:6px;cursor:pointer;color:#111827}
.tom-switcher__item:hover{background:#f3f4f6}
.tom-switcher__item.is-active{background:#eff6ff;color:#1d4ed8;font-weight:600}
.tom-gtranslate-bridge{position:absolute!important;left:-9999px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.tom-switcher-mobile-fallback{display:none}
@media (max-width:1024px){.tom-switcher-mobile-fallback{display:block;position:fixed;right:14px;bottom:14px;z-index:9998}.tom-switcher--mobile .tom-switcher__toggle{min-width:118px;padding:9px 12px;box-shadow:0 10px 30px rgba(0,0,0,.18)}.tom-switcher--mobile .tom-switcher__menu{top:auto;bottom:calc(100% + 6px);left:auto;right:0;min-width:160px}}
@media (max-width:640px){.tom-switcher__toggle{width:100%}.tom-switcher__menu{min-width:100%}.tom-switcher-mobile-fallback{left:14px;right:14px}.tom-switcher-mobile-fallback .tom-switcher,.tom-switcher-mobile-fallback .tom-switcher__toggle{width:100%}.tom-switcher-mobile-fallback .tom-switcher__menu{left:0;right:0;min-width:100%}}
