/* =====================================================================
   rational.today  --  The Considered Edition
   Typographic-focus broadsheet aesthetic
   Palette: #FFFFFF #1A1A1A #2C2C2C #333333 #666666 #C8C8C8 #B71C1C #F5F5F0
   Fonts: Playfair Display, Libre Baskerville, Source Serif 4, Libre Franklin
   ===================================================================== */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    background: #FFFFFF;
    color: #333333;
    font-family: "Source Serif 4", "Source Serif Pro", Georgia, serif;
    font-size: 16px;
    line-height: 1.65;
    font-feature-settings: "kern" 1, "liga" 1, "onum" 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    margin: 0 0 1em 0;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
}

p + p {
    text-indent: 1.4em;
}

ul, ol {
    list-style: none;
}

sup {
    font-size: 0.65em;
    vertical-align: super;
    line-height: 0;
    color: #B71C1C;
    margin: 0 0.1em;
    font-feature-settings: "sups" 1;
}

/* =============================================================
   THE PAPER  --  outer container
   ============================================================= */
.paper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 36px 48px 64px 48px;
    background: #FFFFFF;
}

/* =============================================================
   RULES  --  horizontal lines
   ============================================================= */
.rule {
    width: 100%;
    margin: 18px 0;
}

.single-rule {
    height: 1px;
    background: #C8C8C8;
}

.rule-tight {
    margin: 14px 0;
}

.double-rule {
    height: 5px;
    background:
        linear-gradient(to bottom,
            #1A1A1A 0,
            #1A1A1A 1px,
            transparent 1px,
            transparent 4px,
            #1A1A1A 4px,
            #1A1A1A 5px);
    margin: 26px 0;
}

.masthead-rule.double-rule {
    margin: 12px 0 8px 0;
}

.masthead-rule.single-rule {
    margin: 8px 0 0 0;
}

/* =============================================================
   MASTHEAD
   ============================================================= */
.masthead {
    margin-bottom: 28px;
}

.masthead-top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: end;
    gap: 24px;
    padding: 8px 0 14px 0;
}

.masthead-meta-left,
.masthead-meta-right {
    font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #666666;
}

.masthead-meta-left {
    text-align: left;
}

.masthead-meta-right {
    text-align: right;
}

.masthead-title {
    text-align: center;
}

.nameplate {
    font-family: "Playfair Display", "Times New Roman", serif;
    font-weight: 900;
    font-size: 88px;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #1A1A1A;
    font-style: normal;
}

.masthead-nav {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 32px;
    align-items: baseline;
    padding-top: 6px;
}

.nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    align-items: baseline;
}

.nav-link {
    font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #2C2C2C;
    position: relative;
    padding: 4px 0;
    display: inline-block;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #B71C1C;
    transition: width 200ms ease-out;
}

.nav-link:hover::after,
.nav-link.is-active::after {
    width: 100%;
}

.nav-link.is-active {
    color: #1A1A1A;
}

.nav-tagline {
    text-align: right;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 13px;
    color: #666666;
    letter-spacing: 0.01em;
}

/* =============================================================
   PAGE  --  generic section wrapper
   ============================================================= */
.page {
    padding: 4px 0 8px 0;
    position: relative;
}

.page.alt-bg {
    background: #F5F5F0;
    margin: 0 -48px;
    padding: 4px 48px 8px 48px;
}

/* =============================================================
   SECTION BANNER  --  small caps category strip
   ============================================================= */
.section-banner {
    display: flex;
    align-items: baseline;
    gap: 14px;
    padding: 18px 0 10px 0;
    font-family: "Libre Franklin", sans-serif;
    text-transform: uppercase;
}

.section-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #1A1A1A;
}

.section-marker {
    color: #C8C8C8;
    font-size: 10px;
}

.section-sublabel {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    color: #666666;
}

/* =============================================================
   LEAD BLOCK  --  front-page primary headline
   ============================================================= */
.lead-block {
    padding: 30px 0 24px 0;
    text-align: left;
    max-width: 100%;
}

.lead-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    font-family: "Libre Franklin", sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #666666;
}

