
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    line-height: 1.63;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
}
.wrapper {
    padding: 0 20.26px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    margin-bottom: 37.58px;
    border-bottom: 2px solid #000000;
    padding: 26.17px 0;
    background: #ffffff;
}
.brand-mark {
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    font-size: 23px;
}
.top-menu {
    gap: 22.53px;
    display: flex;
}
.top-menu a {
    font-size: 14.28px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
}
.top-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 78.55px;
    gap: 60.44px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.lead-article {
    border-radius: 11.11px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 47.16px;
}
.entry-text {
    font-size: 18.1px;
    line-height: 1.81;
    color: #000000;
}
.entry-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.secondary {
    top: 40px;
    position: sticky;
}
.info-card {
    background: #ffffff;
    padding: 26.29px;
    border-radius: 12.18px;
    border: 2px solid #000000;
    margin-bottom: 28.76px;
}
.block-heading {
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 9.92px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    margin-bottom: 20.49px;
    font-size: 20.65px;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    margin-bottom: 12.72px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.73px;
}
.updates-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8.63px;
}
.pill {
    border-radius: 9.23px;
    font-size: 12.29px;
    padding: 7.26px 14.2px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #000000;
    color: #000000 !important;
    background: #ffffff;
    display: inline-block;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    border-top: 2px solid #000000;
    font-weight: 600;
    font-size: 13.08px;
    background: #fff;
    text-align: center;
    color: #000000;
    padding: 37.81px 0;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
