
.alh-lang-switch{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  border-radius:14px;
  border:1px solid rgba(167,139,250,.6);
  background: rgba(15,23,42,.78);
  color:#fff;
  font-weight:800;
  text-decoration:none;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  transition: transform .08s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease;
}
.alh-lang-switch:hover{
  background: rgba(124,58,237,.78);
  border-color: rgba(167,139,250,.85);
  box-shadow: 0 16px 40px rgba(124,58,237,.18);
}
.alh-lang-switch:active{ transform: translateY(1px); opacity:.96; }

.alh-lang-menu-item::before,
.alh-lang-menu-item::after,
.alh-lang-menu-item > a::before,
.alh-lang-menu-item > a::after{
  content:none !important;
  display:none !important;
}
