/* Desktop editorial typography. Media and advertising retain their column widths. */
@media (min-width: 768px) {
    .vic-article-page .news-detail > .title {
        max-width: 30ch;
        margin-bottom: 16px;
        font-family: "VIC Libre Caslon Condensed", Georgia, "Times New Roman", serif;
        font-size: clamp(32px, 3vw, 44px);
        font-weight: 600;
        line-height: 1.12;
        letter-spacing: -0.015em;
        text-wrap: pretty;
    }

    .vic-article-page .news-detail > h3.fs-6 {
        max-width: 72ch;
        margin-bottom: 22px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 21px !important;
        font-weight: 400 !important;
        line-height: 1.5;
        color: #555 !important;
        text-wrap: pretty;
    }

    .news_content.vic-article-body {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 20px;
        line-height: 1.65;
        color: #262626;
        overflow-wrap: break-word;
    }

    /* Pasted font families should not fragment the reading style. Retain saved
       emphasis, colors, sizing and alignment, and exclude embedded interfaces. */
    .news_content.vic-article-body :is(p, li, blockquote, span, font, strong, em, b, i):not(:where(
        .vic-embed, .vic-embed *, .twitter-tweet, .twitter-tweet *,
        .instagram-media, .instagram-media *, .tiktok-embed, .tiktok-embed *,
        .fb-post, .fb-post *, .fb-video, .fb-video *,
        .vic-edge-slot, .vic-edge-slot *, .advertisement-link, .advertisement-link *,
        [data-ad-id], [data-ad-id] *, .vic-ad-label,
        button, button *, figcaption, figcaption *, pre, pre *, code, code *,
        .fa, .fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands
    )) {
        font-family: Georgia, "Times New Roman", Times, serif !important;
    }

    .news_content.vic-article-body :is(p, ul, ol, blockquote):not(:where(
        .vic-embed, .vic-embed *, .twitter-tweet, .twitter-tweet *,
        .instagram-media, .instagram-media *, .tiktok-embed, .tiktok-embed *,
        .fb-post, .fb-post *, .fb-video, .fb-video *,
        .vic-edge-slot, .vic-edge-slot *, .advertisement-link, .advertisement-link *,
        [data-ad-id], [data-ad-id] *, button *, figcaption *, pre *, code *
    )):not(:has(img, iframe, video, audio, table, .vic-embed, .advertisement-link)) {
        max-width: 34em;
        margin-inline: auto;
        margin-bottom: 1.15em;
    }

    .news_content.vic-article-body :is(h2, h3, h4) {
        font-family: "VIC Libre Caslon Condensed", Georgia, serif;
        font-weight: 600;
        line-height: 1.2;
        margin-top: 1.4em;
        margin-bottom: .6em;
    }
    .news_content.vic-article-body h2 { font-size: 30px; }
    .news_content.vic-article-body h3 { font-size: 26px; }
    .news_content.vic-article-body h4 { font-size: 23px; }
    .news_content.vic-article-body :is(h2, h3, h4) :is(span, font, strong, em, b, i) {
        font-family: inherit !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .news_content.vic-article-body { font-size: 19px; }
}
