@media print {
    .no-print,
    aside.no-print,
    button,
    nav {
        display: none !important;
    }

    body {
        background: #fff !important;
    }

    main,
    .md\:ml-64 {
        margin-left: 0 !important;
    }

    section {
        break-inside: avoid;
        box-shadow: none !important;
    }
}

