
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.61;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
}
.page-wrap {
    margin: 0 auto;
    padding: 0 18.83px;
    max-width: 1200px;
}
.main-header {
    margin-bottom: 40.23px;
    padding: 26.58px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24.69px;
    color: #000000;
}
.header-links {
    display: flex;
    gap: 22.85px;
}
.header-links a {
    font-weight: 700;
    font-size: 14.96px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
}
.header-links a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 60.71px;
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 80.44px;
}
.top-story {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 11.8px;
    padding: 45.53px;
}
.post-body {
    line-height: 1.78;
    color: #000000;
    font-size: 17.04px;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.right-col {
    position: sticky;
    top: 40px;
}
.panel-item {
    background: #ffffff;
    margin-bottom: 30.61px;
    border-radius: 13.82px;
    padding: 26.99px;
    border: 2px solid #000000;
}
.block-heading {
    color: #000000;
    border-bottom: 2px solid #000000;
    font-size: 19.37px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 18.29px;
    padding-bottom: 8.54px;
}
.latest-entries, .history-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 11.81px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.28px;
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    display: flex;
    gap: 12.25px;
}
.topic-chip {
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    padding: 5.84px 11.29px;
    border-radius: 6.53px;
    border: 2px solid #000000;
    font-size: 12.21px;
    color: #000000 !important;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    font-weight: 600;
    color: #000000;
    border-top: 2px solid #000000;
    text-align: center;
    padding: 40.55px 0;
    font-size: 13.93px;
    background: #fff;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
