.olml-switcher-wrap{position:relative;display:inline-block}
.olml-switcher-btn{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid #e4e7ec;border-radius:8px;padding:7px 12px;font:500 14px/1.4 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#101828;cursor:pointer}
.olml-switcher-btn:hover{border-color:#d0d5dd}
.olml-sw-flag{display:inline-block !important;width:18px;height:18px;border-radius:2px;object-fit:cover;vertical-align:middle;box-shadow:0 0 0 1px rgba(16,24,40,.08);flex-shrink:0}
.olml-sw-caret{font-size:10px;color:#98a2b3}
.olml-switcher{display:none;position:absolute;top:calc(100% + 6px);left:0;min-width:170px;width:max-content;margin:0;padding:6px;list-style:none;background:#fff;border:1px solid #eef0f3;border-radius:10px;box-shadow:0 12px 30px rgba(16,24,40,.14);z-index:9999}
.olml-switcher-wrap.open .olml-switcher{display:block}
.olml-switcher li{margin:0}
.olml-switcher a{display:flex !important;align-items:center !important;flex-wrap:nowrap;white-space:nowrap;gap:8px;padding:8px 10px;border-radius:8px;color:#344054;text-decoration:none;font:400 14px/1.4 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.olml-switcher a:hover{background:#f2f4f7;color:#101828}
.olml-switcher .olml-sw-current a{font-weight:600;color:#e5322d;background:#fff6f5}
.olml-switcher-item{list-style:none}
.olml-switcher-item .olml-switcher-wrap{display:inline-flex;align-items:center;margin-left:6px}
.olml-switcher-item .olml-switcher-btn{background:transparent;border-color:transparent;padding:4px 8px}
