/* CDA Invoice — Print Styles */
@media print {
    body * { visibility: hidden; }

    .cda-inv-preview,
    .cda-inv-preview * { visibility: visible; }

    .cda-inv-preview {
        position: absolute;
        top: 0;
        left: 0;
        width: 210mm;
        padding: 0;
        max-height: none;
        background: #fff;
    }

    .cda-prev-page {
        box-shadow: none;
        width: 210mm;
        page-break-after: always;
    }

    /* Hide form, tabs, actions, history */
    .cda-inv-form,
    .cda-inv-type-tabs,
    .cda-inv-preview-hdr,
    .cda-inv-actions,
    .cda-inv-history-section,
    .cda-inv-privacy { display: none !important; }

    @page {
        size: A4;
        margin: 0;
    }
}
