
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    background: #ffffff;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.61;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.frame {
    max-width: 1200px;
    padding: 0 22.84px;
    margin: 0 auto;
}
.head-section {
    padding: 26.89px 0;
    margin-bottom: 40.48px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.brand-link {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 23.97px;
    text-decoration: none;
    color: #000000;
}
.top-menu {
    gap: 27.85px;
    display: flex;
}
.top-menu a {
    font-size: 14.04px;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
}
.top-menu a:hover {
    opacity: 0.7;
}
.two-col {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.73px;
    gap: 62.76px;
}
.top-story {
    background: #ffffff;
    border-radius: 12.7px;
    border: 2px solid #000000;
    padding: 47.46px;
}
.body-copy {
    line-height: 1.85;
    font-size: 18.61px;
    color: #000000;
}
.body-copy a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    border-radius: 10.68px;
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 27.22px;
    padding: 25.54px;
}
.section-head {
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 19.44px;
    font-size: 20.44px;
    padding-bottom: 9.86px;
    border-bottom: 2px solid #000000;
}
.latest-entries, .month-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.33px;
    padding-bottom: 11.87px;
}
.latest-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.month-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.month-list a:hover {
    text-decoration: underline;
}
.chip-group {
    flex-wrap: wrap;
    gap: 10.83px;
    display: flex;
}
.chip {
    padding: 6.58px 11.94px;
    color: #000000 !important;
    background: #ffffff;
    display: inline-block;
    border-radius: 6.83px;
    font-weight: 600;
    font-size: 12.69px;
    text-decoration: none;
    border: 2px solid #000000;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    color: #000000;
    padding: 42.39px 0;
    background: #fff;
    border-top: 2px solid #000000;
    font-size: 13.04px;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
