
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.6;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.page-wrap {
    max-width: 1200px;
    padding: 0 22.29px;
    margin: 0 auto;
}
.page-top {
    margin-bottom: 41.04px;
    padding: 27.45px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.brand-link {
    text-decoration: none;
    font-size: 24.21px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
}
.primary-nav {
    gap: 23.94px;
    display: flex;
}
.primary-nav a {
    font-weight: 700;
    color: #000000 !important;
    font-size: 14.2px;
    text-transform: uppercase;
    text-decoration: none;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 57.23px;
    margin-bottom: 77.79px;
}
.lead-article {
    border-radius: 13.17px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 47.99px;
}
.main-text {
    color: #000000;
    line-height: 1.83;
    font-size: 17.28px;
}
.main-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.secondary {
    top: 40px;
    position: sticky;
}
.module {
    background: #ffffff;
    padding: 22.58px;
    border-radius: 10.95px;
    margin-bottom: 31.3px;
    border: 2px solid #000000;
}
.block-heading {
    margin-bottom: 17.05px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 19.33px;
    border-bottom: 2px solid #000000;
    color: #000000;
    padding-bottom: 11.75px;
}
.latest-entries, .date-index {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.18px;
    margin-bottom: 11.3px;
}
.latest-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.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;
}
.chip-group {
    gap: 11.18px;
    flex-wrap: wrap;
    display: flex;
}
.label-item {
    display: inline-block;
    font-size: 13.59px;
    border-radius: 7.14px;
    border: 2px solid #000000;
    padding: 8.08px 16.52px;
    text-decoration: none;
    font-weight: 600;
    color: #000000 !important;
    background: #ffffff;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    background: #fff;
    font-weight: 600;
    color: #000000;
    padding: 41.4px 0;
    border-top: 2px solid #000000;
    text-align: center;
    font-size: 14.23px;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
