@media print {

    * {
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important;
        box-shadow: none !important;
    }

    html {
        height: auto !important;
    }

    html, body {
        overflow: auto !important;
        position: inherit !important;
    }

    .shift-handover-print, .shift-handover-print > :first-child {
        position: inherit !important;
        bottom: auto !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }

    .shift-handover-panel-print, .shift-handover-diary-item-print {
        page-break-inside: avoid;
    }

    body > div > :not(.shift-handover-print), .shift-handover-print-hidden {
        display: none !important;
    }

    .shift-handover-print * {
        overflow: visible !important;
        overflow-y: visible !important;
    }

}
