
.dt-lang-wrap{position:fixed;right:18px;bottom:18px;z-index:9998;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}
.dt-lang-btn{border:1px solid rgba(255,255,255,.2);background:#081b3a;color:#fff;border-radius:999px;padding:10px 14px;font-weight:800;box-shadow:0 10px 30px rgba(4,18,40,.18);cursor:pointer}
.dt-lang-panel{display:none;position:absolute;right:0;bottom:50px;width:220px;max-height:360px;overflow:auto;background:#fff;border:1px solid #dfe7f2;border-radius:15px;box-shadow:0 18px 46px rgba(7,25,54,.18);padding:8px}
.dt-lang-wrap.open .dt-lang-panel{display:block}
.dt-lang-panel a{display:flex;justify-content:space-between;gap:12px;padding:9px 11px;border-radius:9px;text-decoration:none;color:#142544;font-weight:700;font-size:13px}
.dt-lang-panel a:hover,.dt-lang-panel a[aria-current=true]{background:#eef5ff;color:#176fe8}
html[dir=rtl] .dt-lang-wrap{right:auto;left:18px} html[dir=rtl] .dt-lang-panel{right:auto;left:0}
