
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.57;
    -moz-text-size-adjust: 100%;
}
.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 21.25px;
}
.nav-wrap {
    margin-bottom: 39.79px;
    border-bottom: 2px solid #000000;
    padding: 25.28px 0;
    background: #ffffff;
}
.logo-text {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 23.72px;
    font-weight: 800;
}
.top-menu {
    gap: 25.71px;
    display: flex;
}
.top-menu a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    font-size: 13.37px;
}
.top-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    gap: 59.95px;
    margin-bottom: 81.92px;
    grid-template-columns: 1fr 300px;
}
.top-story {
    background: #ffffff;
    border-radius: 13.91px;
    padding: 47.14px;
    border: 2px solid #000000;
}
.post-body {
    color: #000000;
    font-size: 18.43px;
    line-height: 1.81;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    margin-bottom: 32.07px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.77px;
    padding: 23.15px;
}
.module-head {
    text-transform: uppercase;
    margin-bottom: 17.51px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    color: #000000;
    font-size: 20.06px;
    padding-bottom: 9.91px;
}
.fresh-list, .date-index {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    padding-bottom: 9.71px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 10.12px;
}
.fresh-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 9.08px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    display: inline-block;
    color: #000000 !important;
    text-decoration: none;
    border-radius: 9.27px;
    font-size: 13.91px;
    border: 2px solid #000000;
    padding: 7.66px 15.91px;
    background: #ffffff;
    font-weight: 600;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    color: #000000;
    border-top: 2px solid #000000;
    text-align: center;
    background: #fff;
    font-weight: 600;
    padding: 42.72px 0;
    font-size: 13.34px;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
