@media print {
    body {
        font-size: 12px; /* Use points (pt) for print font sizes */
        color: #000;
        background-color: #fff; /* Ensure black text on white background to save ink */
    }
    /* Hide non-essential elements like navigation, headers, footers, etc. */
    header, footer, nav, .no-print, .top-panel {
        display: none !important;
    }

    .b24-widget-button-wrapper.b24-widget-button-position-bottom-right, .b24-widget-button-wrapper.b24-widget-button-position-bottom-middle, .b24-widget-button-wrapper.b24-widget-button-position-bottom-left {
        display: none !important;
    }

    .container {
        margin:0;
        padding:0;
    }
}