
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    line-height: 1.59;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
}
.page-wrap {
    padding: 0 19.35px;
    margin: 0 auto;
    max-width: 1200px;
}
.main-header {
    padding: 23.13px 0;
    margin-bottom: 39.73px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.identity {
    text-transform: uppercase;
    color: #000000;
    font-size: 24.78px;
    text-decoration: none;
    font-weight: 800;
}
.primary-nav {
    display: flex;
    gap: 22.55px;
}
.primary-nav a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14.02px;
    text-transform: uppercase;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.two-col {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 60.47px;
    margin-bottom: 79.74px;
}
.top-story {
    border-radius: 12.2px;
    border: 2px solid #000000;
    padding: 46.53px;
    background: #ffffff;
}
.post-body {
    font-size: 17.51px;
    color: #000000;
    line-height: 1.78;
}
.post-body a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.info-card {
    border-radius: 10.43px;
    background: #ffffff;
    margin-bottom: 28.66px;
    padding: 21px;
    border: 2px solid #000000;
}
.block-heading {
    font-size: 20.22px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20.62px;
    border-bottom: 2px solid #000000;
    padding-bottom: 12.11px;
    color: #000000;
}
.updates-list, .month-list {
    list-style: none;
    padding: 0;
}
.updates-list li {
    margin-bottom: 11.96px;
    padding-bottom: 12.56px;
    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;
}
.month-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.month-list a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 10.31px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    border: 2px solid #000000;
    background: #ffffff;
    color: #000000 !important;
    font-weight: 600;
    font-size: 12.15px;
    border-radius: 9.79px;
    text-decoration: none;
    display: inline-block;
    padding: 7.04px 14.34px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    background: #fff;
    padding: 41.24px 0;
    font-size: 13.78px;
    color: #000000;
    text-align: center;
    border-top: 2px solid #000000;
    font-weight: 600;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
