.chart-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.chart-container svg {
    width: 100%;
    height: auto;
}