
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.57;
}
.wrapper {
    margin: 0 auto;
    padding: 0 18.51px;
    max-width: 1200px;
}
.banner-area {
    padding: 26.97px 0;
    margin-bottom: 38.06px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.wordmark {
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24.28px;
    color: #000000;
}
.nav-links {
    display: flex;
    gap: 26.99px;
}
.nav-links a {
    font-weight: 700;
    color: #000000 !important;
    font-size: 14.4px;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-links a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 79.89px;
    gap: 57.21px;
}
.main-post {
    padding: 50.09px;
    background: #ffffff;
    border-radius: 11.24px;
    border: 2px solid #000000;
}
.body-copy {
    line-height: 1.76;
    color: #000000;
    font-size: 18.28px;
}
.body-copy a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.right-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    padding: 21.06px;
    border: 2px solid #000000;
    margin-bottom: 31.13px;
    border-radius: 11.81px;
    background: #ffffff;
}
.section-head {
    margin-bottom: 18.17px;
    text-transform: uppercase;
    padding-bottom: 7.29px;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-weight: 800;
    font-size: 20.3px;
}
.fresh-list, .month-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.63px;
    margin-bottom: 11.05px;
}
.fresh-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.month-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.month-list a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 7.2px;
    display: flex;
    flex-wrap: wrap;
}
.keyword-tag {
    font-weight: 600;
    color: #000000 !important;
    padding: 3.1px 11.9px;
    border: 2px solid #000000;
    border-radius: 9.2px;
    font-size: 12.81px;
    display: inline-block;
    text-decoration: none;
    background: #ffffff;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    font-weight: 600;
    border-top: 2px solid #000000;
    font-size: 13.02px;
    padding: 38.29px 0;
    background: #fff;
    color: #000000;
    text-align: center;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
