.post-main-header-column,
.post-main-reading-column {
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.post-main-media-breakout {
    max-width: 1060px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.post-main-title {
    font-family: 'Newsreader', Georgia, serif;
    font-style: normal;
    font-weight: 600;
    font-size: clamp(2rem, 3.4vw, 2.65rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.025em;
    text-wrap: balance;

    font-variation-settings: 'opsz' 72;
    font-optical-sizing: auto;
}

.post-main-title.title-long {
    font-size: clamp(1.75rem, 2.8vw, 2.25rem) !important;
    line-height: 1.15 !important;
}

.post-main-title.title-editorial,
.post-main-title.is-italic {
    font-style: italic;
    font-weight: 500;
    letter-spacing: -0.015em;
}

.post-main-deck {
    font-family: 'Newsreader', Georgia, serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45 !important;
    font-size: clamp(1.18rem, 2vw, 1.38rem);
    letter-spacing: -0.005em;
    color: #374151;

    text-wrap: pretty;

    font-variation-settings: 'opsz' 24;
    font-optical-sizing: auto;
}

.dark .post-main-deck {
    color: #d1d5db;
}

.post-main-kicker {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.post-main-meta-bar {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.post-main-content {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 20.5px;
    font-weight: 425;
    line-height: 1.58;
    letter-spacing: -0.005em;

    font-variation-settings: 'opsz' 16;
    font-optical-sizing: auto;

    color: #1f2328;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'pnum' 1, 'onum' 1;
}

.dark .post-main-content {
    color: #f1f2f4;
    font-weight: 425;
}

.post-main-content p {
    margin-bottom: 1.4em;
}

.post-main-content>p:first-of-type::first-letter {
    float: left;
    font-family: 'Newsreader', Georgia, serif;
    font-variation-settings: 'opsz' 72;
    font-style: italic;
    font-size: 4.1rem;
    line-height: 0.76;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 2px;
    margin-left: -2px;
    font-weight: 600;
    color: #111827;
}

.dark .post-main-content>p:first-of-type::first-letter {
    color: #ffffff;
}


.post-main-content h2 {
    font-family: 'Newsreader', Georgia, serif;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
    margin-top: 2.4em;
    margin-bottom: 0.8em;
    color: #111827;
}

.dark .post-main-content h2 {
    color: #f3f4f6;
}

.post-main-content h2,
.post-main-content h3 {
    font-variation-settings: 'opsz' 36;
}

.post-main-content h3 {
    font-family: 'Newsreader', Georgia, serif;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.35;
    margin-top: 2em;
    margin-bottom: 0.6em;
    color: #1f2937;
}

.dark .post-main-content h3 {
    color: #e5e7eb;
}

.post-main-content blockquote {
    font-family: 'Newsreader', Georgia, serif;
    font-variation-settings: 'opsz' 28;
    font-style: italic;
    font-size: 1.35rem;
    line-height: 1.5;
    padding: 0.75rem 0 0.75rem 1.75rem;
    margin: 2.2rem 0;
    border-left: 3px solid #111827;
    background: transparent;
    color: #1f2937;
}

.dark .post-main-content blockquote {
    border-left-color: #6b7280;
    background: transparent;
    color: #e5e7eb;
}

.post-main-content a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-decoration-color: rgba(0, 0, 0, 0.35);
    transition: all 0.15s ease-in-out;
}

.dark .post-main-content a {
    text-decoration-color: rgba(255, 255, 255, 0.4);
}

.post-main-content a:hover {
    text-decoration-thickness: 2px;
    text-decoration-color: #111827;
}

.dark .post-main-content a:hover {
    text-decoration-color: #ffffff;
}

.post-main-content img {
    max-width: 100%;
    height: auto;
    margin: 2rem auto;
    border-radius: 2px;
}

.post-main-divider {
    border: none;
    height: 1px;
    background-color: #e5e7eb;
    margin: 2rem 0;
}

.dark .post-main-divider {
    background-color: #262626;
}

.post-main-content table,
.post-main-content .tabular-data,
.post-main-content time {
    font-variant-numeric: tabular-nums lining-nums;
    font-feature-settings: 'tnum' 1, 'lnum' 1;
}