
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    color: var(--text);
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.55;
    -ms-text-size-adjust: 100%;
}
.wrapper {
    max-width: 1200px;
    padding: 0 21.54px;
    margin: 0 auto;
}
.page-top {
    margin-bottom: 38.63px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 23.9px 0;
}
.brand-link {
    text-transform: uppercase;
    font-size: 24.1px;
    text-decoration: none;
    color: #000000;
    font-weight: 800;
}
.header-links {
    display: flex;
    gap: 23.48px;
}
.header-links a {
    text-decoration: none;
    color: #000000 !important;
    font-size: 13.26px;
    font-weight: 700;
    text-transform: uppercase;
}
.header-links a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 61.71px;
    display: grid;
    margin-bottom: 82.36px;
    grid-template-columns: 1fr 300px;
}
.top-story {
    border-radius: 13.67px;
    background: #ffffff;
    padding: 46.78px;
    border: 2px solid #000000;
}
.post-body {
    font-size: 18.8px;
    line-height: 1.76;
    color: #000000;
}
.post-body a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.secondary {
    position: sticky;
    top: 40px;
}
.widget-box {
    background: #ffffff;
    margin-bottom: 29.74px;
    border-radius: 11.43px;
    border: 2px solid #000000;
    padding: 22.52px;
}
.box-title {
    font-weight: 800;
    font-size: 20.23px;
    text-transform: uppercase;
    padding-bottom: 10.27px;
    margin-bottom: 17.13px;
    color: #000000;
    border-bottom: 2px solid #000000;
}
.feed-list, .date-index {
    list-style: none;
    padding: 0;
}
.feed-list li {
    margin-bottom: 10.33px;
    padding-bottom: 9.26px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.feed-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.feed-list a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    gap: 11.94px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    text-decoration: none;
    border-radius: 8.35px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 4px 14.36px;
    display: inline-block;
    font-size: 12.06px;
    color: #000000 !important;
    font-weight: 600;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    background: #fff;
    border-top: 2px solid #000000;
    text-align: center;
    font-weight: 600;
    font-size: 14.78px;
    padding: 40.01px 0;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
