
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    color: var(--text);
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.57;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
}
.page-wrap {
    margin: 0 auto;
    padding: 0 22.72px;
    max-width: 1200px;
}
.page-top {
    padding: 25.6px 0;
    margin-bottom: 37.57px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.home-brand {
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24.92px;
    color: #000000;
}
.primary-nav {
    display: flex;
    gap: 22.79px;
}
.primary-nav a {
    font-size: 14.21px;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.split-view {
    gap: 59.13px;
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 81.03px;
}
.main-post {
    padding: 45.11px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.28px;
}
.main-text {
    line-height: 1.76;
    color: #000000;
    font-size: 18.7px;
}
.main-text a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.secondary {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    border-radius: 10.63px;
    background: #ffffff;
    margin-bottom: 31.83px;
    padding: 24.16px;
}
.block-heading {
    border-bottom: 2px solid #000000;
    margin-bottom: 22.63px;
    color: #000000;
    text-transform: uppercase;
    font-size: 19.44px;
    padding-bottom: 9.4px;
    font-weight: 800;
}
.updates-list, .history-list {
    list-style: none;
    padding: 0;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.74px;
    padding-bottom: 7.22px;
}
.updates-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.updates-list a:hover {
    text-decoration: underline;
}
.history-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 12.83px;
}
.pill {
    border-radius: 9.22px;
    color: #000000 !important;
    display: inline-block;
    font-weight: 600;
    font-size: 13.8px;
    background: #ffffff;
    text-decoration: none;
    border: 2px solid #000000;
    padding: 7.15px 12.89px;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    padding: 38.07px 0;
    border-top: 2px solid #000000;
    font-weight: 600;
    font-size: 13.26px;
    color: #000000;
    background: #fff;
    text-align: center;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
