
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    line-height: 1.63;
    text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.page-wrap {
    max-width: 1200px;
    padding: 0 17.11px;
    margin: 0 auto;
}
.page-top {
    background: #ffffff;
    padding: 22.76px 0;
    margin-bottom: 40.93px;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    font-weight: 800;
    color: #000000;
    text-decoration: none;
    font-size: 23.44px;
    text-transform: uppercase;
}
.main-menu {
    display: flex;
    gap: 27.65px;
}
.main-menu a {
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14.03px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 80.5px;
    gap: 60.09px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.feature-post {
    padding: 47.53px;
    border-radius: 11.64px;
    border: 2px solid #000000;
    background: #ffffff;
}
.body-copy {
    color: #000000;
    font-size: 17.42px;
    line-height: 1.82;
}
.body-copy a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    border-radius: 12.63px;
    border: 2px solid #000000;
    margin-bottom: 29.27px;
    background: #ffffff;
    padding: 26.01px;
}
.block-heading {
    font-size: 19.39px;
    margin-bottom: 22.26px;
    font-weight: 800;
    padding-bottom: 10.08px;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
}
.latest-entries, .past-entries {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    margin-bottom: 11.16px;
    padding-bottom: 9.05px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.past-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.term-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12.72px;
}
.pill {
    padding: 6.33px 12.84px;
    font-size: 13.31px;
    border: 2px solid #000000;
    font-weight: 600;
    background: #ffffff;
    color: #000000 !important;
    text-decoration: none;
    border-radius: 6.43px;
    display: inline-block;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    text-align: center;
    background: #fff;
    color: #000000;
    font-weight: 600;
    padding: 37.35px 0;
    border-top: 2px solid #000000;
    font-size: 14.56px;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
