<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header, footer{
    display: none;
}
.print-btn-wrapper .btn,
.blog-breadcrumb, .home-suggestion-block-section, .our-schedule-block-section{
    display: none;
}
.account-page-details-block-section .form-wrapper .save-changes-btn{
    display: none;
}

@media print {
    /* visible when printed */
    .print-text{
        display: block!important;   
    }    
    .print-text img{
        width: 150px;    
    }
}

</pre></body></html>