
.threeap-lang-switcher{
  position:fixed;
  left:24px;
  bottom:22px;
  z-index:999999;
  display:flex;
  gap:6px;
  padding:8px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  box-shadow:0 14px 40px rgba(15,23,42,.18);
  backdrop-filter:blur(16px);
  border:1px solid rgba(15,23,42,.08);
  direction:ltr!important;
}
.threeap-lang-switcher a{
  min-width:48px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  color:#13213b;
  text-decoration:none!important;
  font-weight:800;
  font-size:15px;
  line-height:1;
}
.threeap-lang-switcher a.active{
  background:#0f988a;
  color:#fff!important;
}
html[dir="ltr"] body,
body.threeap-lang-en{direction:ltr;text-align:left;}
html[dir="rtl"] body,
body.threeap-lang-ar{direction:rtl;text-align:right;}
@media (max-width:768px){
  .threeap-lang-switcher{
    left:50%;
    right:auto;
    bottom:auto;
    top:8px;
    transform:translateX(-50%);
    padding:6px;
    gap:4px;
  }
  .threeap-lang-switcher a{
    min-width:42px;
    height:36px;
    font-size:13px;
  }
}
