body.single-newspaper_issue,
body.post-type-archive-newspaper_issue {
    background: #d8d0c2;
}

.t4l-paper-wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 30px 15px 80px;
}

.t4l-news-page {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 40px;
    background: #f6ecd9;
    border: 1px solid #bcae95;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    color: #111;
    position: relative;
}

.t4l-page-inner {
    padding: 26px 30px 34px;
    font-family: Georgia, "Times New Roman", serif;
}

.t4l-page-header {
    margin-bottom: 24px;
}

.t4l-page-meta {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #111;
}

.t4l-masthead-box {
    text-align: center;
    padding-top: 12px;
    border-top: 4px double #111;
    border-bottom: 4px double #111;
    padding-bottom: 12px;
    margin-top: 10px;
}

.t4l-masthead {
    margin: 0;
    font-size: 54px;
    line-height: 1;
    letter-spacing: .12em;
    font-weight: 700;
    text-transform: uppercase;
}

.t4l-masthead-tagline {
    margin: 8px 0 0;
    font-size: 12px;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.t4l-page-subbar {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #111;
    display: flex;
    justify-content: center;
    gap: 12px;
    font-size: 12px;
    text-transform: uppercase;
}

.t4l-layout {
    min-height: 700px;
}

.t4l-front-page {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
}

.t4l-front-main {
    border-right: 1px solid #111;
    padding-right: 20px;
}

.t4l-kicker,
.t4l-story-tag {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .14em;
    font-weight: 700;
    margin-bottom: 10px;
}

.t4l-lead-title {
    font-size: 56px;
    line-height: 1.02;
    margin: 0 0 14px;
    font-weight: 700;
}

.t4l-lead-summary {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.t4l-lead-image img,
.t4l-feature-image img {
    width: 100%;
    display: block;
    border: 1px solid #111;
    object-fit: cover;
}

.t4l-front-side {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.t4l-side-story {
    border-bottom: 1px solid #111;
    padding-bottom: 14px;
}

.t4l-side-story h3,
.t4l-column-article h3,
.t4l-bottom-story h4,
.t4l-editorial-card h3,
.t4l-spotlight-box h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
}

.t4l-side-story p,
.t4l-bottom-story p,
.t4l-column-article p,
.t4l-editorial-card p,
.t4l-spotlight-box p,
.t4l-feature-copy p,
.t4l-editorial-main p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
}

.t4l-bottom-strip {
    grid-column: 1 / -1;
    border-top: 2px solid #111;
    margin-top: 18px;
    padding-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.t4l-bottom-story {
    border-right: 1px solid #111;
    padding-right: 14px;
}

.t4l-bottom-story:last-child {
    border-right: 0;
    padding-right: 0;
}

.t4l-three-column-page {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.t4l-three-columns {
    column-count: 3;
    column-gap: 28px;
}

.t4l-column-article {
    break-inside: avoid;
    margin-bottom: 24px;
}

.t4l-column-article h3 {
    border-bottom: 1px solid #111;
    padding-bottom: 8px;
}

.t4l-dropcap:first-letter {
    float: left;
    font-size: 52px;
    line-height: .9;
    padding-right: 6px;
    font-weight: 700;
}

.t4l-spotlight-box {
    border: 2px solid #111;
    padding: 18px;
    background: #f0e4ce;
}

.t4l-feature-page {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.t4l-feature-top {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 24px;
    align-items: start;
}

.t4l-feature-copy h2,
.t4l-editorial-main h2 {
    margin: 0 0 14px;
    font-size: 42px;
    line-height: 1.1;
}

.t4l-feature-grid,
.t4l-editorial-grid,
.t4l-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.t4l-feature-grid-item,
.t4l-editorial-card,
.t4l-archive-card {
    border: 1px solid #111;
    padding: 16px;
    background: rgba(255,255,255,0.45);
}

.t4l-editorial-page {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 24px;
}

.t4l-editorial-main {
    border-right: 1px solid #111;
    padding-right: 20px;
}

.t4l-archive-card h2 {
    margin-top: 0;
    font-size: 24px;
}

.t4l-archive-card a {
    color: inherit;
    text-decoration: none;
}

.t4l-archive-card a:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .t4l-masthead {
        font-size: 40px;
    }

    .t4l-lead-title {
        font-size: 38px;
    }

    .t4l-feature-copy h2,
    .t4l-editorial-main h2 {
        font-size: 32px;
    }

    .t4l-front-page,
    .t4l-feature-top,
    .t4l-editorial-page,
    .t4l-bottom-strip,
    .t4l-feature-grid,
    .t4l-editorial-grid,
    .t4l-archive-grid {
        grid-template-columns: 1fr;
    }

    .t4l-front-main,
    .t4l-editorial-main {
        border-right: 0;
        padding-right: 0;
    }

    .t4l-three-columns {
        column-count: 1;
    }
}

@media (max-width: 767px) {
    .t4l-page-inner {
        padding: 18px;
    }

    .t4l-page-meta {
        flex-direction: column;
        align-items: center;
    }

    .t4l-masthead {
        font-size: 30px;
        letter-spacing: .08em;
    }

    .t4l-masthead-tagline {
        letter-spacing: .12em;
    }

    .t4l-lead-title {
        font-size: 28px;
    }
}