
/*
|--------------------------------------------------------------------------
| Footer bottom no page strip
|--------------------------------------------------------------------------
| Footer-only visual guard. It does not change footer links, app badges,
| SSL image layout, product cards, DB, routes, or theme logic.
|--------------------------------------------------------------------------
*/

html body footer.site-footer.rr-central-footer{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
    border-bottom:0 !important;
}

/* Ensure the last footer row owns the very bottom visually */
html body footer.site-footer.rr-central-footer .rr-footer-bottom,
html body footer.site-footer.rr-central-footer .footer-bottom{
    margin-bottom:0 !important;
}

/* Remove line-box gap caused by accidental direct text after footer */
html body > footer.site-footer.rr-central-footer:last-of-type{
    display:block !important;
}
