
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    line-height: 1.56;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.inner {
    max-width: 1200px;
    padding: 0 17.31px;
    margin: 0 auto;
}
.top-bar {
    border-bottom: 2px solid #000000;
    margin-bottom: 39.39px;
    background: #ffffff;
    padding: 26.26px 0;
}
.wordmark {
    text-decoration: none;
    font-size: 24px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}
.header-links {
    display: flex;
    gap: 27.36px;
}
.header-links a {
    font-weight: 700;
    font-size: 14.04px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
}
.header-links a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 78.6px;
    display: grid;
    gap: 58.87px;
}
.primary-content {
    border-radius: 11.33px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 46.58px;
}
.post-body {
    color: #000000;
    font-size: 18.27px;
    line-height: 1.77;
}
.post-body a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.secondary {
    top: 40px;
    position: sticky;
}
.info-card {
    border-radius: 10.71px;
    margin-bottom: 31.06px;
    padding: 24.07px;
    background: #ffffff;
    border: 2px solid #000000;
}
.block-heading {
    padding-bottom: 9.21px;
    color: #000000;
    margin-bottom: 19.06px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 19.84px;
}
.feed-list, .past-entries {
    list-style: none;
    padding: 0;
}
.feed-list li {
    margin-bottom: 10.78px;
    padding-bottom: 7.51px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.feed-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.feed-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.past-entries a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 11.3px;
    flex-wrap: wrap;
    display: flex;
}
.chip {
    font-size: 12.15px;
    padding: 4.19px 16.66px;
    color: #000000 !important;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 9.23px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    font-size: 13.14px;
    font-weight: 600;
    background: #fff;
    padding: 38.7px 0;
    border-top: 2px solid #000000;
    text-align: center;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
