@import "/public/css/global.css";
@import "/public/components/MobileNav/MobileNav.css";
@import "/public/components/SiteHeader/SiteHeader.css";
@import "/public/components/SiteFooter/SiteFooter.css";
@import "/public/components/Property/Property.css";
@import "/public/components/NotifyWhenPriceDropModal/NotifyWhenPriceDropModal.css";
@import "/public/components/WhatsAppChatModal/WhatsAppChatModal.css";

/********************************/

body {
}

/********************************/


@media print {
    .SiteHeader {
        display: none;
    }

    section#property {
        padding: 0 !important;
        margin: 0 !important;
    }

    .SiteFooter {
        display: none;
    }

    .WhatsAppChatModal {
        display: none;
    }
}