/* style.css */
.stats-label {
    font-size: 0.85rem;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: bold;
}

.stats-value {
    font-size: 1.25rem;
    font-weight: 500;
}

/* Replaces inline style="font-size: 1rem;" */
.stats-value-compact {
    font-size: 1rem;
    font-weight: 500;
}

/* Replaces inline style="height: 10px;" */
.progress-sm {
    height: 10px;
}
