
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    line-height: 1.58;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.content-wrap {
    margin: 0 auto;
    padding: 0 22.3px;
    max-width: 1200px;
}
.head-section {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 22.89px 0;
    margin-bottom: 38.91px;
}
.brand-mark {
    font-size: 23.25px;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
}
.main-menu {
    gap: 25.67px;
    display: flex;
}
.main-menu a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    font-size: 13.86px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    grid-template-columns: 1fr 300px;
    margin-bottom: 81.3px;
    display: grid;
    gap: 58.74px;
}
.top-story {
    padding: 46.64px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.61px;
}
.body-copy {
    color: #000000;
    font-size: 17.35px;
    line-height: 1.81;
}
.body-copy a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.secondary {
    position: sticky;
    top: 40px;
}
.panel-item {
    background: #ffffff;
    margin-bottom: 31.16px;
    border-radius: 12.42px;
    border: 2px solid #000000;
    padding: 22.21px;
}
.box-title {
    font-weight: 800;
    margin-bottom: 21.02px;
    border-bottom: 2px solid #000000;
    color: #000000;
    padding-bottom: 7.83px;
    text-transform: uppercase;
    font-size: 20.84px;
}
.feed-list, .history-list {
    list-style: none;
    padding: 0;
}
.feed-list li {
    padding-bottom: 7.87px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.01px;
}
.feed-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.feed-list a:hover {
    text-decoration: underline;
}
.history-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    flex-wrap: wrap;
    gap: 11.09px;
}
.pill {
    border-radius: 6.18px;
    font-size: 12.04px;
    display: inline-block;
    font-weight: 600;
    background: #ffffff;
    text-decoration: none;
    border: 2px solid #000000;
    color: #000000 !important;
    padding: 4.07px 11.68px;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    border-top: 2px solid #000000;
    color: #000000;
    padding: 38.77px 0;
    text-align: center;
    font-size: 14.16px;
    background: #fff;
    font-weight: 600;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
