/* Oculta header, footer y botón WhatsApp solo al imprimir factura */
@media print {
  .navbar,
  .footer-custom,
  .whatsapp-btn {
    display: none !important;
  }
}
