.chart-wrapper {
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
    color: grey;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 20px;
}

.chart-wrapper canvas {
    width: 100% !important;
    height: auto !important;
}

.chart-wrapper-wide {
    max-width: 600px;
}

.custom-legend {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 0.85rem;
    color: #495057;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.legend-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

/* warna */
.bg-total {
    background-color: #4e9be6;
}

.bg-berlaku {
    background-color: #198754;
}

.bg-tidak-berlaku {
    background-color: #dc3545;
}

.chart-caption {
    display: block;
    font-size: 0.8rem;
    color: #6c757d;
    font-style: italic;
}
