/* Hide theme / Elementor default footers when global Trendwise footer is active */
body.trendwise-global-footer .elementor-location-footer,
body.trendwise-global-footer footer[data-elementor-type="footer"],
body.trendwise-global-footer #site-footer,
body.trendwise-global-footer .site-footer,
body.trendwise-global-footer footer.site-footer {
  display: none !important;
}

/* Prevent duplicate footer inside immersive home content */
body.trendwise-global-footer .tw-home .tw-site-footer {
  display: none !important;
}
