
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    line-height: 1.6;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
}
.wrapper {
    padding: 0 19.75px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    padding: 26.23px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 37.6px;
    background: #ffffff;
}
.brand-link {
    font-size: 24.34px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
}
.primary-nav {
    display: flex;
    gap: 22.85px;
}
.primary-nav a {
    font-weight: 700;
    font-size: 13.05px;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.dual-panel {
    gap: 57.22px;
    margin-bottom: 82.56px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.lead-article {
    padding: 46.02px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 10.86px;
}
.body-copy {
    font-size: 18.04px;
    color: #000000;
    line-height: 1.8;
}
.body-copy a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.side-block {
    background: #ffffff;
    padding: 24.26px;
    margin-bottom: 29.57px;
    border-radius: 10.23px;
    border: 2px solid #000000;
}
.block-heading {
    color: #000000;
    font-size: 20.98px;
    padding-bottom: 8.1px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 17.98px;
}
.new-items, .date-index {
    padding: 0;
    list-style: none;
}
.new-items li {
    margin-bottom: 12.19px;
    padding-bottom: 10.29px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.new-items a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.new-items a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    gap: 7.22px;
    display: flex;
}
.chip {
    border: 2px solid #000000;
    text-decoration: none;
    padding: 4.72px 11.16px;
    font-size: 12.89px;
    display: inline-block;
    font-weight: 600;
    border-radius: 6.52px;
    background: #ffffff;
    color: #000000 !important;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    color: #000000;
    border-top: 2px solid #000000;
    font-weight: 600;
    font-size: 13.74px;
    background: #fff;
    text-align: center;
    padding: 37.29px 0;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
