/* Print stylesheet for standalone printable list views (e.g. super_individuals_inscripcions_imprimir.php). Loaded alongside sb-admin-2.min.css: normal screen styling on-screen, clean paper output via @media print. */

body { background-color: #fff; }

h1 { font-size: 1.4rem; margin-bottom: 0.25rem; }

.table { color: #000; }
.table th, .table td { padding: 0.35rem 0.5rem; font-size: 0.85rem; }

@media print {

    @page { size: auto; margin: 1.5cm; }

    .no-print { display: none !important; }

    body { font-size: 11pt; color: #000; }

    h1 { font-size: 14pt; }

    .table { width: 100%; border-collapse: collapse; }
    .table th, .table td { border: 1px solid #000 !important; padding: 4pt 6pt; }
    .table thead { display: table-header-group; }
    .table tr { page-break-inside: avoid; }

    a[href]::after { content: ""; }
}
