/*
 * Article prototype parity contract.
 *
 * Casper uses a 10px root while the approved prototype was authored against
 * a 16px root. Values below are the prototype's computed pixel values. This
 * file loads last and is post-scoped so legacy article rules cannot alter the
 * approved structure.
 */

body.post-template {
    color: #34434b;
    font-size: 16px;
    line-height: normal;
    background: var(--refresh-page, #edf2f4);
}

body.post-template .page.refresh-article {
    overflow: hidden;
    padding: 28px 20px 80px;
    background: var(--refresh-page, #edf2f4);
}

body.post-template .refresh-article-shell {
    width: 100%;
    max-width: none;
    margin: 0;
}

body.post-template .hero.refresh-article-header {
    position: relative;
    display: flex;
    flex-direction: column;
    width: min(100%, 1280px);
    min-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    color: #fff;
    background: #183d51;
    border-radius: 2px;
    box-shadow: 0 16px 42px rgba(24, 50, 63, .14);
}

body.post-template .hero.refresh-article-header::before { display: none; }

body.post-template .hero-copy.refresh-article-heading {
    position: relative;
    z-index: 2;
    order: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px 30px;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-block: clamp(26px, 2.5vw, 34px) clamp(27px, 2.6vw, 36px);
    padding-left: max(clamp(34px, 5vw, 66px), calc((100% - 760px) / 2));
    padding-right: clamp(34px, 5vw, 66px);
    background: #19272e;
}

body.post-template .hero-copy::after {
    position: absolute;
    top: 0;
    left: max(clamp(34px, 5vw, 66px), calc((100% - 760px) / 2));
    width: 180px;
    height: 5px;
    background: linear-gradient(90deg, var(--refresh-red, #df2f32) 0 66.666%, var(--refresh-gold, #b3995d) 66.666% 100%);
    content: "";
}

body.post-template .story-kicker {
    display: inline-flex;
    grid-column: 1 / -1;
    align-items: center;
    align-self: flex-start;
    margin: 0;
    color: #d8c693;
    font: 850 11.52px/1.2 var(--refresh-display);
    letter-spacing: .095em;
    text-transform: uppercase;
}

body.post-template .story-kicker .refresh-article-kicker {
    padding: 0;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-decoration: none;
    background: none;
    border: 0;
}

body.post-template .story-kicker a:hover,
body.post-template .story-author:hover { text-decoration: underline; }

body.post-template .hero .story-title.post-full-title {
    grid-column: 1;
    max-width: 820px;
    margin: 0;
    padding: 0;
    color: #fff;
    font: 850 clamp(40px, 3.1vw, 49.6px)/1.025 var(--refresh-display);
    letter-spacing: -.045em;
    text-wrap: pretty;
}

body.post-template .story-meta.refresh-article-meta {
    grid-column: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 14px;
    margin: 0;
    color: #b8c5ca;
    font: 500 13.44px/1.4 var(--refresh-display);
}

body.post-template .story-meta strong,
body.post-template .story-meta a { color: #fff; font-weight: 800; }

body.post-template .hero-media.refresh-article-feature {
    position: relative;
    z-index: 1;
    isolation: isolate;
    order: 2;
    display: block;
    width: 100%;
    max-width: none;
    height: clamp(430px, 38vw, 520px);
    margin: 0;
    overflow: hidden;
    background: linear-gradient(90deg, #183d51 0%, #26404c 22%, #3e4039 78%, #34332e 100%);
}

body.post-template .refresh-article-media-stage {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
}

body.post-template .hero-media .refresh-article-feature-backdrop {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    background-image: var(--feature-image);
    background-position: center;
    background-size: cover;
    filter: blur(28px) saturate(.72) brightness(.55);
    opacity: .72;
    transform: scale(1.08);
}

body.post-template .hero-image.refresh-article-feature-media {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain;
    object-position: center;
    filter: saturate(.92) contrast(1.03);
}

body.post-template .hero-media::after {
    position: absolute;
    z-index: 2;
    inset: 0;
    background: linear-gradient(90deg, rgba(10,27,36,.12), transparent 42%, rgba(10,25,32,.05));
    content: "";
    pointer-events: none;
}

body.post-template .credit.refresh-article-caption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 3;
    display: flex;
    align-items: baseline;
    gap: 5px;
    max-width: calc(100% - 36px);
    margin: 0;
    padding: 7px 10px 7px 9px;
    color: rgba(255,255,255,.78);
    font: normal 10.4px/1.25 var(--refresh-display);
    background: rgba(15,30,37,.9);
    border: 0;
    border-left: 3px solid var(--refresh-gold, #b3995d);
    border-radius: 1px;
    box-shadow: 0 5px 14px rgba(7,20,26,.18);
}

body.post-template .credit-label {
    color: #d8c693;
    font-size: 8.96px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

body.post-template .article-shell.refresh-article-paper.post-full-content {
    position: relative;
    z-index: 3;
    display: block;
    width: min(100%, 1280px);
    max-width: none;
    min-height: 0;
    margin: 18px auto 0;
    padding: 0 0 74px;
    color: var(--refresh-copy, #34434b);
    background: var(--refresh-paper, #fff);
    border: 1px solid rgba(41,60,69,.07);
    border-radius: 3px 3px 0 0;
    box-shadow: 0 10px 30px rgba(29,43,50,.07);
}

body.post-template .ad-placement {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 250px;
    margin: 28px 0;
    padding: 0 28px;
    contain: layout paint;
}

body.post-template .ad-placement:empty::before {
    display: grid;
    place-items: center;
    width: min(100%, 760px);
    height: 250px;
    color: #84949c;
    font: 750 10px/1 var(--refresh-display);
    letter-spacing: .14em;
    text-transform: uppercase;
    background: #f2f5f6;
    border: 1px solid #e5ebee;
    content: "Advertisement";
}

/* PubNation uses sfist_regular as an insertion marker and places its reserved
   .mv-ad-box immediately before it. Keep our marker as the pre-load CLS
   reserve, then collapse it once the provider-owned 250px box exists. */
body.post-template .mv-ad-box + .ad-placement#sfist_regular {
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    contain: none;
}

body.post-template .mv-ad-box + .ad-placement#sfist_regular::before {
    display: none;
}

body.post-template .mv-ad-box + .ad-placement#sfist_regular + script + .article-layout {
    margin-top: 28px;
}

body.post-template .article-layout.refresh-article-reading-grid {
    position: relative;
    display: block;
    width: min(calc(100% - 48px), 880px);
    margin: 0 auto;
}

body.post-template .share-rail.refresh-article-share {
    position: relative;
    inset: auto;
    display: flex;
    align-items: center;
    width: min(100%, 760px);
    min-height: 52px;
    margin: 0 auto 24px;
    padding: 7px 0;
    background: transparent;
    border: 0;
    border-top: 1px solid var(--refresh-line, #dbe3e7);
    border-bottom: 1px solid var(--refresh-line, #dbe3e7);
    box-shadow: none;
    box-sizing: border-box;
    flex-flow: row nowrap;
    overflow: visible;
}

body.post-template .share-rail::before {
    margin-right: auto;
    color: #7a878d;
    font: 850 8.8px/1 var(--refresh-display);
    letter-spacing: .11em;
    text-transform: uppercase;
    content: "Share this story";
}

body.post-template .share-rail .post-share-actions {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    align-items: center;
    gap: 7px;
    width: auto;
    height: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    grid-template-columns: none;
}

/* screen.css gives every paragraph inside .post-full-content a 100% minimum
   width. The live share status is a paragraph, so without this reset it
   consumes the whole row and collapses the actions into a vertical strip. */
body.post-template .share-rail .post-share-status {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    max-width: 180px;
    margin: 0;
    padding: 0;
    font: 700 11px/1.2 var(--refresh-display);
}

body.post-template .share-rail .post-share-status:empty {
    display: none;
}

body.post-template .share-rail .post-share-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-height: 0;
    padding: 0;
    color: #5d6c73;
    background: transparent;
    border: 1px solid var(--refresh-line, #dbe3e7);
    border-radius: 50%;
    box-shadow: none;
}

body.post-template .share-rail .post-share-button svg { width: 17px; height: 17px; fill: currentColor; }
body.post-template .share-rail .post-share-button span { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }

body.post-template .article-body.refresh-article-copy.post-content {
    display: block;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    color: var(--refresh-copy, #34434b);
    font: 400 19.52px/1.68 var(--refresh-article-font);
    padding: 0;
    box-sizing: border-box;
    align-items: initial;
}

body.post-template .article-body > p,
body.post-template .article-body > h2,
body.post-template .article-body > h3,
body.post-template .article-body > ul,
body.post-template .article-body > ol,
body.post-template .article-body > blockquote,
body.post-template .article-body > figure,
body.post-template .article-body > .kg-card {
    width: 100%;
    max-width: none;
}

body.post-template .article-body > p:first-child {
    color: var(--refresh-ink, #20292e);
    font-size: 1.08em;
    line-height: 1.58;
}

body.post-template .story-end.refresh-article-afterword {
    width: min(calc(100% - 48px), 880px);
    margin: 54px auto 0;
}

body.post-template .primus { width: min(calc(100% - 48px), 880px); margin: 34px auto 0; }

body.post-template .floating-header { display: none !important; }
body.post-template .refresh-comments.post-full-comments { min-width: 0 !important; max-width: none !important; }
body.post-template .refresh-masthead > .progress {
    top: 0;
    bottom: auto;
    z-index: 4;
    height: 3px;
    color: var(--refresh-gold-light, #d8c693);
}
body.post-template .refresh-masthead > .progress::-webkit-progress-bar { background: rgba(255,255,255,.18); }
body.post-template .refresh-masthead > .progress::-webkit-progress-value { background: var(--refresh-gold-light, #d8c693); }
body.post-template .refresh-masthead > .progress::-moz-progress-bar { background: var(--refresh-gold-light, #d8c693); }

body.post-template .post-topics-list a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border-radius: 999px;
    box-sizing: border-box;
}

body.post-template .post-preferred-source {
    min-height: 112px;
    padding: 22px 24px;
    gap: 20px;
    border-radius: 3px;
    box-sizing: border-box;
}
body.post-template .post-preferred-source-copy { min-width: 0; }
body.post-template .post-preferred-source-copy p { min-width: 0 !important; }
body.post-template .post-preferred-source-action { display: flex; align-items: center; justify-content: flex-end; }
body.post-template .post-preferred-source-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    color: #fff;
    font: 800 11px/1 var(--refresh-display);
    letter-spacing: .065em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    background: var(--refresh-red, #df2f32);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 2px;
}
body.post-template .post-preferred-source-link:hover { color: #fff; background: #c92327; }

body.post-template .refresh-article-afterword .post-full-footer.authorz-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    width: 100%;
    padding: 22px 24px !important;
    border-radius: 3px;
    box-sizing: border-box;
}
body.post-template .refresh-article-afterword .author-card {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-width: 0;
}
body.post-template .refresh-article-afterword .author-card .author-profile-image,
body.post-template .refresh-article-afterword .author-card .avatar-wrapper {
    width: 60px;
    height: 60px;
    margin: 0;
}
body.post-template .refresh-article-afterword .author-card-content { min-width: 0; }
body.post-template .refresh-article-afterword .author-card-name { margin: 0 0 4px; font: 800 21px/1.1 var(--refresh-display); }
body.post-template .refresh-article-afterword .author-card-content p {
    width: auto;
    min-width: 0 !important;
    font: 400 15px/1.45 var(--refresh-article-font);
}
body.post-template .refresh-article-afterword .post-full-footer-right { margin: 0; }
body.post-template .refresh-article-afterword .author-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    color: var(--refresh-copy, #34434b);
    font: 750 11px/1 var(--refresh-display);
    text-decoration: none;
    border: 1px solid #9eb5c0;
    border-radius: 999px;
}

html[data-theme="dark"] body.post-template .post-topics-list a {
    color: #dbe6eb;
    background: #20323a;
    border-color: #40545d;
}
html[data-theme="dark"] body.post-template .post-preferred-source,
html[data-theme="dark"] body.post-template .refresh-article-afterword .post-full-footer.authorz-card {
    background: #101e24;
    border-color: #3a4e57;
}
html[data-theme="dark"] body.post-template .post-preferred-source { border-left-color: var(--refresh-red, #df2f32); }
html[data-theme="dark"] body.post-template .refresh-article-afterword .author-card-button {
    color: #dbe6eb;
    background: #172830;
    border-color: #7194a3;
}
html[data-theme="dark"] body.post-template .refresh-article-afterword .author-card-button:hover {
    color: #fff;
    border-color: #8bc4dc;
}

@media (min-width: 861px) {
    body.post-template .story-end.refresh-article-afterword { padding-left: 0; }
    body.post-template .post-topics,
    body.post-template .post-preferred-source {
        width: 100%;
        max-width: none !important;
    }
    body.post-template .post-topics-title { font-size: 11px; }
    body.post-template .post-topics-list { gap: 10px; }
    body.post-template .post-topics-list a {
        min-height: 38px;
        padding: 10px 14px;
        font-size: 12px;
    }
    body.post-template .post-preferred-source,
    body.post-template .refresh-article-afterword .post-full-footer.authorz-card { width: 100%; }
}

@media (max-width: 860px) {
    body.post-template .page.refresh-article { padding: 0 0 62px; }
    body.post-template .hero.refresh-article-header { border-radius: 0; }
    body.post-template .hero-copy.refresh-article-heading { padding: 24px 32px 26px; }
    body.post-template .hero-copy::after { top: auto; bottom: 0; left: 32px; height: 4px; }
    body.post-template .hero .story-title.post-full-title { max-width: 650px; font-size: clamp(31.2px, 5.2vw, 36.8px); line-height: 1.04; }
    body.post-template .story-meta.refresh-article-meta { margin-top: 4px; font-size: 11.52px; }
    body.post-template .hero-media.refresh-article-feature { height: clamp(310px, 51vw, 400px); }
    body.post-template .article-shell.refresh-article-paper.post-full-content { width: min(calc(100% - 28px), 720px); }
}

@media (max-width: 600px) {
    body.post-template .hero-media .refresh-article-feature-backdrop { display: none; }
    body.post-template .hero-copy.refresh-article-heading {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 21px 24px 20px;
    }
    body.post-template .hero-copy::after { left: 24px; }
    body.post-template .story-kicker { margin: 0 0 -4px; font-size: 9.92px; }
    body.post-template .story-kicker .refresh-article-kicker { position: relative; margin-bottom: 0; }
    body.post-template .story-kicker .refresh-article-kicker::before {
        position: absolute;
        inset: -8px -10px;
        content: "";
    }
    body.post-template .story-kicker .refresh-article-kicker:focus-visible {
        outline: 2px solid var(--refresh-gold-light, #d8c693);
        outline-offset: 5px;
    }
    body.post-template .hero .story-title.post-full-title { max-width: 350px; font-size: clamp(29.6px, 7.2vw, 32.8px); line-height: 1.04; letter-spacing: -.035em; }
    body.post-template .story-meta.refresh-article-meta { gap: 5px 8px; margin-top: -4px; font-size: 11.04px; line-height: 1.45; }
    body.post-template .hero-media.refresh-article-feature { height: auto; min-height: 245px; aspect-ratio: 16 / 10; }
    body.post-template .hero-image.refresh-article-feature-media { object-fit: cover; object-position: 54% center; }
    body.post-template .credit.refresh-article-caption { right: 10px; bottom: 10px; max-width: calc(100% - 20px); font-size: 9.76px; }
    body.post-template .article-shell.refresh-article-paper.post-full-content { display: flow-root; width: 100%; margin-top: 0; padding: 0 0 48px !important; border: 0; border-radius: 0; box-shadow: none; }
    body.post-template .ad-placement { margin: 20px 0; padding: 0 14px; }
    body.post-template .ad-placement:empty::before { width: min(100%, 336px); }
    body.post-template .article-layout.refresh-article-reading-grid,
    body.post-template .story-end.refresh-article-afterword { width: calc(100% - 40px); }
    body.post-template .share-rail.refresh-article-share { min-height: 48px; margin-bottom: 20px; padding: 6px 0; }
    body.post-template .share-rail::before { content: "Share"; }
    body.post-template .share-rail .post-share-button { width: 34px; height: 34px; }
    body.post-template .article-body.refresh-article-copy.post-content { font-size: 18.08px; line-height: 1.66; }
    body.post-template .post-preferred-source {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 10px 12px;
        padding: 16px;
    }
    body.post-template .post-preferred-source-action {
        grid-column: 2;
        min-height: 0;
        padding: 0;
    }
    body.post-template .post-preferred-source-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 36px;
        padding: 0 14px;
        color: #fff;
        font: 800 10px/1 var(--refresh-display);
        letter-spacing: .06em;
        text-decoration: none;
        text-transform: uppercase;
        background: var(--refresh-red, #df2f32);
        border-radius: 2px;
    }

    body.post-template .refresh-article-afterword .post-full-footer.authorz-card {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 18px !important;
    }
    body.post-template .refresh-article-afterword .author-card {
        display: grid;
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 14px;
        width: 100%;
    }
    body.post-template .refresh-article-afterword .author-card .author-profile-image,
    body.post-template .refresh-article-afterword .author-card .avatar-wrapper {
        width: 56px;
        height: 56px;
        margin: 0;
    }
    body.post-template .refresh-article-afterword .author-card-content { min-width: 0; }
    body.post-template .refresh-article-afterword .author-card-name { margin: 0 0 4px; font-size: 20px; }
    body.post-template .refresh-article-afterword .author-card-content p {
        width: auto;
        min-width: 0 !important;
        font-size: 14px;
        line-height: 1.45;
    }
    body.post-template .refresh-article-afterword .post-full-footer-right { align-self: flex-start; margin: 0 0 0 70px; }

    body.post-template .primus:has(#bsa-zone_1669640936515-9_123456:empty) { display: none; }

    body.post-template .refresh-related { min-height: 0; }
    body.post-template .refresh-comments.post-full-comments {
        overflow: visible;
        padding-right: 20px !important;
        padding-left: 20px !important;
        padding-bottom: 96px !important;
    }
    body.post-template #disqus_thread,
    body.post-template #disqus_thread iframe { width: 100% !important; max-width: 100% !important; }
}

html[data-theme="dark"] body.post-template .article-body a,
html[data-theme="dark"] body.post-template .article-body a u { color: #58c8ed !important; }
html[data-theme="dark"] body.post-template .article-body a:hover,
html[data-theme="dark"] body.post-template .article-body a:hover u { color: #91def7 !important; }
html[data-theme="dark"] body.post-template #disqus_thread { color: #dbe6eb; background: transparent; border: 0; }
html[data-theme="dark"] body.post-template #disqus_thread a { color: #58c8ed; }
html[data-theme="dark"] body.post-template #disqus_thread iframe[id^="dsq-app"] {
    filter: invert(.92) hue-rotate(180deg);
}

body.post-template.refresh-comments-visible .refresh-local-adhesion { display: none !important; }

@media (max-width: 600px) {
    body.post-template #disqus_thread iframe[id^="dsq-app"] {
        width: 108.6957% !important;
        min-width: 108.6957% !important;
        max-width: none !important;
        zoom: .92;
    }
}

/* Use the larger desktop canvas instead of retaining the 1280px prototype
   shell indefinitely. This stays post-scoped and only activates at 1400 CSS
   pixels, so all established tablet and mobile parity remains unchanged. */
@media (min-width: 1400px) {
    body.post-template .page.refresh-article { padding: 32px 16px 96px; }

    body.post-template .hero.refresh-article-header,
    body.post-template .article-shell.refresh-article-paper.post-full-content {
        width: min(100%, 1368px);
    }

    body.post-template .hero-copy.refresh-article-heading {
        gap: 16px 34px;
        padding-top: 40px;
        padding-right: 58px;
        padding-bottom: 42px;
        padding-left: max(58px, calc((100% - 860px) / 2));
    }

    body.post-template .hero-copy::after {
        left: max(58px, calc((100% - 860px) / 2));
        width: 210px;
    }

    body.post-template .story-kicker { font-size: 12.25px; }
    body.post-template .hero .story-title.post-full-title {
        max-width: 920px;
        font-size: clamp(50px, 3.7vw, 56px);
    }
    body.post-template .story-meta.refresh-article-meta { font-size: 14.25px; }

    body.post-template .hero-media.refresh-article-feature {
        display: flex;
        justify-content: center;
        height: clamp(500px, 40vw, 580px);
    }

    body.post-template .refresh-article-media-stage {
        display: inline-flex;
        flex: 0 1 auto;
        width: auto;
        max-width: 100%;
        aspect-ratio: 16 / 9;
    }

    body.post-template .refresh-article-media-stage .refresh-article-feature-media {
        width: 100%;
        max-width: none;
        height: 100%;
        max-height: none;
    }

    body.post-template .article-shell.refresh-article-paper.post-full-content {
        margin-top: 20px;
        padding-bottom: 84px;
    }

    body.post-template .article-layout.refresh-article-reading-grid,
    body.post-template .story-end.refresh-article-afterword,
    body.post-template .primus { width: min(calc(100% - 56px), 960px); }

    body.post-template .share-rail.refresh-article-share,
    body.post-template .article-body.refresh-article-copy.post-content { max-width: 820px; width: min(100%, 820px); }
    body.post-template .article-body.refresh-article-copy.post-content { font-size: 20.5px; line-height: 1.7; }
    body.post-template .ad-placement:empty::before { width: min(100%, 820px); }
}

@media (min-width: 1900px) {
    body.post-template .page.refresh-article { padding: 40px 24px 110px; }

    body.post-template .hero.refresh-article-header,
    body.post-template .article-shell.refresh-article-paper.post-full-content { width: min(100%, 1500px); }

    body.post-template .hero-copy.refresh-article-heading {
        gap: 18px 38px;
        padding-top: 48px;
        padding-right: 70px;
        padding-bottom: 50px;
        padding-left: max(70px, calc((100% - 980px) / 2));
    }

    body.post-template .hero-copy::after { left: max(70px, calc((100% - 980px) / 2)); width: 236px; }
    body.post-template .story-kicker { font-size: 13.5px; }
    body.post-template .hero .story-title.post-full-title { max-width: 1040px; font-size: 62px; }
    body.post-template .story-meta.refresh-article-meta { font-size: 15.5px; }
    body.post-template .hero-media.refresh-article-feature { height: 650px; }

    body.post-template .article-shell.refresh-article-paper.post-full-content { margin-top: 24px; padding-bottom: 96px; }
    body.post-template .article-layout.refresh-article-reading-grid,
    body.post-template .story-end.refresh-article-afterword,
    body.post-template .primus { width: min(calc(100% - 64px), 1080px); }

    body.post-template .share-rail.refresh-article-share,
    body.post-template .article-body.refresh-article-copy.post-content { width: min(100%, 900px); max-width: 900px; }
    body.post-template .article-body.refresh-article-copy.post-content { font-size: 22px; }
    body.post-template .ad-placement:empty::before { width: min(100%, 900px); }
}
