
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    line-height: 1.59;
    -webkit-text-size-adjust: 100%;
}
.inner {
    padding: 0 17px;
    max-width: 1200px;
    margin: 0 auto;
}
.banner-area {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 42.05px;
    padding: 22.44px 0;
}
.brand-link {
    font-size: 23.73px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
}
.main-menu {
    display: flex;
    gap: 27.31px;
}
.main-menu a {
    font-size: 13.55px;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    gap: 61.13px;
    display: grid;
    margin-bottom: 78.11px;
}
.top-story {
    border-radius: 13.13px;
    padding: 49.89px;
    border: 2px solid #000000;
    background: #ffffff;
}
.main-text {
    line-height: 1.8;
    font-size: 17.88px;
    color: #000000;
}
.main-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.secondary {
    top: 40px;
    position: sticky;
}
.module {
    background: #ffffff;
    margin-bottom: 27.66px;
    padding: 23.41px;
    border-radius: 12.88px;
    border: 2px solid #000000;
}
.module-head {
    margin-bottom: 22.3px;
    text-transform: uppercase;
    color: #000000;
    font-size: 19.3px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    padding-bottom: 12.62px;
}
.stream, .month-list {
    padding: 0;
    list-style: none;
}
.stream li {
    padding-bottom: 12.83px;
    margin-bottom: 12.97px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.stream a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.month-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.month-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8.28px;
}
.topic-chip {
    background: #ffffff;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #000000;
    font-size: 12.27px;
    border-radius: 7.1px;
    color: #000000 !important;
    padding: 7.84px 16.31px;
    display: inline-block;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-size: 13.56px;
    text-align: center;
    font-weight: 600;
    background: #fff;
    border-top: 2px solid #000000;
    color: #000000;
    padding: 38.14px 0;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
