
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    line-height: 1.63;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
}
.content-wrap {
    padding: 0 22.86px;
    margin: 0 auto;
    max-width: 1200px;
}
.head-section {
    padding: 25.02px 0;
    margin-bottom: 37.87px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-mark {
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-size: 23.81px;
    font-weight: 800;
}
.nav-bar {
    display: flex;
    gap: 27px;
}
.nav-bar a {
    font-size: 13.41px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.dual-panel {
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.95px;
    display: grid;
    gap: 61.39px;
}
.primary-content {
    border-radius: 10.12px;
    padding: 45.39px;
    border: 2px solid #000000;
    background: #ffffff;
}
.main-text {
    color: #000000;
    font-size: 17.4px;
    line-height: 1.76;
}
.main-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.widget-box {
    padding: 24.26px;
    border-radius: 12px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 27.15px;
}
.block-heading {
    margin-bottom: 19.02px;
    border-bottom: 2px solid #000000;
    font-size: 21px;
    padding-bottom: 8.27px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
}
.latest-entries, .time-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.4px;
    margin-bottom: 11.17px;
}
.latest-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.time-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.time-list a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    display: flex;
    gap: 7.08px;
}
.pill {
    font-size: 12.2px;
    background: #ffffff;
    color: #000000 !important;
    border-radius: 6.08px;
    padding: 5.01px 11.36px;
    border: 2px solid #000000;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    color: #000000;
    font-weight: 600;
    background: #fff;
    border-top: 2px solid #000000;
    text-align: center;
    font-size: 13.05px;
    padding: 42.57px 0;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
