
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.65;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20.51px;
}
.banner-area {
    border-bottom: 2px solid #000000;
    padding: 23.16px 0;
    margin-bottom: 42.77px;
    background: #ffffff;
}
.brand-link {
    color: #000000;
    font-weight: 800;
    font-size: 24.2px;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu {
    display: flex;
    gap: 25.49px;
}
.main-menu a {
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13.32px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 57.43px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 80px;
    display: grid;
}
.feature-post {
    border: 2px solid #000000;
    border-radius: 11.39px;
    padding: 46.38px;
    background: #ffffff;
}
.main-text {
    color: #000000;
    line-height: 1.8;
    font-size: 17.78px;
}
.main-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 23.92px;
    border-radius: 13.71px;
    margin-bottom: 30.58px;
}
.section-head {
    font-weight: 800;
    color: #000000;
    font-size: 19.36px;
    text-transform: uppercase;
    padding-bottom: 10.68px;
    margin-bottom: 18.09px;
    border-bottom: 2px solid #000000;
}
.updates-list, .month-list {
    list-style: none;
    padding: 0;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.35px;
    margin-bottom: 8.34px;
}
.updates-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.month-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.month-list a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    gap: 8.81px;
    display: flex;
}
.term-badge {
    font-weight: 600;
    padding: 7.78px 13.06px;
    border: 2px solid #000000;
    display: inline-block;
    border-radius: 6.89px;
    color: #000000 !important;
    font-size: 13.53px;
    background: #ffffff;
    text-decoration: none;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    font-size: 13.03px;
    border-top: 2px solid #000000;
    color: #000000;
    text-align: center;
    padding: 40.3px 0;
    background: #fff;
    font-weight: 600;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
