
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    line-height: 1.61;
    -moz-text-size-adjust: 100%;
    color: var(--text);
}
.wrapper {
    padding: 0 22.45px;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-wrap {
    padding: 24.43px 0;
    margin-bottom: 41.94px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-link {
    color: #000000;
    text-decoration: none;
    font-size: 23.6px;
    text-transform: uppercase;
    font-weight: 800;
}
.main-menu {
    gap: 22.73px;
    display: flex;
}
.main-menu a {
    font-size: 14.93px;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    margin-bottom: 82.37px;
    grid-template-columns: 1fr 300px;
    gap: 60.55px;
}
.top-story {
    padding: 50.1px;
    border: 2px solid #000000;
    border-radius: 10.95px;
    background: #ffffff;
}
.post-body {
    font-size: 17.35px;
    color: #000000;
    line-height: 1.83;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    padding: 25.12px;
    margin-bottom: 31.64px;
    border-radius: 12.21px;
    background: #ffffff;
}
.panel-title {
    padding-bottom: 8.48px;
    margin-bottom: 20.79px;
    font-weight: 800;
    color: #000000;
    font-size: 19.26px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
}
.updates-list, .time-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.45px;
    padding-bottom: 9.79px;
}
.updates-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.time-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.time-list a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 7.53px;
    flex-wrap: wrap;
    display: flex;
}
.chip {
    font-weight: 600;
    padding: 7.72px 12.26px;
    border-radius: 6.56px;
    background: #ffffff;
    border: 2px solid #000000;
    font-size: 12.78px;
    text-decoration: none;
    display: inline-block;
    color: #000000 !important;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    padding: 40.32px 0;
    color: #000000;
    background: #fff;
    font-size: 14.19px;
    border-top: 2px solid #000000;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
