/* SM Invoice Customizer — invoice.css v1.0.3 */

/* Print only: hide everything except invoice */
@media print {
  body * { visibility: hidden; }
  #wlsm-print-invoice,
  #wlsm-print-invoice * { visibility: visible; }
  #wlsm-print-invoice {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    box-shadow: none !important;
    border: none !important;
  }
  .no-print { display: none !important; }
  table { page-break-inside: avoid; }
}

/* Screen tweaks */
#wlsm-print-invoice {
  box-shadow: 0 2px 14px rgba(0,0,0,.10);
}
