body { font-size: 0.95rem; }
.factura { max-width: 800px; margin: 0 auto; }
#cliResultados .list-group-item { cursor: pointer; }
#cliResultados .list-group-item:hover { background: #f1f5ff; }

@media print {
    .no-print, .navbar { display: none !important; }
    body { background: #fff !important; }
    .card { border: none !important; box-shadow: none !important; }
    .factura { max-width: 100%; }
}
