
/* LUZMU V21 — Footer final, ancho completo y centrado */

/* Override legacy max-width/flex rules from .site-footer */
.footer-centered-premium-v20{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  margin:44px 0 0!important;
  padding:0!important;
  box-sizing:border-box!important;
  text-align:center!important;
}

.footer-centered-shell-v20{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:34px clamp(18px,5vw,70px) 18px!important;
  box-sizing:border-box!important;
  border-left:0!important;
  border-right:0!important;
  text-align:center!important;
}

.footer-centered-logo-v20{
  width:100%!important;
  max-width:none!important;
  margin:0 auto!important;
  text-align:center!important;
}

.footer-centered-logo-v20 img{
  display:block!important;
  width:min(430px,82vw)!important;
  max-width:100%!important;
  margin:0 auto 12px!important;
}

.footer-centered-logo-v20 p{
  width:100%!important;
  margin:0 auto!important;
  text-align:center!important;
}

.footer-centered-nav-v20{
  width:min(980px,100%)!important;
  max-width:100%!important;
  margin:24px auto 0!important;
  justify-content:center!important;
  text-align:center!important;
}

/* Statistics line removed in PHP; keep hidden as safety */
.footer-centered-serverline-v20{
  display:none!important;
}

.footer-centered-bottom-v20{
  width:min(1200px,100%)!important;
  max-width:100%!important;
  margin:20px auto 0!important;
  padding:14px 0 2px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:8px 24px!important;
  text-align:center!important;
}

.footer-centered-bottom-v20 span{
  display:inline-block!important;
  text-align:center!important;
}

/* Remove old footer max-width constraints inherited from previous CSS */
.site-footer.footer-centered-premium-v20,
.site-footer.footer-centered-premium-v20 *{
  box-sizing:border-box!important;
}

@media(max-width:760px){
  .footer-centered-shell-v20{
    width:100%!important;
    padding:28px 16px 16px!important;
  }

  .footer-centered-nav-v20{
    gap:5px 10px!important;
  }

  .footer-centered-bottom-v20{
    flex-direction:column!important;
    gap:7px!important;
  }
}
