
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    line-height: 1.56;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
}
.content-wrap {
    padding: 0 17.28px;
    max-width: 1200px;
    margin: 0 auto;
}
.banner-area {
    margin-bottom: 38.31px;
    background: #ffffff;
    padding: 22.57px 0;
    border-bottom: 2px solid #000000;
}
.logo-text {
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    font-size: 24.21px;
    text-decoration: none;
}
.main-menu {
    gap: 23.34px;
    display: flex;
}
.main-menu a {
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13.52px;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 78.68px;
    gap: 60.82px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.feature-post {
    border: 2px solid #000000;
    border-radius: 13.97px;
    padding: 48.21px;
    background: #ffffff;
}
.post-body {
    font-size: 17.59px;
    line-height: 1.78;
    color: #000000;
}
.post-body a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.rail {
    top: 40px;
    position: sticky;
}
.module {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 21.91px;
    margin-bottom: 28.99px;
    border-radius: 12.51px;
}
.block-heading {
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid #000000;
    padding-bottom: 8.4px;
    margin-bottom: 22.76px;
    font-size: 19.61px;
    font-weight: 800;
}
.feed-list, .past-entries {
    list-style: none;
    padding: 0;
}
.feed-list li {
    padding-bottom: 7.98px;
    margin-bottom: 8.61px;
    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;
}
.label-group {
    flex-wrap: wrap;
    gap: 12.17px;
    display: flex;
}
.keyword-tag {
    border-radius: 6.71px;
    color: #000000 !important;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    padding: 8.04px 13.25px;
    background: #ffffff;
    font-size: 12.62px;
    border: 2px solid #000000;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    font-size: 14.88px;
    padding: 41.95px 0;
    border-top: 2px solid #000000;
    color: #000000;
    text-align: center;
    background: #fff;
    font-weight: 600;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
