
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.61;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.inner {
    padding: 0 20.41px;
    max-width: 1200px;
    margin: 0 auto;
}
.main-header {
    margin-bottom: 37.88px;
    background: #ffffff;
    padding: 23.89px 0;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    font-size: 23.56px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}
.nav-bar {
    gap: 22.05px;
    display: flex;
}
.nav-bar a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-size: 14.14px;
    font-weight: 700;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 57.73px;
    margin-bottom: 78.08px;
}
.feature-post {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 46.99px;
    border-radius: 11.31px;
}
.post-body {
    color: #000000;
    line-height: 1.78;
    font-size: 17.91px;
}
.post-body a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.aside-box {
    padding: 24.95px;
    background: #ffffff;
    margin-bottom: 32.32px;
    border: 2px solid #000000;
    border-radius: 11.51px;
}
.block-heading {
    margin-bottom: 17.95px;
    border-bottom: 2px solid #000000;
    padding-bottom: 11.09px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-size: 20.04px;
}
.feed-list, .past-entries {
    padding: 0;
    list-style: none;
}
.feed-list li {
    margin-bottom: 12.34px;
    padding-bottom: 10.58px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.feed-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.feed-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    flex-wrap: wrap;
    display: flex;
    gap: 9.41px;
}
.label-item {
    text-decoration: none;
    border-radius: 6.91px;
    color: #000000 !important;
    background: #ffffff;
    border: 2px solid #000000;
    font-size: 13.07px;
    padding: 4.58px 11.18px;
    display: inline-block;
    font-weight: 600;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    border-top: 2px solid #000000;
    font-weight: 600;
    padding: 37.15px 0;
    background: #fff;
    text-align: center;
    color: #000000;
    font-size: 14.46px;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