.kicker-marker {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #B71C1C;
    flex-shrink: 0;
}

.kicker-text {
    color: #B71C1C;
    font-weight: 700;
}

.lead-headline {
    font-family: "Playfair Display", "Times New Roman", serif;
    font-weight: 900;
    font-size: 96px;
    line-height: 0.98;
    letter-spacing: -0.025em;
    color: #1A1A1A;
    max-width: 96%;
    margin-bottom: 22px;
}

.lead-deck {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.35;
    color: #2C2C2C;
    max-width: 75%;
    margin-bottom: 18px;
    text-align: left;
    text-indent: 0;
    hyphens: none;
}

/* =============================================================
   BYLINE
   ============================================================= */
.byline {
    font-family: "Libre Franklin", sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #666666;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: baseline;
}

.byline-author {
    color: #1A1A1A;
    font-weight: 700;
}

.byline-sep {
    color: #C8C8C8;
}

/* =============================================================
   GRID  --  4 column asymmetric (15% / 35% / 30% / 20%)
   ============================================================= */
.grid-4col {
    display: grid;
    grid-template-columns: 15% 35% 30% 20%;
    gap: 0;
    padding: 28px 0 24px 0;
    position: relative;
}

.grid-4col .col {
    padding: 0 22px;
    border-left: 1px solid #C8C8C8;
}

.grid-4col .col:first-child {
    padding-left: 0;
    border-left: none;
}

.grid-4col .col:last-child {
    padding-right: 0;
}

.col {
    min-width: 0;
}

/* =============================================================
   GRID  --  3 column equal
   ============================================================= */
.grid-3col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    padding: 28px 0 24px 0;
}

.grid-3col .col {
    padding: 0 24px;
    border-left: 1px solid #C8C8C8;
}

.grid-3col .col:first-child {
    padding-left: 0;
    border-left: none;
}

.grid-3col .col:last-child {
    padding-right: 0;
}

/* =============================================================
   COLUMN  --  briefs, lists
   ============================================================= */
.brief {
    margin-bottom: 14px;
}

.brief-label,
.sidebar-label,
.aside-label,
.colophon-label {
    display: block;
    font-family: "Libre Franklin", sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #1A1A1A;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #1A1A1A;
}

.brief-list {
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
}

.brief-list li {
    padding: 8px 0;
    border-bottom: 1px solid #C8C8C8;
}

.brief-list li:last-child {
    border-bottom: none;
}

.brief-list strong {
    font-family: "Libre Franklin", sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #1A1A1A;
    display: inline;
    margin-right: 4px;
}

.index-list {
    counter-reset: idx;
    list-style: none;
    font-size: 14px;
}

.index-list li {
    counter-increment: idx;
    padding: 6px 0;
    border-bottom: 1px solid #C8C8C8;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.index-list li:last-child {
    border-bottom: none;
}

.index-list li::before {
    content: counter(idx, decimal-leading-zero);
    font-family: "Libre Franklin", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: #B71C1C;
    flex-shrink: 0;
    min-width: 22px;
}

.index-link {
    font-family: "Libre Baskerville", serif;
    font-size: 14px;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 1.35;
    position: relative;
}

.index-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: #B71C1C;
    transition: width 200ms ease-out;
}

.index-link:hover::after {
    width: 100%;
}

/* =============================================================
   LEAD PARAGRAPH  --  with drop cap
   ============================================================= */
.lead-paragraph {
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 17px;
    line-height: 1.6;
    color: #1A1A1A;
    margin-bottom: 1em;
    text-indent: 0;
}

.lead-paragraph + p,
.col p:first-of-type + p {
    text-indent: 1.4em;
}

.dropcap {
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 84px;
    line-height: 0.85;
    color: #1A1A1A;
    float: left;
    padding: 6px 12px 0 0;
    margin: 4px 0 0 0;
    letter-spacing: -0.04em;
}

.col p {
    font-size: 15px;
    line-height: 1.65;
    color: #333333;
    margin-bottom: 0.9em;
}

.continued {
    font-style: italic;
    color: #666666;
    font-size: 13px;
    margin-top: 8px;
    text-indent: 0;
}

