
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    color: var(--text);
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.63;
    text-size-adjust: 100%;
    background: #ffffff;
}
.wrapper {
    margin: 0 auto;
    padding: 0 22.75px;
    max-width: 1200px;
}
.page-top {
    background: #ffffff;
    margin-bottom: 40.72px;
    padding: 22.08px 0;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    font-size: 24.88px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}
.primary-nav {
    gap: 24.06px;
    display: flex;
}
.primary-nav a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13.59px;
    color: #000000 !important;
    font-weight: 700;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 82.86px;
    gap: 59.07px;
}
.main-post {
    border-radius: 11.29px;
    background: #ffffff;
    padding: 45.84px;
    border: 2px solid #000000;
}
.body-copy {
    color: #000000;
    line-height: 1.77;
    font-size: 18.93px;
}
.body-copy a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    padding: 25.42px;
    border-radius: 10.75px;
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 29.04px;
}
.block-heading {
    padding-bottom: 12.85px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 19.73px;
    margin-bottom: 21.51px;
    color: #000000;
}
.latest-entries, .month-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    margin-bottom: 7.4px;
    padding-bottom: 8.2px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.month-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.month-list a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12.4px;
}
.chip {
    background: #ffffff;
    color: #000000 !important;
    display: inline-block;
    text-decoration: none;
    padding: 6.39px 14.12px;
    border-radius: 6.81px;
    font-size: 12.72px;
    border: 2px solid #000000;
    font-weight: 600;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    border-top: 2px solid #000000;
    font-size: 13.53px;
    text-align: center;
    background: #fff;
    font-weight: 600;
    padding: 39.38px 0;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
