
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    color: var(--text);
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.56;
    -ms-text-size-adjust: 100%;
}
.page-wrap {
    margin: 0 auto;
    padding: 0 18.94px;
    max-width: 1200px;
}
.nav-wrap {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 39.6px;
    padding: 26.57px 0;
}
.brand-mark {
    text-decoration: none;
    font-size: 24.52px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
}
.top-menu {
    gap: 22.29px;
    display: flex;
}
.top-menu a {
    font-weight: 700;
    text-decoration: none;
    font-size: 13.19px;
    color: #000000 !important;
    text-transform: uppercase;
}
.top-menu a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 77.02px;
    gap: 60.78px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    border: 2px solid #000000;
    border-radius: 12.71px;
    background: #ffffff;
    padding: 49.11px;
}
.body-copy {
    line-height: 1.77;
    font-size: 18.86px;
    color: #000000;
}
.body-copy a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    border-radius: 10.08px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 30.34px;
    padding: 25.07px;
}
.block-heading {
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 19.25px;
    font-size: 19.53px;
    border-bottom: 2px solid #000000;
    padding-bottom: 9.58px;
    font-weight: 800;
}
.fresh-list, .time-list {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    margin-bottom: 11.83px;
    padding-bottom: 11.92px;
    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;
}
.time-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.time-list a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    gap: 11.92px;
    flex-wrap: wrap;
}
.topic-chip {
    border: 2px solid #000000;
    display: inline-block;
    border-radius: 7.8px;
    font-weight: 600;
    padding: 5.86px 11.01px;
    background: #ffffff;
    color: #000000 !important;
    text-decoration: none;
    font-size: 12.84px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    font-weight: 600;
    padding: 40.72px 0;
    color: #000000;
    background: #fff;
    border-top: 2px solid #000000;
    font-size: 14.09px;
    text-align: center;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
