@media print {
    .navbar,
    .mobile-bottom-nav,
    .imperio-toast-container,
    .page-actions,
    .no-print,
    .global-search-wrap,
    .chatbot-widget,
    .pwa-install-banner,
    #imperioToastContainer {
        display: none !important;
    }

    .row.mb-3,
    .input-group,
    td[data-label="Acciones"],
    th:last-child,
    .btn,
    .dropdown {
        display: none !important;
    }

    body {
        background: #fff !important;
        padding: 0 !important;
    }

    .container {
        max-width: 100% !important;
        width: 100% !important;
    }

    .stat-card,
    .card {
        break-inside: avoid;
        box-shadow: none !important;
        border: 1px solid #dee2e6 !important;
    }

    .chart-card canvas {
        max-height: 220px !important;
    }

    .table thead {
        background: #002D62 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .table thead th {
        color: #fff !important;
    }

    .print-header {
        display: block !important;
        margin-bottom: 1.5rem;
        padding-bottom: 0.75rem;
        border-bottom: 3px solid #CE1126;
    }
}

.print-header {
    display: none;
}
