/* assets/css/style.css */

/* Progress bar labels */
.progress-label {
    font-size: 0.78rem;
    color: #6c757d;
    margin-bottom: 2px;
}

/* Metric cards on dashboard */
.metric-card {
    border-left: 4px solid #0d6efd;
}

.metric-card.area-sportello {
    border-left-color: #198754;
}

/* Table responsive tweaks */
.table th {
    white-space: nowrap;
}

/* Chart containers */
.chart-container {
    position: relative;
    height: 280px;
}

@media (min-width: 768px) {
    .chart-container {
        height: 360px;
    }
}

/* Tighten spacing on mobile */
@media (max-width: 576px) {
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
}