/* =============================================================
   SUB-HEADLINE  --  Libre Baskerville section heads
   ============================================================= */
.sub-headline {
    font-family: "Libre Baskerville", "Libre Caslon Text", Georgia, serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: -0.005em;
    color: #2C2C2C;
    margin: 0 0 18px 0;
}

.page-headline {
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 64px;
    line-height: 1.02;
    letter-spacing: -0.02em;
    color: #1A1A1A;
    margin: 16px 0 18px 0;
}

.page-deck {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.35;
    color: #2C2C2C;
    max-width: 80%;
    margin-bottom: 18px;
    text-indent: 0;
    text-align: left;
    hyphens: none;
}

/* =============================================================
   PULL-QUOTE
   ============================================================= */
.pull-quote {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.3;
    color: #1A1A1A;
    border-top: 1px solid #1A1A1A;
    border-bottom: 1px solid #1A1A1A;
    padding: 18px 0;
    margin: 22px 0;
    text-indent: 0;
    text-align: left;
    hyphens: none;
}

.pull-quote-large {
    font-size: 32px;
    line-height: 1.25;
    padding: 22px 0;
    margin: 26px 0;
}

/* =============================================================
   SIDEBAR  --  rightmost column
   ============================================================= */
.sidebar-block {
    margin-bottom: 18px;
}

.sidebar-text {
    font-size: 13px;
    line-height: 1.55;
    color: #333333;
    text-align: left;
    text-indent: 0;
    hyphens: none;
}

.markets-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Libre Franklin", sans-serif;
    font-size: 12px;
}

.markets-table td {
    padding: 6px 0;
    border-bottom: 1px solid #C8C8C8;
    color: #333333;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.markets-table tr:last-child td {
    border-bottom: none;
}

.markets-table td:last-child {
    text-align: right;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1;
    font-weight: 600;
}

.markets-table td.up {
    color: #1A1A1A;
}

.markets-table td.down {
    color: #B71C1C;
}

.markets-note {
    font-family: "Libre Franklin", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #666666;
    margin-top: 8px;
    text-indent: 0;
    text-align: left;
    hyphens: none;
}

/* =============================================================
   OPINION SECTION
   ============================================================= */
.opinion-headline-block,
.methods-headline-block,
.review-headline-block,
.letters-headline-block {
    padding: 24px 0 18px 0;
}

.signoff {
    margin-top: 18px;
    font-family: "Libre Franklin", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #666666;
    text-indent: 0;
    text-align: left;
}

.signoff em {
    font-family: "Playfair Display", serif;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    color: #1A1A1A;
    font-size: 14px;
}

/* =============================================================
   ANALYSIS SECTION  --  asymmetric grid
   ============================================================= */
.analysis-grid {
    display: grid;
    grid-template-columns: 28% 1fr 22%;
    gap: 0;
    padding: 28px 0 20px 0;
}

.analysis-headline,
.analysis-body,
.analysis-aside {
    padding: 0 24px;
    border-left: 1px solid #C8C8C8;
}

.analysis-headline {
    padding-left: 0;
    border-left: none;
}

.analysis-aside {
    padding-right: 0;
    background: transparent;
}

.analysis-kicker {
    display: inline-block;
    font-family: "Libre Franklin", sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #B71C1C;
    margin-bottom: 14px;
    padding-left: 4px;
}

