
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    line-height: 1.59;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wrapper {
    padding: 0 19.38px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    padding: 25.32px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 38.8px;
    background: #ffffff;
}
.wordmark {
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-size: 24.22px;
}
.primary-nav {
    gap: 26.56px;
    display: flex;
}
.primary-nav a {
    color: #000000 !important;
    text-decoration: none;
    font-size: 14.64px;
    font-weight: 700;
    text-transform: uppercase;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 77.26px;
    gap: 58.62px;
    display: grid;
}
.top-story {
    padding: 48.45px;
    border: 2px solid #000000;
    border-radius: 12.99px;
    background: #ffffff;
}
.entry-text {
    line-height: 1.77;
    color: #000000;
    font-size: 18.04px;
}
.entry-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.right-col {
    top: 40px;
    position: sticky;
}
.panel-item {
    margin-bottom: 28.47px;
    background: #ffffff;
    border-radius: 13.06px;
    border: 2px solid #000000;
    padding: 21.76px;
}
.box-title {
    border-bottom: 2px solid #000000;
    font-weight: 800;
    color: #000000;
    padding-bottom: 12.54px;
    text-transform: uppercase;
    margin-bottom: 21.33px;
    font-size: 20.61px;
}
.latest-entries, .date-index {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.39px;
    padding-bottom: 10.96px;
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 7.65px;
    flex-wrap: wrap;
}
.chip {
    display: inline-block;
    padding: 3.77px 13.84px;
    font-size: 13.6px;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #000000;
    border-radius: 9.06px;
    background: #ffffff;
    color: #000000 !important;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    text-align: center;
    background: #fff;
    color: #000000;
    font-weight: 600;
    font-size: 14.72px;
    padding: 37.94px 0;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
