
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    line-height: 1.61;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
}
.wrapper {
    padding: 0 17.39px;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-wrap {
    margin-bottom: 37.51px;
    padding: 23.59px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.brand-link {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24.59px;
    text-decoration: none;
    color: #000000;
}
.nav-bar {
    display: flex;
    gap: 22.76px;
}
.nav-bar a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13.21px;
    font-weight: 700;
    color: #000000 !important;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    margin-bottom: 80.02px;
    grid-template-columns: 1fr 300px;
    gap: 58.8px;
}
.lead-article {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 10.82px;
    padding: 45.84px;
}
.content-area {
    font-size: 17.41px;
    line-height: 1.78;
    color: #000000;
}
.content-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.secondary {
    position: sticky;
    top: 40px;
}
.info-card {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 12.51px;
    margin-bottom: 29.61px;
    padding: 24.15px;
}
.block-heading {
    font-size: 19.95px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    color: #000000;
    margin-bottom: 18.08px;
    padding-bottom: 11.56px;
    text-transform: uppercase;
}
.latest-entries, .date-index {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.67px;
    padding-bottom: 10.72px;
}
.latest-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    display: flex;
    gap: 7.93px;
}
.pill {
    font-size: 12.36px;
    border: 2px solid #000000;
    font-weight: 600;
    display: inline-block;
    padding: 5.78px 13.66px;
    text-decoration: none;
    border-radius: 7.6px;
    background: #ffffff;
    color: #000000 !important;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    background: #fff;
    font-weight: 600;
    padding: 40.49px 0;
    font-size: 13.22px;
    border-top: 2px solid #000000;
    color: #000000;
    text-align: center;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
