@media print {
  /* Ocultar elementos */
  .no-print,
  button,
  header,
  .btn,
  .acciones {
    display: none !important;
  }

  /* Forzar blanco y negro */
  * {
    color: #000 !important;
    background: #fff !important;
    box-shadow: none !important;
    border: none !important;
  }

  /* Asegurar que el justificante se imprima completo */
  #justificante {
    padding: 20px;
  }
  .dni-main,
  .contenido-interno {
    max-width: none !important;
  }
}
