@media print {
    .sidebar {
        display: none !important;
    }

    body,
    .main,
    .view,
    .card,
    table,
    tr,
    td,
    th,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    span,
    div,
    li {
        background: #ffffff !important;
        color: #000000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    body {
        margin: 0 !important;
        padding: 0 !important;
    }

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

    button {
        display: none !important;
    }

    canvas {
        max-width: 100% !important;
    }

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

/* ================= PRINT MODE ================= */

@media print {
    body {
        background: white;
        color: black;
    }

    .sidebar {
        display: none;
    }

    button {
        display: none;
    }

    #audit-status-badge {
        display: none;
    }
}
