
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.61;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    text-size-adjust: 100%;
}
.content-wrap {
    padding: 0 19.32px;
    margin: 0 auto;
    max-width: 1200px;
}
.head-section {
    padding: 26.32px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 40.73px;
    background: #ffffff;
}
.wordmark {
    text-transform: uppercase;
    color: #000000;
    font-size: 24.14px;
    font-weight: 800;
    text-decoration: none;
}
.top-menu {
    display: flex;
    gap: 26.52px;
}
.top-menu a {
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13.68px;
    color: #000000 !important;
}
.top-menu a:hover {
    opacity: 0.7;
}
.two-col {
    gap: 57.44px;
    margin-bottom: 82.9px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.hero-post {
    border: 2px solid #000000;
    border-radius: 13.09px;
    padding: 46.54px;
    background: #ffffff;
}
.post-body {
    line-height: 1.8;
    font-size: 17.32px;
    color: #000000;
}
.post-body a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.secondary {
    position: sticky;
    top: 40px;
}
.panel-item {
    padding: 22.09px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.72px;
    margin-bottom: 32.87px;
}
.block-heading {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 19.99px;
    color: #000000;
    margin-bottom: 17.51px;
    padding-bottom: 10.53px;
    border-bottom: 2px solid #000000;
}
.stream, .date-index {
    padding: 0;
    list-style: none;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 10.76px;
    padding-bottom: 8.36px;
}
.stream a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8.88px;
}
.term-badge {
    text-decoration: none;
    font-size: 13.62px;
    padding: 8.84px 15.45px;
    border: 2px solid #000000;
    border-radius: 6.78px;
    display: inline-block;
    color: #000000 !important;
    background: #ffffff;
    font-weight: 600;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    color: #000000;
    border-top: 2px solid #000000;
    font-size: 13.71px;
    padding: 39.42px 0;
    font-weight: 600;
    text-align: center;
    background: #fff;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
