
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.56;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
}
.shell {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 21.8px;
}
.page-top {
    margin-bottom: 37.7px;
    padding: 27.34px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.wordmark {
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24.67px;
    font-weight: 800;
}
.nav-links {
    gap: 25.86px;
    display: flex;
}
.nav-links a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
    font-size: 14.45px;
}
.nav-links a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 82.58px;
    gap: 59.49px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.top-story {
    padding: 50.23px;
    border-radius: 11.21px;
    border: 2px solid #000000;
    background: #ffffff;
}
.body-copy {
    font-size: 17.56px;
    line-height: 1.8;
    color: #000000;
}
.body-copy a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.module {
    padding: 26.78px;
    background: #ffffff;
    margin-bottom: 30.64px;
    border-radius: 12.19px;
    border: 2px solid #000000;
}
.block-heading {
    border-bottom: 2px solid #000000;
    font-weight: 800;
    padding-bottom: 12.53px;
    color: #000000;
    text-transform: uppercase;
    font-size: 19.03px;
    margin-bottom: 19.94px;
}
.latest-entries, .history-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    margin-bottom: 7.02px;
    padding-bottom: 9.76px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.history-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 12.8px;
}
.label-item {
    border-radius: 8.14px;
    display: inline-block;
    font-weight: 600;
    border: 2px solid #000000;
    font-size: 12.88px;
    background: #ffffff;
    padding: 3.38px 14.57px;
    color: #000000 !important;
    text-decoration: none;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    background: #fff;
    font-weight: 600;
    color: #000000;
    font-size: 14.82px;
    text-align: center;
    padding: 39.25px 0;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