.analysis-headline .kicker-marker {
    margin-right: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.analysis-headline .page-headline {
    font-size: 48px;
    margin-top: 8px;
    line-height: 1.05;
}

.analysis-body p {
    font-size: 16px;
    line-height: 1.65;
    color: #333333;
}

.footnote-list {
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 13px;
    line-height: 1.55;
    color: #666666;
}

.footnote-list li {
    padding: 8px 0;
    border-top: 1px solid #C8C8C8;
}

.footnote-list li:first-child {
    border-top: none;
}

.footnote-list sup {
    color: #B71C1C;
    margin-right: 4px;
}

/* =============================================================
   METHODS  --  numbered rule cards
   ============================================================= */
.grid-rules {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    padding: 28px 0 24px 0;
    border-top: 1px solid #1A1A1A;
}

.rule-card {
    padding: 28px 24px 28px 0;
    border-right: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    position: relative;
}

.rule-card:nth-child(3n) {
    border-right: none;
    padding-right: 0;
}

.rule-card:nth-child(3n+1) {
    padding-left: 0;
}

.rule-card:nth-child(3n+2) {
    padding-left: 24px;
    padding-right: 24px;
}

.rule-card:nth-last-child(-n+3) {
    border-bottom: none;
}

.rule-num {
    display: block;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 56px;
    line-height: 1;
    color: #B71C1C;
    margin-bottom: 14px;
    letter-spacing: -0.03em;
    font-feature-settings: "lnum" 1;
}

.rule-title {
    font-family: "Libre Baskerville", Georgia, serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    color: #1A1A1A;
    margin-bottom: 14px;
    letter-spacing: -0.005em;
}

.rule-body {
    font-size: 15px;
    line-height: 1.65;
    color: #333333;
}

/* =============================================================
   REVIEW  --  numbered list
   ============================================================= */
.review-list {
    padding: 28px 0 24px 0;
}

.review-item {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 32px;
    padding: 24px 0;
    border-bottom: 1px solid #C8C8C8;
}

.review-item:first-child {
    border-top: 1px solid #1A1A1A;
}

.review-item:last-child {
    border-bottom: 1px solid #1A1A1A;
}

.review-marker {
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 56px;
    line-height: 0.9;
    color: #1A1A1A;
    letter-spacing: -0.02em;
    text-align: right;
    padding-top: 4px;
}

.review-content {
    max-width: 720px;
}

.review-title {
    font-family: "Libre Baskerville", Georgia, serif;
    font-weight: 700;
    font-style: italic;
    font-size: 28px;
    line-height: 1.15;
    color: #1A1A1A;
    margin-bottom: 4px;
}

.review-author {
    font-family: "Libre Franklin", sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #666666;
    margin-bottom: 14px;
    text-indent: 0;
    text-align: left;
}

.review-body {
    font-size: 15px;
    line-height: 1.65;
    color: #333333;
    text-indent: 0;
    max-width: 70ch;
}

/* =============================================================
   LETTERS  --  two-column correspondence
   ============================================================= */
.letters-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 28px 0 24px 0;
    border-top: 1px solid #1A1A1A;
}

.letter {
    padding: 28px 28px;
    border-right: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
}

.letter:nth-child(2n) {
    border-right: none;
    padding-right: 0;
}

.letter:nth-child(2n+1) {
    padding-left: 0;
}

.letter:nth-last-child(-n+2) {
    border-bottom: none;
}

.letter-headline {
    font-family: "Libre Baskerville", Georgia, serif;
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    line-height: 1.2;
    color: #1A1A1A;
    margin-bottom: 16px;
}

.letter-body {
    font-size: 15px;
    line-height: 1.65;
    color: #333333;
}

.letter-body .dropcap {
    font-size: 56px;
    line-height: 0.85;
    padding: 4px 8px 0 0;
}

.letter-signoff {
    margin-top: 12px;
    font-family: "Libre Franklin", sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #666666;
    text-indent: 0;
    text-align: left;
    hyphens: none;
}

/* =============================================================
   COLOPHON
   ============================================================= */
.colophon {
    margin-top: 32px;
    padding-top: 0;
}

.colophon-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 24px 0;
}

.colophon-col {
    padding: 0 22px;
    border-left: 1px solid #C8C8C8;
}

.colophon-col:first-child {
    padding-left: 0;
    border-left: none;
}

.colophon-col:last-child {
    padding-right: 0;
}

.colophon-text {
    font-size: 13px;
    line-height: 1.55;
    color: #333333;
    text-align: left;
    text-indent: 0;
    hyphens: none;
}

.colophon-text em {
    font-style: italic;
    color: #1A1A1A;
}

.colophon-line {
    font-family: "Libre Franklin", sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #666666;
    text-align: center;
    padding: 18px 0 8px 0;
    text-indent: 0;
    hyphens: none;
}

