
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.63;
}
.wrapper {
    max-width: 1200px;
    padding: 0 19.99px;
    margin: 0 auto;
}
.banner-area {
    padding: 24.07px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 39.7px;
}
.brand-mark {
    text-transform: uppercase;
    color: #000000;
    font-size: 24.49px;
    text-decoration: none;
    font-weight: 800;
}
.top-menu {
    display: flex;
    gap: 27.17px;
}
.top-menu a {
    text-decoration: none;
    font-weight: 700;
    font-size: 13.57px;
    color: #000000 !important;
    text-transform: uppercase;
}
.top-menu a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 79.47px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 58.95px;
}
.feature-post {
    border-radius: 12.6px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 50.74px;
}
.body-copy {
    line-height: 1.77;
    font-size: 18.91px;
    color: #000000;
}
.body-copy a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.right-col {
    position: sticky;
    top: 40px;
}
.module {
    background: #ffffff;
    padding: 21.12px;
    border-radius: 10.77px;
    margin-bottom: 30.52px;
    border: 2px solid #000000;
}
.block-heading {
    margin-bottom: 22.58px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 7.53px;
    border-bottom: 2px solid #000000;
    font-size: 20.42px;
}
.feed-list, .past-entries {
    list-style: none;
    padding: 0;
}
.feed-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.16px;
    margin-bottom: 10.94px;
}
.feed-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.feed-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.past-entries a:hover {
    text-decoration: underline;
}
.term-cloud {
    display: flex;
    gap: 8.75px;
    flex-wrap: wrap;
}
.topic-chip {
    border: 2px solid #000000;
    font-size: 12.81px;
    color: #000000 !important;
    font-weight: 600;
    background: #ffffff;
    padding: 8.69px 15px;
    text-decoration: none;
    border-radius: 6.66px;
    display: inline-block;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    padding: 42.62px 0;
    background: #fff;
    border-top: 2px solid #000000;
    color: #000000;
    text-align: center;
    font-size: 14.44px;
    font-weight: 600;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
