
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    line-height: 1.62;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
}
.frame {
    padding: 0 20.71px;
    margin: 0 auto;
    max-width: 1200px;
}
.head-section {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 40.77px;
    padding: 27.86px 0;
}
.home-brand {
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    font-size: 24.31px;
    text-decoration: none;
}
.header-links {
    display: flex;
    gap: 24.39px;
}
.header-links a {
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 13.79px;
    text-decoration: none;
    font-weight: 700;
}
.header-links a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 81.78px;
    gap: 62.42px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.top-story {
    background: #ffffff;
    padding: 45px;
    border: 2px solid #000000;
    border-radius: 13.58px;
}
.main-text {
    color: #000000;
    font-size: 18.86px;
    line-height: 1.85;
}
.main-text a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.module {
    border-radius: 10.62px;
    padding: 22.08px;
    border: 2px solid #000000;
    margin-bottom: 32.22px;
    background: #ffffff;
}
.panel-title {
    padding-bottom: 12.58px;
    margin-bottom: 20.55px;
    color: #000000;
    font-weight: 800;
    font-size: 20.86px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
}
.new-items, .date-index {
    padding: 0;
    list-style: none;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.7px;
    padding-bottom: 12.79px;
}
.new-items a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.new-items a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 12.62px;
    flex-wrap: wrap;
}
.pill {
    border: 2px solid #000000;
    color: #000000 !important;
    background: #ffffff;
    border-radius: 8.48px;
    padding: 6.52px 17px;
    display: inline-block;
    font-weight: 600;
    font-size: 13.29px;
    text-decoration: none;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    font-size: 14.21px;
    padding: 37.53px 0;
    background: #fff;
    text-align: center;
    border-top: 2px solid #000000;
    font-weight: 600;
    color: #000000;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
