
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    line-height: 1.57;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
}
.content-wrap {
    padding: 0 21.77px;
    max-width: 1200px;
    margin: 0 auto;
}
.head-section {
    margin-bottom: 37.41px;
    padding: 23.48px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.brand-link {
    color: #000000;
    font-size: 23.39px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
}
.main-menu {
    gap: 24.26px;
    display: flex;
}
.main-menu a {
    text-decoration: none;
    font-size: 13.33px;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 80.11px;
    gap: 59.26px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.main-post {
    border: 2px solid #000000;
    padding: 45.79px;
    background: #ffffff;
    border-radius: 11.71px;
}
.content-area {
    font-size: 17.13px;
    color: #000000;
    line-height: 1.79;
}
.content-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.rail {
    position: sticky;
    top: 40px;
}
.widget-box {
    background: #ffffff;
    margin-bottom: 31.63px;
    padding: 26.71px;
    border: 2px solid #000000;
    border-radius: 10.7px;
}
.section-head {
    color: #000000;
    border-bottom: 2px solid #000000;
    padding-bottom: 12.22px;
    font-size: 19.12px;
    font-weight: 800;
    margin-bottom: 18.29px;
    text-transform: uppercase;
}
.latest-entries, .time-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    margin-bottom: 7.52px;
    padding-bottom: 12.89px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.time-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.time-list a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    gap: 12.84px;
    display: flex;
}
.pill {
    color: #000000 !important;
    border: 2px solid #000000;
    font-size: 13.4px;
    display: inline-block;
    border-radius: 9.54px;
    background: #ffffff;
    padding: 4.19px 14.34px;
    font-weight: 600;
    text-decoration: none;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    font-weight: 600;
    background: #fff;
    color: #000000;
    border-top: 2px solid #000000;
    padding: 37.18px 0;
    text-align: center;
    font-size: 14.09px;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
