/* Otomatik hava haberleri — il sayfası (.wx2-panel__head h2) ile aynı tipografi */

.wx-news-article {
    --wx-news-ink: #0c1924;
    --wx-news-muted: #5b6b7a;
    --wx-news-display: "Fraunces", "Georgia", "Times New Roman", serif;
}

.wx-news-article h2 {
    margin: 1.85rem 0 0.65rem;
    padding: 0;
    font-family: var(--wx-news-display) !important;
    font-size: 1.55rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.025em;
    line-height: 1.3;
    color: var(--wx-news-ink);
    border: 0;
    background: none;
}

.wx-news-article h2:first-of-type {
    margin-top: 1.35rem;
}

.wx-news-article h2 strong {
    font-weight: 700;
    color: inherit;
}

.wx-news-article p {
    margin: 0 0 0.85rem;
    line-height: 1.7;
}

.wx-news-article ul {
    margin: 0.35rem 0 1.1rem;
    padding-left: 1.15rem;
}

.wx-news-article li {
    margin: 0.28rem 0;
    line-height: 1.55;
}

.wx-news-article a strong {
    font-weight: 600;
}

[data-bs-theme="dark"] .wx-news-article {
    --wx-news-ink: #e8eef4;
    --wx-news-muted: #94a3b8;
}

[data-bs-theme="dark"] .wx-news-article h2 {
    color: var(--wx-news-ink);
}

@media (max-width: 767.98px) {
    .wx-news-article h2 {
        font-size: 1.35rem !important;
    }
}
