.chart-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
}

.chart-wrapper-small {
    height: 220px;
}

@media (max-width: 768px) {
    .chart-wrapper {
        height: 250px;
        /* Smaller height on mobile */
    }
}