
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    line-height: 1.55;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.wrapper {
    max-width: 1200px;
    padding: 0 17.48px;
    margin: 0 auto;
}
.head-section {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 23.94px 0;
    margin-bottom: 42.84px;
}
.brand-link {
    text-decoration: none;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24.25px;
}
.nav-links {
    gap: 27.48px;
    display: flex;
}
.nav-links a {
    text-decoration: none;
    font-weight: 700;
    font-size: 13.76px;
    text-transform: uppercase;
    color: #000000 !important;
}
.nav-links a:hover {
    opacity: 0.7;
}
.page-grid {
    display: grid;
    margin-bottom: 77.15px;
    gap: 58.14px;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    background: #ffffff;
    padding: 46.68px;
    border: 2px solid #000000;
    border-radius: 13.34px;
}
.body-copy {
    font-size: 17.27px;
    line-height: 1.77;
    color: #000000;
}
.body-copy a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    background: #ffffff;
    border-radius: 13.62px;
    padding: 25.98px;
    border: 2px solid #000000;
    margin-bottom: 32.59px;
}
.box-title {
    font-size: 20.61px;
    border-bottom: 2px solid #000000;
    margin-bottom: 17.67px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 7.79px;
    color: #000000;
}
.latest-entries, .past-entries {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 8.44px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.18px;
}
.latest-entries a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.term-cloud {
    gap: 12.97px;
    display: flex;
    flex-wrap: wrap;
}
.pill {
    font-weight: 600;
    background: #ffffff;
    border-radius: 7.06px;
    font-size: 13.94px;
    padding: 3.81px 12.74px;
    color: #000000 !important;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #000000;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    background: #fff;
    padding: 42.02px 0;
    font-size: 14.35px;
    border-top: 2px solid #000000;
    color: #000000;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
