@media print {
    body {
        background: #fff;
        color: #000;
        font-size: 11pt;
    }

    .topbar,
    .alert,
    .review-sidebar,
    .no-print,
    .button,
    button,
    form.button-inline-form,
    .actions,
    .ui-modal {
        display: none !important;
    }

    .topbar-inner,
    .container {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .container {
        padding: 0;
    }

    .card,
    .card-hero,
    .nested-card,
    .soft-panel,
    .empty-state,
    .summary-box {
        border: 1px solid #c8c8c8;
        box-shadow: none;
        background: #fff;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .grid,
    .grid-two,
    .grid-three,
    .metric-grid,
    .report-layout {
        display: block;
    }

    .preview-frame,
    .table-scroll {
        overflow: visible;
    }

    a {
        color: #000;
        text-decoration: none;
    }
}
