/* Widen the permanent Latest Climate Stories page */
body.climate-news-page .wp-block-post-content,
body.climate-news-page .entry-content {
    max-width: 64rem !important;
    width: calc(100% - 48px);
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Main WordPress page title */
body.climate-news-page .wp-block-post-title,
body.climate-news-page .entry-title {
    font-size: clamp(2.8rem, 5vw, 4.2rem);
    line-height: 1.05;
}

/* Climate-category headings inside the report */
.weekly-climate-current-content h2 {
    font-size: clamp(1.55rem, 2.5vw, 2rem);
    line-height: 1.2;
    margin-top: 1.8em;
    margin-bottom: 0.65em;
}

/* Smaller subheadings, if any */
.weekly-climate-current-content h3 {
    font-size: 1.3rem;
    line-height: 1.25;
}

@media (max-width: 700px) {
    body.climate-news-page .wp-block-post-content,
    body.climate-news-page .entry-content {
        width: calc(100% - 28px);
    }
}

.climate-story {
    margin: 0 0 2rem;
}

.story-title {
    margin-bottom: .25rem;
}

.story-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: baseline;
    font-size: .9rem;
    color: #666;
    margin-bottom: .6rem;
}

.story-date {
    font-style: italic;
    white-space: nowrap;
}

.story-source {
    white-space: nowrap;
}

.story-summary {
    margin-top: 0;
}

/* Hide the permanent Latest Climate Stories page date only */
body.climate-news-page .wp-block-post-date {
    display: none !important;
}
