
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.55;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    color: var(--text);
}
.page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 18.41px;
}
.banner-area {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 38.86px;
    padding: 23.14px 0;
}
.home-brand {
    color: #000000;
    font-size: 23.76px;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
}
.main-menu {
    gap: 26.7px;
    display: flex;
}
.main-menu a {
    font-size: 13.39px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 62.1px;
    margin-bottom: 80.73px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.primary-content {
    background: #ffffff;
    padding: 49.44px;
    border-radius: 13.07px;
    border: 2px solid #000000;
}
.post-body {
    font-size: 17.45px;
    line-height: 1.83;
    color: #000000;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.aside-box {
    padding: 21.17px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 10.07px;
    margin-bottom: 32.39px;
}
.block-heading {
    margin-bottom: 22.45px;
    color: #000000;
    font-size: 20.96px;
    font-weight: 800;
    padding-bottom: 7.99px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
}
.new-items, .past-entries {
    padding: 0;
    list-style: none;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.67px;
    margin-bottom: 7.68px;
}
.new-items a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.new-items a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    gap: 9.48px;
    display: flex;
}
.keyword-tag {
    font-size: 13.27px;
    padding: 5.95px 11.69px;
    font-weight: 600;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 7.85px;
    text-decoration: none;
    color: #000000 !important;
    display: inline-block;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    background: #fff;
    font-size: 13.97px;
    text-align: center;
    border-top: 2px solid #000000;
    color: #000000;
    font-weight: 600;
    padding: 42.06px 0;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