/* =============================================================
   ABOVE-THE-FOLD adjustments
   ============================================================= */
.above-fold {
    padding-top: 24px;
}

.above-fold .col {
    padding-bottom: 12px;
}

.above-fold .col p:first-of-type {
    text-indent: 0;
}

.above-fold .lead-paragraph + p {
    text-indent: 1.4em;
}

/* =============================================================
   RESPONSIVE  --  newspaper reflow
   ============================================================= */
@media (max-width: 1100px) {
    .nameplate {
        font-size: 72px;
    }
    .lead-headline {
        font-size: 80px;
    }
    .page-headline {
        font-size: 52px;
    }
    .grid-4col {
        grid-template-columns: 22% 38% 40%;
    }
    .grid-4col .col-4 {
        grid-column: 1 / -1;
        border-left: none;
        padding-left: 0;
        padding-right: 0;
        padding-top: 18px;
        margin-top: 18px;
        border-top: 1px solid #C8C8C8;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0;
    }
    .grid-4col .col-4 .sidebar-block {
        padding: 0 22px;
        border-left: 1px solid #C8C8C8;
    }
    .grid-4col .col-4 .sidebar-block:first-child {
        padding-left: 0;
        border-left: none;
    }
    .grid-4col .col-4 .sidebar-block:last-child {
        padding-right: 0;
    }
    .grid-4col .col-4 .rule-tight {
        display: none;
    }
    .analysis-grid {
        grid-template-columns: 30% 1fr;
    }
    .analysis-aside {
        grid-column: 1 / -1;
        padding-left: 0;
        padding-right: 0;
        padding-top: 18px;
        margin-top: 18px;
        border-top: 1px solid #C8C8C8;
        border-left: none;
    }
    .analysis-headline .page-headline {
        font-size: 40px;
    }
}

@media (max-width: 820px) {
    .paper {
        padding: 24px 22px 48px 22px;
    }
    .page.alt-bg {
        margin: 0 -22px;
        padding-left: 22px;
        padding-right: 22px;
    }
    .masthead-top {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .masthead-meta-left,
    .masthead-meta-right {
        text-align: center;
    }
    .masthead-nav {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .nav-list {
        gap: 18px;
        justify-content: center;
    }
    .nav-tagline {
        text-align: center;
    }
    .nameplate {
        font-size: 56px;
    }
    .lead-headline {
        font-size: 56px;
    }
    .page-headline {
        font-size: 40px;
    }
    .lead-deck,
    .page-deck {
        max-width: 100%;
        font-size: 20px;
    }
    .grid-4col,
    .grid-3col,
    .analysis-grid,
    .grid-rules,
    .letters-grid,
    .colophon-grid {
        grid-template-columns: 1fr;
    }
    .grid-4col .col,
    .grid-3col .col,
    .analysis-headline,
    .analysis-body,
    .analysis-aside,
    .colophon-col {
        padding: 18px 0;
        border-left: none;
        border-top: 1px solid #C8C8C8;
    }
    .grid-4col .col:first-child,
    .grid-3col .col:first-child,
    .analysis-headline,
    .colophon-col:first-child {
        border-top: none;
        padding-top: 0;
    }
    .grid-4col .col-4 {
        grid-template-columns: 1fr;
    }
    .grid-4col .col-4 .sidebar-block {
        padding: 0;
        border-left: none;
    }
    .rule-card,
    .letter {
        padding: 24px 0;
        border-right: none;
        border-bottom: 1px solid #C8C8C8;
    }
    .rule-card:nth-child(3n+2),
    .letter:nth-child(2n+1) {
        padding: 24px 0;
    }
    .rule-card:nth-last-child(-n+3),
    .letter:nth-last-child(-n+2) {
        border-bottom: 1px solid #C8C8C8;
    }
    .rule-card:last-child,
    .letter:last-child {
        border-bottom: none;
    }
    .review-item {
        grid-template-columns: 60px 1fr;
        gap: 16px;
    }
    .review-marker {
        font-size: 36px;
    }
    .pull-quote-large {
        font-size: 24px;
    }
    .dropcap {
        font-size: 64px;
    }
}
