
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.61;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
}
.wrapper {
    padding: 0 18.65px;
    max-width: 1200px;
    margin: 0 auto;
}
.page-top {
    border-bottom: 2px solid #000000;
    margin-bottom: 39.38px;
    padding: 24.63px 0;
    background: #ffffff;
}
.wordmark {
    font-size: 23.45px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    color: #000000;
}
.main-menu {
    gap: 22.61px;
    display: flex;
}
.main-menu a {
    font-size: 13.99px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    gap: 62.3px;
    margin-bottom: 77.91px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.top-story {
    padding: 46.61px;
    border-radius: 11.62px;
    border: 2px solid #000000;
    background: #ffffff;
}
.content-area {
    font-size: 18.45px;
    line-height: 1.79;
    color: #000000;
}
.content-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    padding: 24.17px;
    border-radius: 11.42px;
    background: #ffffff;
    margin-bottom: 31.1px;
    border: 2px solid #000000;
}
.block-heading {
    font-size: 20.02px;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    margin-bottom: 22.49px;
    color: #000000;
    padding-bottom: 8.08px;
}
.new-items, .date-index {
    list-style: none;
    padding: 0;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 8.04px;
    margin-bottom: 9.38px;
}
.new-items a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.new-items a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 11.05px;
}
.keyword-tag {
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    color: #000000 !important;
    padding: 4.86px 16.2px;
    border-radius: 9.53px;
    font-size: 12.29px;
    background: #ffffff;
    border: 2px solid #000000;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    text-align: center;
    border-top: 2px solid #000000;
    font-size: 13.41px;
    background: #fff;
    font-weight: 600;
    padding: 40.69px 0;
    color: #000000;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
