:root{--page-title-display:none;}/* Start custom CSS for section, class: .elementor-element-28e16371 */.print_only {
    display: none;
}

@media print {
    .print_only {
        display: block; /* or inline / inline-block depending on your layout */
    }
    .custom-logo {
        display: none;
        
    }
    
    body {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
    }
}/* End custom CSS */