/* --- PRINT STYLES --- */
@media print {
    .no-print { display: none !important; }
    body { background: #fff !important; }
    .sheet { box-shadow: none !important; margin: 0 !important; page-break-after: always; }
}

[data-context="passports-print"] .sheet {
    width: 210mm;
    height: 296.5mm;
    background: #fff;
    margin: 10mm auto;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
