@page { size: 100mm 150mm; margin: 5mm; }
body * { visibility: hidden; }
#modal, #modal * { visibility: visible; }
#modal { position: absolute; inset: 0; background: #fff; padding: 0; }
#modal .modal { box-shadow: none; max-width: none; max-height: none; width: 100%; padding: 0; }
#modal .modal-actions { display: none; }
#modal .table { min-width: 0; }
#modal .table th, #modal .table td { padding: 9px 6px; }
