
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    line-height: 1.62;
    text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wrapper {
    max-width: 1200px;
    padding: 0 22.14px;
    margin: 0 auto;
}
.top-bar {
    background: #ffffff;
    margin-bottom: 39.78px;
    padding: 26.1px 0;
    border-bottom: 2px solid #000000;
}
.wordmark {
    font-size: 23.99px;
    font-weight: 800;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-bar {
    gap: 24.23px;
    display: flex;
}
.nav-bar a {
    font-size: 13.75px;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.layout-grid {
    gap: 60.21px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 82.84px;
    display: grid;
}
.main-post {
    border-radius: 10.75px;
    border: 2px solid #000000;
    padding: 48.66px;
    background: #ffffff;
}
.post-body {
    line-height: 1.8;
    color: #000000;
    font-size: 18.38px;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.secondary {
    top: 40px;
    position: sticky;
}
.widget-box {
    margin-bottom: 31.69px;
    border-radius: 10.15px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 21.08px;
}
.section-head {
    text-transform: uppercase;
    margin-bottom: 19.44px;
    padding-bottom: 7.8px;
    font-size: 20.63px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    color: #000000;
}
.fresh-list, .month-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    padding-bottom: 7.66px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.72px;
}
.fresh-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.month-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.month-list a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 10.35px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    font-weight: 600;
    color: #000000 !important;
    padding: 3.97px 16.8px;
    border: 2px solid #000000;
    text-decoration: none;
    display: inline-block;
    background: #ffffff;
    border-radius: 7.8px;
    font-size: 12.47px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    border-top: 2px solid #000000;
    text-align: center;
    font-weight: 600;
    background: #fff;
    color: #000000;
    padding: 43px 0;
    font-size: 14.85px;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
