@media print {

/* 1. Hide the Sidebar (Meta Boxes) and the Admin Menu */
#adminmenumain, 
#screen-meta, 
#screen-meta-links, 
#wpadminbar, 
#postbox-container-1, 
#postcustom, 
#footer-thankyou,
.handlediv,
.postbox .handlediv,
#post-status-info,
.vindtc,
.wp-heading-inline,
.page-title-action {
    display: none !important;
}

/* 2. Reset the layout to Full Width */
#wpcontent, 
#wpbody-content {
    margin-left: 0 !important;
    padding: 0 !important;
}

#poststuff #post-body.columns-2 {
    margin-right: 0 !important;
}

#post-body-content {
    width: 100% !important;
    float: none !important;
}

/* 3. Force the Service Details (Meta Boxes) to look clean */
.postbox {
    border: none !important;
    background: transparent !important;
}

.postbox .hndle, .postbox .handlediv {
    display: none !important; /* Hides the clickable title bar of the boxes */
}

/* 4. Ensure the text is high-contrast for shop printers */
body {
    background: white !important;
    color: black !important;
    font-size: 12pt;
}

}