
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.59;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
.page-wrap {
    margin: 0 auto;
    padding: 0 18.12px;
    max-width: 1200px;
}
.banner-area {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 41.55px;
    padding: 23.6px 0;
}
.logo-text {
    text-transform: uppercase;
    color: #000000;
    font-size: 24.75px;
    font-weight: 800;
    text-decoration: none;
}
.nav-bar {
    display: flex;
    gap: 26.95px;
}
.nav-bar a {
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 13.19px;
    font-weight: 700;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.split-view {
    margin-bottom: 77.8px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 62.9px;
}
.main-post {
    background: #ffffff;
    border-radius: 11.07px;
    padding: 45.1px;
    border: 2px solid #000000;
}
.body-copy {
    color: #000000;
    line-height: 1.81;
    font-size: 18.02px;
}
.body-copy a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.secondary {
    position: sticky;
    top: 40px;
}
.widget-box {
    border-radius: 10.51px;
    border: 2px solid #000000;
    padding: 24.71px;
    margin-bottom: 32.05px;
    background: #ffffff;
}
.panel-title {
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    margin-bottom: 18.95px;
    font-size: 19.05px;
    font-weight: 800;
    padding-bottom: 10.74px;
    color: #000000;
}
.new-items, .date-index {
    padding: 0;
    list-style: none;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.31px;
    margin-bottom: 10.95px;
}
.new-items a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.new-items a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    flex-wrap: wrap;
    gap: 9.78px;
}
.topic-chip {
    font-weight: 600;
    padding: 8.97px 14.2px;
    color: #000000 !important;
    display: inline-block;
    border: 2px solid #000000;
    background: #ffffff;
    text-decoration: none;
    font-size: 12.91px;
    border-radius: 8.92px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    background: #fff;
    text-align: center;
    padding: 38.33px 0;
    color: #000000;
    font-size: 13.2px;
    font-weight: 600;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
