
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.59;
    color: var(--text);
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.content-wrap {
    margin: 0 auto;
    padding: 0 21.63px;
    max-width: 1200px;
}
.main-header {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 37.59px;
    padding: 26.36px 0;
}
.brand-mark {
    font-size: 24.17px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-weight: 800;
}
.main-menu {
    display: flex;
    gap: 22.23px;
}
.main-menu a {
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    font-size: 13.53px;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    gap: 60.22px;
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.78px;
}
.top-story {
    padding: 46px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.45px;
}
.body-copy {
    color: #000000;
    font-size: 17.58px;
    line-height: 1.77;
}
.body-copy a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    border: 2px solid #000000;
    border-radius: 13.71px;
    background: #ffffff;
    padding: 25.84px;
    margin-bottom: 31px;
}
.block-heading {
    padding-bottom: 9.84px;
    margin-bottom: 19.95px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-size: 20.86px;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    margin-bottom: 11.29px;
    padding-bottom: 9.34px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 10.81px;
    flex-wrap: wrap;
    display: flex;
}
.term-badge {
    border: 2px solid #000000;
    color: #000000 !important;
    display: inline-block;
    font-weight: 600;
    font-size: 12.53px;
    background: #ffffff;
    text-decoration: none;
    border-radius: 7.91px;
    padding: 8.63px 11.43px;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    font-weight: 600;
    text-align: center;
    border-top: 2px solid #000000;
    padding: 42.18px 0;
    color: #000000;
    background: #fff;
    font-size: 14.53px;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
