
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    line-height: 1.61;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
}
.shell {
    max-width: 1200px;
    padding: 0 18.72px;
    margin: 0 auto;
}
.main-header {
    border-bottom: 2px solid #000000;
    padding: 26.77px 0;
    margin-bottom: 37.4px;
    background: #ffffff;
}
.home-brand {
    text-decoration: none;
    font-size: 24.45px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
}
.main-menu {
    display: flex;
    gap: 26.38px;
}
.main-menu a {
    font-size: 14.71px;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 60.1px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 77.23px;
}
.top-story {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 46.63px;
    border-radius: 13.06px;
}
.body-copy {
    font-size: 18.13px;
    line-height: 1.82;
    color: #000000;
}
.body-copy a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.secondary {
    position: sticky;
    top: 40px;
}
.info-card {
    background: #ffffff;
    border-radius: 11.55px;
    padding: 25.13px;
    margin-bottom: 27.3px;
    border: 2px solid #000000;
}
.section-head {
    font-weight: 800;
    font-size: 19.91px;
    border-bottom: 2px solid #000000;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 12.63px;
    margin-bottom: 22.47px;
}
.feed-list, .month-list {
    list-style: none;
    padding: 0;
}
.feed-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.28px;
    margin-bottom: 12.69px;
}
.feed-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.feed-list a:hover {
    text-decoration: underline;
}
.month-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.month-list a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 10.25px;
}
.chip {
    color: #000000 !important;
    display: inline-block;
    font-size: 12.98px;
    background: #ffffff;
    border-radius: 7.29px;
    font-weight: 600;
    padding: 7.37px 16.89px;
    border: 2px solid #000000;
    text-decoration: none;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    font-weight: 600;
    padding: 40.16px 0;
    border-top: 2px solid #000000;
    text-align: center;
    color: #000000;
    background: #fff;
    font-size: 14.55px;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
