/* v26.5.4 /register footer widget cleanup */

/* Hide lower widget/footer-top blocks only on register page */
body.esm-register-footer-clean .footer-widget-area,
body.esm-register-footer-clean .footer-widgets,
body.esm-register-footer-clean .footer-top,
body.esm-register-footer-clean .footer-sidebar,
body.esm-register-footer-clean .footer-column,
body.esm-register-footer-clean .footer-columns,
body.esm-register-footer-clean .footer-primary,
body.esm-register-footer-clean .footer-main,
body.esm-register-footer-clean .site-footer .widget-area,
body.esm-register-footer-clean .site-footer aside,
body.esm-register-footer-clean .site-footer .widget,
body.esm-register-footer-clean .site-footer .gallery,
body.esm-register-footer-clean .site-footer .wp-block-image,
body.esm-register-footer-clean .site-footer .wp-block-gallery,
body.esm-register-footer-clean .site-footer .wp-block-columns,
body.esm-register-footer-clean .site-footer .wp-block-column {
  display: none !important;
}

/* Keep copyright/footer-bottom areas visible */
body.esm-register-footer-clean .site-footer,
body.esm-register-footer-clean footer,
body.esm-register-footer-clean .footer-bottom,
body.esm-register-footer-clean .site-info,
body.esm-register-footer-clean .copyright,
body.esm-register-footer-clean .copyright-area,
body.esm-register-footer-clean .ast-footer-copyright,
body.esm-register-footer-clean .ast-small-footer {
  display: block !important;
  visibility: visible !important;
}

/* Compact footer so it does not reserve a large blank widget area */
body.esm-register-footer-clean .site-footer,
body.esm-register-footer-clean footer {
  min-height: 0 !important;
  height: auto !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-top: 24px !important;
  margin-bottom: 0 !important;
  overflow: hidden !important;
}

/* Rara/Astra footer compatibility */
body.esm-register-footer-clean .site-footer .container,
body.esm-register-footer-clean footer .container,
body.esm-register-footer-clean .footer-bottom .container,
body.esm-register-footer-clean .site-info .container {
  min-height: 0 !important;
  height: auto !important;
}

/* Remove accidental footer promotional images while preserving text copyright */
body.esm-register-footer-clean .site-footer img,
body.esm-register-footer-clean footer img {
  display: none !important;
}

/* Prevent long blank page below footer */
body.esm-register-footer-clean,
body.esm-register-footer-clean #page,
body.esm-register-footer-clean .site,
body.esm-register-footer-clean .wrapper {
  min-height: 0 !important;
  height: auto !important;
}

body.esm-register-footer-clean #page::after,
body.esm-register-footer-clean .site::after,
body.esm-register-footer-clean footer::after {
  content: none !important;
  display: none !important;
}
