.chart-container {
    width: 100%;
    height: 500px;
    background: var(--color-bg-surface);
    overflow-x: auto;
    overflow-y: auto;
}

.chart-container_map {
    height: 700px;
}

.chart-container__content {
    height: 100%;
    width: 100%;
}