/* Footer pe mobil: bara de jos aliniată exact cu coloanele */
@media(max-width:900px){
.rx-footer__bar{padding-left:0!important;padding-right:0!important}
.rx-footer__bar-in{flex-direction:column;align-items:flex-start!important;text-align:left!important;gap:10px;padding-left:var(--pad)!important;padding-right:var(--pad)!important;margin-left:0!important;margin-right:0!important;max-width:none!important;width:100%!important;box-sizing:border-box}
.rx-footer__copy,.rx-footer__legal,.rx-footer__pay{text-align:left!important;margin-left:0!important;padding-left:0!important;align-self:flex-start!important;flex:0 0 auto!important}
}