
@media print {
    .site-header,
    .page-footer,
    .button-row,
    .flash-stack {
        display: none !important;
    }

    body {
        background: #fff;
    }

    .page-shell {
        width: 100%;
        padding: 0;
    }

    .application-paper {
        width: 100%;
        padding: 0;
    }

    .application-form {
        width: 100%;
        min-height: auto;
        border: none;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
    }

    .application-page {
        page-break-after: always;
        break-after: page;
    }

    .application-page:last-child {
        page-break-after: auto;
        break-after: auto;
    }

    .application-page--closing {
        min-height: 275mm;
    }

    .panel,
    .hero-card,
    .wizard-step,
    .status-card {
        box-shadow: none;
        border-color: #d1d5db;
    }
}
