/* Hide Blocksy default footer + neutralize any post-footer white gap */
/* Kill every flavor of Blocksy footer element */
footer.ct-footer,
[data-id^="ct_footer_"],
.ct-footer-cta,
[data-row="copyright"],
[data-section="footer"],
.ct-sticky-footer,
#main-container > footer,
body > footer:not(.nyriana-footer)
{display:none!important;height:0!important;padding:0!important;margin:0!important;border:0!important;visibility:hidden!important}
/* Force dark background on html/body so no white shows beneath/below footer */
html,body{background:#050709!important}
/* Remove any trailing margin from main content area that could create a gap */
.ct-site-content,#main-container,main{margin-bottom:0!important;padding-bottom:0!important}
/* Defensive: nothing visible after our footer */
.nyriana-footer ~ *:not([class*="niri"]):not([id*="niri"]):not(.nyr-niri-overlay):not(.nyr-niri-panel){display:none!important}
