
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.56;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.wrapper {
    padding: 0 21.24px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 25.2px 0;
    margin-bottom: 39.05px;
}
.wordmark {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24.77px;
}
.top-menu {
    gap: 27.42px;
    display: flex;
}
.top-menu a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
    font-size: 13.04px;
}
.top-menu a:hover {
    opacity: 0.7;
}
.two-col {
    gap: 62.04px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 81.67px;
    display: grid;
}
.main-post {
    padding: 45.41px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 12.93px;
}
.body-copy {
    color: #000000;
    font-size: 18.53px;
    line-height: 1.83;
}
.body-copy a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.right-col {
    position: sticky;
    top: 40px;
}
.module {
    padding: 23.96px;
    border: 2px solid #000000;
    border-radius: 10.38px;
    background: #ffffff;
    margin-bottom: 31.82px;
}
.block-heading {
    padding-bottom: 12.76px;
    border-bottom: 2px solid #000000;
    font-size: 19.59px;
    margin-bottom: 21.41px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
}
.latest-entries, .month-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.73px;
    padding-bottom: 10.57px;
}
.latest-entries a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.month-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.month-list a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 9.17px;
    flex-wrap: wrap;
    display: flex;
}
.term-badge {
    background: #ffffff;
    color: #000000 !important;
    font-weight: 600;
    display: inline-block;
    font-size: 12.62px;
    border: 2px solid #000000;
    text-decoration: none;
    padding: 5.62px 16.64px;
    border-radius: 8.76px;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    color: #000000;
    padding: 42.5px 0;
    border-top: 2px solid #000000;
    background: #fff;
    font-size: 14.71px;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
