/* Estilos Profesionales para Impresión - Crediprestamos */

@media print {
    /* Ocultar elementos innecesarios */
    .sidebar, 
    .btn-toolbar, 
    .btn, 
    nav, 
    footer, 
    .no-print,
    .input-group,
    #formReporte,
    .alert-info,
    hr {
        display: none !important;
    }

    /* Expandir contenedor principal */
    main, .col-md-9, .col-lg-10 {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    body {
        background-color: white !important;
        font-size: 12pt;
        color: black;
    }

    /* Ajustes de Tabla */
    .table {
        width: 100% !important;
        border-collapse: collapse !important;
        margin-bottom: 1rem;
    }

    .table th, .table td {
        border: 1px solid #dee2e6 !important;
        padding: 8px !important;
        font-size: 10pt;
    }

    .table thead th {
        background-color: #f8f9fa !important;
        color: black !important;
        -webkit-print-color-adjust: exact;
    }

    /* Títulos */
    h1, h2, h3, .h2 {
        text-align: center;
        margin-bottom: 20px;
        color: black !important;
    }

    /* Salto de página */
    .page-break {
        page-break-before: always;
    }

    /* Formato de Ticket / Recibo */
    .receipt {
        width: 80mm;
        margin: 0 auto;
        padding: 5mm;
        border: 1px dashed #ccc;
        font-family: 'Courier New', Courier, monospace;
    }

    .receipt-header {
        text-align: center;
        border-bottom: 1px solid #000;
        margin-bottom: 5mm;
        padding-bottom: 2mm;
    }

    .receipt-body div {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1mm;
    }

    .receipt-footer {
        text-align: center;
        margin-top: 5mm;
        font-size: 9pt;
        border-top: 1px solid #000;
        padding-top: 2mm;
    }
}
