/* =========================================================
   Monthly Completed Manholes
   ========================================================= */

.progress-month-chart {
    width: 100%;
    margin-top: 20px;
}

.progress-month-chart__header {
    margin-bottom: 25px;
    margin-top: 100px;
}

.progress-month-chart__header h2 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

.progress-month-chart__panel {
    background: #f3f5f7;
    border: 1px solid #d6dde5;
    border-radius: 14px;
    padding: 18px 16px;
    overflow: hidden;
}

.progress-month-chart__canvas {
    width: 100%;
    min-height: 360px;
}

.progress-month-chart__empty {
    padding: 18px 16px;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 500;
    color: #6b7280;
}