/* MShowTV V17.5.7 — Spanish / English buttons */
.mshow-language-switch-v1757{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:9999;
  display:flex;
  gap:5px;
  padding:5px;
  border-radius:999px;
  background:rgba(12,8,17,.88);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(14px);
  box-shadow:0 12px 30px rgba(0,0,0,.28);
}
.mshow-language-switch-v1757 button{
  min-width:42px;
  height:36px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#d8cddd;
  font-weight:1000;
  cursor:pointer;
}
.mshow-language-switch-v1757 button.active{
  color:#fff;
  background:linear-gradient(135deg,#703be3,#e43da7);
  box-shadow:0 6px 18px rgba(164,55,211,.22);
}
@media(max-width:700px){
  .mshow-language-switch-v1757{
    right:12px;
    bottom:12px;
  }
  .mshow-language-switch-v1757 button{
    min-width:40px;
    height:34px;
  }
}
