/**
 * Legacy section hides — crave-unified-home (site + PWA)
 *
 * NEVER scope these to crave-pwa-mode only.
 * Load last in head so display:none wins over older site-mode rules.
 */

body.crave-unified-home .home-mobile-only-bar,
body.crave-unified-home .reviews-section,
body.crave-unified-home .review-form-section,
body.crave-unified-home .hero-cta-after,
body.crave-unified-home .site-footer,
body.crave-unified-home .crave-ad-rail,
body.crave-unified-home .crave-ad-row,
body.crave-unified-home .intro-section,
body.crave-unified-home .hero-section,
body.crave-unified-home .hero-section .intro-section {
    display: none !important;
}

/* Desktop unified site re-shows footer via desktop-web / pwa-overrides */
body.crave-unified-home.crave-site-mode.crave-desktop-ui .site-footer {
    display: block !important;
}
