/* PrecioScan — estilos complementarios a Bootstrap */

body {
    font-size: 0.95rem;
}

.navbar-brand {
    letter-spacing: 0.5px;
}

/* Cards sin bordes duros */
.card {
    border-radius: 12px;
}

/* Badge de precio más visible */
.badge.fs-6 {
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Tabla de historial más compacta en mobile */
@media (max-width: 576px) {
    .table td, .table th {
        font-size: 0.82rem;
        padding: 0.4rem 0.5rem;
    }
}
