
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.57;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
}
.wrapper {
    padding: 0 21.33px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 38.67px;
    padding: 24.23px 0;
}
.brand-mark {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24.56px;
    font-weight: 800;
}
.main-menu {
    gap: 26.24px;
    display: flex;
}
.main-menu a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13.9px;
    font-weight: 700;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 78.47px;
    grid-template-columns: 1fr 300px;
    gap: 59.95px;
    display: grid;
}
.top-story {
    background: #ffffff;
    padding: 49.47px;
    border: 2px solid #000000;
    border-radius: 12.64px;
}
.post-body {
    font-size: 17.74px;
    line-height: 1.8;
    color: #000000;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.right-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    margin-bottom: 32.8px;
    border: 2px solid #000000;
    padding: 24.03px;
    background: #ffffff;
    border-radius: 13.16px;
}
.block-heading {
    padding-bottom: 11.71px;
    font-size: 20.73px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 17.18px;
    color: #000000;
}
.latest-entries, .date-index {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    padding-bottom: 9.8px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.57px;
}
.latest-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.term-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 7.83px;
}
.keyword-tag {
    font-weight: 600;
    background: #ffffff;
    display: inline-block;
    font-size: 12.16px;
    color: #000000 !important;
    border-radius: 6.4px;
    padding: 3.2px 11.56px;
    text-decoration: none;
    border: 2px solid #000000;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    color: #000000;
    font-weight: 600;
    border-top: 2px solid #000000;
    padding: 40.37px 0;
    text-align: center;
    font-size: 13.02px;
    background: #fff;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
