
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    line-height: 1.65;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.content-wrap {
    padding: 0 22.82px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    padding: 24.9px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 38.53px;
    background: #ffffff;
}
.wordmark {
    font-weight: 800;
    color: #000000;
    font-size: 24.48px;
    text-decoration: none;
    text-transform: uppercase;
}
.primary-nav {
    gap: 23.01px;
    display: flex;
}
.primary-nav a {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-size: 13.46px;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.page-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 80.33px;
    gap: 62.77px;
    display: grid;
}
.main-post {
    border: 2px solid #000000;
    padding: 45.53px;
    border-radius: 12.58px;
    background: #ffffff;
}
.post-body {
    font-size: 18.66px;
    color: #000000;
    line-height: 1.84;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    background: #ffffff;
    padding: 21.1px;
    margin-bottom: 27.14px;
    border: 2px solid #000000;
    border-radius: 10.13px;
}
.box-title {
    color: #000000;
    padding-bottom: 12.46px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 21.79px;
    font-size: 20.55px;
}
.stream, .month-list {
    padding: 0;
    list-style: none;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.52px;
    padding-bottom: 11.5px;
}
.stream a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.stream 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: 8.82px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    color: #000000 !important;
    border-radius: 8.92px;
    display: inline-block;
    font-size: 12.47px;
    text-decoration: none;
    font-weight: 600;
    padding: 6.4px 15.88px;
    background: #ffffff;
    border: 2px solid #000000;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    font-size: 14.36px;
    padding: 39.4px 0;
    color: #000000;
    font-weight: 600;
    background: #fff;
    border-top: 2px solid #000000;
    text-align: center;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
