@media print {
    .no-print, nav, .plan-header-bar, .btn, form .drag-handle, .toast-container {
        display: none !important;
    }

    body {
        background: #fff !important;
        color: #000 !important;
    }

    .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .shift-card {
        break-inside: avoid;
        border: 1px solid #999 !important;
    }

    a {
        text-decoration: none !important;
        color: inherit !important;
    }
}
