
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    background: #ffffff;
    text-size-adjust: 100%;
    line-height: 1.64;
    -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%;
}
.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 17.01px;
}
.banner-area {
    padding: 27.81px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 41.58px;
}
.brand-link {
    color: #000000;
    font-size: 24.72px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-bar {
    display: flex;
    gap: 22.57px;
}
.nav-bar a {
    text-decoration: none;
    font-weight: 700;
    font-size: 13.37px;
    text-transform: uppercase;
    color: #000000 !important;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 82.95px;
    gap: 61.97px;
    display: grid;
}
.lead-article {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.89px;
    padding: 47.32px;
}
.main-text {
    font-size: 17.12px;
    line-height: 1.81;
    color: #000000;
}
.main-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.secondary {
    top: 40px;
    position: sticky;
}
.side-block {
    padding: 25.34px;
    border-radius: 12.51px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 29.32px;
}
.module-head {
    font-size: 19.01px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    margin-bottom: 18.89px;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 12.18px;
}
.new-items, .time-list {
    padding: 0;
    list-style: none;
}
.new-items li {
    padding-bottom: 7.27px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 10.84px;
}
.new-items a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.new-items a:hover {
    text-decoration: underline;
}
.time-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.time-list a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    gap: 10.76px;
    display: flex;
}
.topic-chip {
    font-weight: 600;
    color: #000000 !important;
    border: 2px solid #000000;
    font-size: 13.7px;
    display: inline-block;
    text-decoration: none;
    padding: 5.41px 15.61px;
    border-radius: 9.24px;
    background: #ffffff;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    color: #000000;
    font-size: 13.74px;
    background: #fff;
    border-top: 2px solid #000000;
    padding: 40.26px 0;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
