
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    color: var(--text);
    line-height: 1.62;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
.page-wrap {
    margin: 0 auto;
    padding: 0 18.49px;
    max-width: 1200px;
}
.banner-area {
    margin-bottom: 38.86px;
    padding: 22.79px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-link {
    text-decoration: none;
    font-size: 24.4px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}
.nav-bar {
    display: flex;
    gap: 23.06px;
}
.nav-bar a {
    color: #000000 !important;
    font-weight: 700;
    font-size: 13.66px;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.split-view {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 60.59px;
    margin-bottom: 77.78px;
}
.main-post {
    background: #ffffff;
    border-radius: 10.79px;
    padding: 49.39px;
    border: 2px solid #000000;
}
.main-text {
    color: #000000;
    font-size: 17.2px;
    line-height: 1.8;
}
.main-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.module {
    margin-bottom: 32.31px;
    padding: 26.22px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 13.14px;
}
.box-title {
    font-size: 19.46px;
    margin-bottom: 17.04px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-weight: 800;
    padding-bottom: 8.59px;
}
.feed-list, .past-entries {
    padding: 0;
    list-style: none;
}
.feed-list li {
    padding-bottom: 10.86px;
    margin-bottom: 11.66px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.feed-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.feed-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.term-cloud {
    flex-wrap: wrap;
    gap: 10.57px;
    display: flex;
}
.chip {
    font-size: 12.47px;
    font-weight: 600;
    display: inline-block;
    background: #ffffff;
    padding: 8.9px 16.44px;
    border: 2px solid #000000;
    text-decoration: none;
    border-radius: 9.21px;
    color: #000000 !important;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    color: #000000;
    padding: 38.37px 0;
    border-top: 2px solid #000000;
    font-size: 13.42px;
    font-weight: 600;
    text-align: center;
    background: #fff;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
