
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    line-height: 1.62;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.frame {
    margin: 0 auto;
    padding: 0 20.8px;
    max-width: 1200px;
}
.top-bar {
    padding: 25.98px 0;
    background: #ffffff;
    margin-bottom: 37.77px;
    border-bottom: 2px solid #000000;
}
.wordmark {
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 23.92px;
}
.header-links {
    gap: 25.96px;
    display: flex;
}
.header-links a {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    font-size: 14.84px;
    color: #000000 !important;
}
.header-links a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    gap: 57.71px;
    margin-bottom: 82.97px;
    grid-template-columns: 1fr 300px;
}
.main-post {
    border: 2px solid #000000;
    border-radius: 12.96px;
    padding: 47.79px;
    background: #ffffff;
}
.body-copy {
    line-height: 1.85;
    font-size: 18.02px;
    color: #000000;
}
.body-copy a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.rail {
    position: sticky;
    top: 40px;
}
.info-card {
    border-radius: 11.8px;
    background: #ffffff;
    padding: 24.64px;
    border: 2px solid #000000;
    margin-bottom: 27.17px;
}
.block-heading {
    margin-bottom: 22.06px;
    font-weight: 800;
    font-size: 20.99px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid #000000;
    padding-bottom: 9.13px;
}
.new-items, .date-index {
    list-style: none;
    padding: 0;
}
.new-items li {
    margin-bottom: 10.93px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.15px;
}
.new-items a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.new-items a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 10.94px;
    display: flex;
    flex-wrap: wrap;
}
.pill {
    display: inline-block;
    padding: 6.68px 11.21px;
    color: #000000 !important;
    background: #ffffff;
    font-size: 13.84px;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #000000;
    border-radius: 6.09px;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    padding: 41.04px 0;
    font-weight: 600;
    text-align: center;
    font-size: 14.1px;
    background: #fff;
    border-top: 2px solid #000000;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
