
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.61;
    color: var(--text);
    background: #ffffff;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
}
.content-wrap {
    max-width: 1200px;
    padding: 0 19.52px;
    margin: 0 auto;
}
.page-top {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 25.53px 0;
    margin-bottom: 38.14px;
}
.brand-link {
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 24px;
}
.nav-links {
    display: flex;
    gap: 22.8px;
}
.nav-links a {
    font-weight: 700;
    text-decoration: none;
    font-size: 13.21px;
    text-transform: uppercase;
    color: #000000 !important;
}
.nav-links a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.32px;
    gap: 60.75px;
}
.top-story {
    border-radius: 13.94px;
    padding: 45.09px;
    border: 2px solid #000000;
    background: #ffffff;
}
.body-copy {
    color: #000000;
    line-height: 1.79;
    font-size: 18.95px;
}
.body-copy a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.info-card {
    padding: 23.6px;
    border-radius: 10.44px;
    margin-bottom: 32.64px;
    background: #ffffff;
    border: 2px solid #000000;
}
.module-head {
    text-transform: uppercase;
    margin-bottom: 18.5px;
    font-weight: 800;
    padding-bottom: 9.65px;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-size: 19.95px;
}
.updates-list, .past-entries {
    list-style: none;
    padding: 0;
}
.updates-list li {
    margin-bottom: 10.53px;
    padding-bottom: 7.76px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.updates-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    gap: 11.35px;
    flex-wrap: wrap;
}
.keyword-tag {
    display: inline-block;
    border-radius: 8.81px;
    padding: 6.31px 16.07px;
    font-size: 13.78px;
    border: 2px solid #000000;
    text-decoration: none;
    font-weight: 600;
    background: #ffffff;
    color: #000000 !important;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    padding: 38.39px 0;
    background: #fff;
    text-align: center;
    font-weight: 600;
    color: #000000;
    border-top: 2px solid #000000;
    font-size: 14.6px;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
