@media print{
    @page{margin:10mm;}
    html,body{height:auto !important;overflow:visible !important;background:#fff !important;}
    body>*{display:none !important;}
    .overlay{display:none !important;}
    /* só o overlay realmente aberto vai para o papel */
    body>.overlay.ativo{display:block !important;position:static !important;inset:auto !important;
      background:#fff !important;padding:0 !important;overflow:visible !important;z-index:auto !important;
      animation:none !important;}
    .comprovante{box-shadow:none !important;max-width:100% !important;width:100% !important;
      max-height:none !important;height:auto !important;overflow:visible !important;
      border-radius:0 !important;animation:none !important;border:1px solid #d8e4df;}
    .cp-topo{-webkit-print-color-adjust:exact;print-color-adjust:exact;}
    .cp-tabela th,.tag-urgente,.prev-pag,.de-para,.cp-num{-webkit-print-color-adjust:exact;print-color-adjust:exact;}
    .cp-tabela tr{break-inside:avoid;page-break-inside:avoid;}
    .no-print{display:none !important;}
  }
