
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.6;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
}
.content-wrap {
    max-width: 1200px;
    padding: 0 18.34px;
    margin: 0 auto;
}
.page-top {
    border-bottom: 2px solid #000000;
    padding: 22.17px 0;
    margin-bottom: 37.41px;
    background: #ffffff;
}
.identity {
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    font-size: 23.16px;
}
.top-menu {
    gap: 25.83px;
    display: flex;
}
.top-menu a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13.94px;
    color: #000000 !important;
    font-weight: 700;
}
.top-menu a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    margin-bottom: 78.85px;
    display: grid;
    gap: 58.63px;
}
.top-story {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 48.22px;
    border-radius: 11.02px;
}
.post-body {
    line-height: 1.8;
    color: #000000;
    font-size: 17.23px;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.right-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    padding: 21.26px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 12.21px;
    margin-bottom: 30.48px;
}
.section-head {
    border-bottom: 2px solid #000000;
    margin-bottom: 19.17px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    padding-bottom: 9.76px;
    font-size: 19.87px;
}
.latest-entries, .time-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.08px;
    padding-bottom: 7.14px;
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.time-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.time-list a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    gap: 8.67px;
    display: flex;
}
.chip {
    padding: 8.14px 16.28px;
    border: 2px solid #000000;
    color: #000000 !important;
    border-radius: 7.22px;
    display: inline-block;
    font-size: 12.08px;
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    color: #000000;
    font-size: 14.6px;
    text-align: center;
    padding: 37.34px 0;
    font-weight: 600;
    border-top: 2px solid #000000;
    background: #fff;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
