.jz-chart-box {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.jz-chart-box--line {
    min-height: 220px;
}

.jz-chart-box canvas {
    width: 100% !important;
    max-height: 280px;
}

.jz-weather-chart-data {
    display: none !important;
}

.jz-weather-charts {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--jz-border-color, rgba(0, 0, 0, 0.1));
}

.jz-weather-charts .h5 {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

.article-content .jz-weather-alerts h2 {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
}

.article-content .jz-weather-alerts ul {
    margin-bottom: 0;
}
