
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    line-height: 1.62;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    background: #ffffff;
}
.inner {
    padding: 0 21.5px;
    margin: 0 auto;
    max-width: 1200px;
}
.banner-area {
    padding: 25.16px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 38.04px;
    background: #ffffff;
}
.home-brand {
    font-size: 23.94px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-weight: 800;
}
.main-menu {
    gap: 25.74px;
    display: flex;
}
.main-menu a {
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 13.74px;
    text-decoration: none;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    display: grid;
    margin-bottom: 82.9px;
    grid-template-columns: 1fr 300px;
    gap: 57.72px;
}
.feature-post {
    border: 2px solid #000000;
    padding: 49.08px;
    border-radius: 10.65px;
    background: #ffffff;
}
.body-copy {
    font-size: 18.06px;
    line-height: 1.75;
    color: #000000;
}
.body-copy a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.rail {
    top: 40px;
    position: sticky;
}
.info-card {
    padding: 25.42px;
    border-radius: 10.43px;
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 28.54px;
}
.block-heading {
    padding-bottom: 12.04px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    font-size: 20.6px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 18.87px;
}
.updates-list, .past-entries {
    padding: 0;
    list-style: none;
}
.updates-list li {
    padding-bottom: 11.63px;
    margin-bottom: 10.13px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.past-entries a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    gap: 7.71px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    border: 2px solid #000000;
    padding: 3.3px 12.02px;
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 13.34px;
    border-radius: 8.63px;
    color: #000000 !important;
    display: inline-block;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-size: 13.28px;
    padding: 42.42px 0;
    text-align: center;
    background: #fff;
    color: #000000;
    border-top: 2px solid #000000;
    font-weight: 600;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
