@media print {
    header {
        padding-top: 20px;
    }

    .header-thinline,
    .header-topline,
    .exitbutton,
    h1,
    h2,
    .infopanel,
    .borderbottom,
    .statusbar,
    .fineprint,
    .grecaptcha-badge,
    details,
    .noprint,
    .thinline,
    .btn,
    .surveyband,
    .animate__animated,
    footer {
        display: none !important;
    }

    .print-notification {
        display: block;
        font-size: 24px;
        font-weight: 800;
        line-height: 2em;
    }
}
