/*
 * Ajustes propios del sistema CLAP - TernetStark.
 * No se toca el diseño de la plantilla AeroPanel: esto sólo agrega
 * lo mínimo necesario para el panel de acceso y la impresión de reportes.
 */

.auth-cover-brand {
    max-width: 220px;
}

.otp-input {
    letter-spacing: 0.6em;
    font-size: 1.75rem;
    text-align: center;
    font-weight: 700;
}

/* ---- Vista de impresión (reporte de Abuelos y Abuelas) ---- */
@media print {
    .no-imprimir {
        display: none !important;
    }

    body {
        background: #fff !important;
    }

    .reporte-imprimible {
        box-shadow: none !important;
        border: none !important;
    }

    table {
        width: 100% !important;
    }

    .salto-pagina {
        page-break-before: always;
    }
}
