/* --- hide WordPress/Divi footer areas --- */
#main-footer,
#footer-bottom,
.footer-widgets,
#footer-widgets,
.et_pb_widget_area,
.site-footer,
.site-info,
.et-footer-credit,
.et_pb_copyright,
.footer-bottom,
.footer .credits {
  display: none !important;
}

/* Optional: remove extra gap that some themes leave at the bottom */
#page-container, .container, body {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
