
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 1.64;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.wrapper {
    margin: 0 auto;
    padding: 0 17.79px;
    max-width: 1200px;
}
.banner-area {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 39.05px;
    padding: 25.69px 0;
}
.brand-link {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24.52px;
    text-decoration: none;
    color: #000000;
}
.main-menu {
    display: flex;
    gap: 23.69px;
}
.main-menu a {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 14.74px;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 59.49px;
    margin-bottom: 82.34px;
}
.lead-article {
    padding: 46.91px;
    border-radius: 11.58px;
    background: #ffffff;
    border: 2px solid #000000;
}
.main-text {
    font-size: 17.04px;
    color: #000000;
    line-height: 1.82;
}
.main-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.info-card {
    border-radius: 13.37px;
    margin-bottom: 30.76px;
    background: #ffffff;
    padding: 22.53px;
    border: 2px solid #000000;
}
.block-heading {
    border-bottom: 2px solid #000000;
    padding-bottom: 11.24px;
    margin-bottom: 21.86px;
    text-transform: uppercase;
    font-size: 20.76px;
    font-weight: 800;
    color: #000000;
}
.fresh-list, .history-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    padding-bottom: 9.1px;
    margin-bottom: 10.44px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.fresh-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.history-list a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12.7px;
}
.label-item {
    padding: 6.01px 15.28px;
    font-weight: 600;
    border-radius: 9.25px;
    font-size: 13.28px;
    display: inline-block;
    border: 2px solid #000000;
    text-decoration: none;
    background: #ffffff;
    color: #000000 !important;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    font-size: 13.87px;
    background: #fff;
    font-weight: 600;
    border-top: 2px solid #000000;
    color: #000000;
    padding: 41.59px 0;
    text-align: center;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
