
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 1.61;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    text-size-adjust: 100%;
}
.page-wrap {
    max-width: 1200px;
    padding: 0 18.14px;
    margin: 0 auto;
}
.top-bar {
    padding: 27.55px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 38.83px;
    background: #ffffff;
}
.logo-text {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-size: 23.9px;
}
.main-menu {
    gap: 22.16px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13.85px;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    gap: 59.4px;
    display: grid;
    margin-bottom: 77.13px;
    grid-template-columns: 1fr 300px;
}
.top-story {
    border: 2px solid #000000;
    border-radius: 11.11px;
    background: #ffffff;
    padding: 49.23px;
}
.entry-text {
    font-size: 17.06px;
    line-height: 1.81;
    color: #000000;
}
.entry-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.aside-box {
    margin-bottom: 27.51px;
    border: 2px solid #000000;
    padding: 25.98px;
    border-radius: 12.99px;
    background: #ffffff;
}
.section-head {
    font-weight: 800;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    color: #000000;
    font-size: 19.99px;
    padding-bottom: 10.5px;
    margin-bottom: 18.78px;
}
.feed-list, .history-list {
    padding: 0;
    list-style: none;
}
.feed-list li {
    margin-bottom: 12.37px;
    padding-bottom: 7.01px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.feed-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.feed-list a:hover {
    text-decoration: underline;
}
.history-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 10.25px;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    display: inline-block;
    padding: 4.89px 11.05px;
    color: #000000 !important;
    font-size: 13.68px;
    font-weight: 600;
    border: 2px solid #000000;
    border-radius: 7px;
    background: #ffffff;
    text-decoration: none;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    font-size: 13.48px;
    border-top: 2px solid #000000;
    font-weight: 600;
    background: #fff;
    padding: 37.62px 0;
    text-align: center;
    color: #000000;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
