/* allegro V18.10.8 language switch - isolated, no layout rewrite */
.al-lang-switch{position:fixed;right:18px;bottom:18px;z-index:9998;display:inline-flex;align-items:center;gap:5px;padding:6px;border-radius:999px;background:rgba(255,252,247,.92);border:1px solid rgba(255,122,26,.24);box-shadow:0 16px 42px rgba(194,65,12,.16), inset 0 1px 0 rgba(255,255,255,.85);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);font-family:inherit}
.al-lang-switch:before{content:"🌐";width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,#ff5a00,#ff8a00);color:#fff;font-size:13px;box-shadow:0 8px 18px rgba(255,90,0,.24)}
.al-lang-switch button{appearance:none;border:0;border-radius:999px;background:transparent;color:#6b3415;height:30px;min-width:38px;padding:0 10px;font-size:12px;line-height:30px;font-weight:950;letter-spacing:.03em;cursor:pointer;box-shadow:none;transition:background .18s ease,color .18s ease,transform .18s ease}
.al-lang-switch button:hover{transform:translateY(-1px);background:#fff3e8;color:#c2410c}
.al-lang-switch button.is-active{background:linear-gradient(135deg,#ff5a00,#ff8a00);color:#fff;box-shadow:0 8px 18px rgba(255,90,0,.24)}
.al-lang-switch .al-lang-divider{width:1px;height:18px;background:rgba(194,65,12,.18)}
@media(max-width:760px){.al-lang-switch{right:12px;bottom:calc(78px + env(safe-area-inset-bottom));padding:5px}.al-lang-switch:before{width:26px;height:26px;font-size:12px}.al-lang-switch button{height:28px;line-height:28px;min-width:35px;padding:0 8px;font-size:11px}}
@media(min-width:1024px){body:has(.admin-sidebar) .al-lang-switch,body:has(.store-sidebar) .al-lang-switch,body:has(.user-sidebar) .al-lang-switch{bottom:24px;right:24px}}
