
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    line-height: 1.55;
    color: var(--text);
}
.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 17.12px;
}
.main-header {
    border-bottom: 2px solid #000000;
    margin-bottom: 39.23px;
    background: #ffffff;
    padding: 22.49px 0;
}
.brand-mark {
    font-size: 23.6px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-weight: 800;
}
.main-menu {
    gap: 22.35px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
    font-size: 14.27px;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    display: grid;
    gap: 57.14px;
    margin-bottom: 81.41px;
    grid-template-columns: 1fr 300px;
}
.top-story {
    border-radius: 11.1px;
    border: 2px solid #000000;
    padding: 49.75px;
    background: #ffffff;
}
.body-copy {
    color: #000000;
    font-size: 17.14px;
    line-height: 1.85;
}
.body-copy a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.side-block {
    margin-bottom: 30.06px;
    border-radius: 11.05px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 26.32px;
}
.box-title {
    font-size: 19.06px;
    color: #000000;
    margin-bottom: 21.76px;
    padding-bottom: 7.42px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-weight: 800;
}
.new-items, .history-list {
    padding: 0;
    list-style: none;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.52px;
    margin-bottom: 8.71px;
}
.new-items a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.new-items a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.history-list a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 8.69px;
    display: flex;
    flex-wrap: wrap;
}
.pill {
    padding: 5.4px 11.4px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6.06px;
    color: #000000 !important;
    background: #ffffff;
    border: 2px solid #000000;
    font-size: 13.31px;
    display: inline-block;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    padding: 37.71px 0;
    font-weight: 600;
    color: #000000;
    font-size: 14.05px;
    text-align: center;
    border-top: 2px solid #000000;
    background: #fff;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
