@media print {

    body {
        font-size: 11pt;
    }

    /* Hide structural elements */
    #zf-mobile-menu, #zf-mobile-button, #zf-body-content > header, #zf-body-content > footer, #zf-debug-offcanvas,
    #zf-debug-btn, aside {
        display: none!important;
    }

    /* Hide the page action buttons */
    main > div:first-of-type .zf-button-round {
        display: none!important;
    }

    main td:has(.zf-column-actions) {
        display: none!important;
    }

    /* Enlarge container to full page width */
    #zf-body-content > div.container {
        margin: 1cm;
        display: block!important;
        max-width: calc(100% - 2cm);
    }

    /* Hide list option box */
    .zf-list-options {
        display: none!important;
    }

    /* Hide pagination */
    .zf-pager-wrapper > nav {
        display: none!important;
    }
    .zf-pager-wrapper > div {
        text-align: end!important;
    }

    /* Hide debug */
    #zf-debug-quickview {
        display: none;
    }
}
