/*
 * MedichPlus Global Footer Cleanup
 *
 * The promotional MedichPlus artwork is used legitimately inside the
 * dashboard and transaction receipts.  This stylesheet removes only the
 * website/theme footer's Site Logo/branding area, so those feature-specific
 * uses remain untouched.
 */

/* Hello Elementor / standard WordPress footer branding */
#site-footer .site-branding,
.site-footer .site-branding,
#site-footer .custom-logo-link,
.site-footer .custom-logo-link,
#site-footer .site-logo,
.site-footer .site-logo,
#site-footer img.custom-logo,
.site-footer img.custom-logo {
    display: none !important;
}

/* If the footer uses the MedichPlus promotional image directly */
footer img[src*="medichplus_logo"] {
    display: none !important;
}

/* Elementor footer image widget containing the MedichPlus promotional asset */
footer .elementor-widget-image:has(img[src*="medichplus_logo"]),
.elementor-location-footer .elementor-widget-image:has(img[src*="medichplus_logo"]) {
    display: none !important;
}
