
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.57;
}
.page-wrap {
    margin: 0 auto;
    padding: 0 19.06px;
    max-width: 1200px;
}
.nav-wrap {
    padding: 24.29px 0;
    margin-bottom: 39.85px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.logo-text {
    text-transform: uppercase;
    font-size: 24.5px;
    color: #000000;
    text-decoration: none;
    font-weight: 800;
}
.primary-nav {
    gap: 26.06px;
    display: flex;
}
.primary-nav a {
    color: #000000 !important;
    font-size: 13.86px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 58.19px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 78.86px;
}
.primary-content {
    border-radius: 12.27px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 50.19px;
}
.post-body {
    line-height: 1.83;
    font-size: 18.12px;
    color: #000000;
}
.post-body a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    border: 2px solid #000000;
    border-radius: 10.24px;
    background: #ffffff;
    margin-bottom: 29.82px;
    padding: 23.26px;
}
.block-heading {
    text-transform: uppercase;
    padding-bottom: 10.04px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 22.06px;
    font-size: 19.81px;
    border-bottom: 2px solid #000000;
}
.latest-entries, .past-entries {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.63px;
    padding-bottom: 10.55px;
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.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;
}
.chip-group {
    flex-wrap: wrap;
    display: flex;
    gap: 11.94px;
}
.term-badge {
    text-decoration: none;
    border-radius: 6.16px;
    display: inline-block;
    background: #ffffff;
    font-size: 12.82px;
    padding: 8.53px 12.34px;
    border: 2px solid #000000;
    color: #000000 !important;
    font-weight: 600;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    border-top: 2px solid #000000;
    background: #fff;
    font-size: 13.74px;
    font-weight: 600;
    padding: 38.53px 0;
    text-align: center;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
