
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -moz-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    line-height: 1.61;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
}
.wrapper {
    padding: 0 22.51px;
    margin: 0 auto;
    max-width: 1200px;
}
.banner-area {
    border-bottom: 2px solid #000000;
    padding: 27.54px 0;
    background: #ffffff;
    margin-bottom: 40.76px;
}
.wordmark {
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24.52px;
    font-weight: 800;
}
.main-menu {
    gap: 26.86px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    font-size: 13.38px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    gap: 62.92px;
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 78.82px;
}
.primary-content {
    padding: 50.6px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.02px;
}
.entry-text {
    font-size: 17.38px;
    line-height: 1.75;
    color: #000000;
}
.entry-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.aside-box {
    margin-bottom: 32.41px;
    border-radius: 10.55px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 24.23px;
}
.section-head {
    border-bottom: 2px solid #000000;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 21.4px;
    font-size: 19.99px;
    padding-bottom: 7.66px;
}
.feed-list, .month-list {
    list-style: none;
    padding: 0;
}
.feed-list li {
    margin-bottom: 12.58px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 11.91px;
}
.feed-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.feed-list a:hover {
    text-decoration: underline;
}
.month-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.month-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10.26px;
}
.topic-chip {
    padding: 4.2px 15.14px;
    text-decoration: none;
    border-radius: 9.24px;
    border: 2px solid #000000;
    font-weight: 600;
    font-size: 12.47px;
    background: #ffffff;
    color: #000000 !important;
    display: inline-block;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    background: #fff;
    border-top: 2px solid #000000;
    color: #000000;
    text-align: center;
    font-weight: 600;
    padding: 38.84px 0;
    font-size: 13.9px;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
