
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.58;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
}
.inner {
    padding: 0 20.54px;
    margin: 0 auto;
    max-width: 1200px;
}
.banner-area {
    background: #ffffff;
    margin-bottom: 37.9px;
    border-bottom: 2px solid #000000;
    padding: 26.47px 0;
}
.brand-mark {
    text-decoration: none;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24.79px;
}
.nav-bar {
    gap: 23.21px;
    display: flex;
}
.nav-bar a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
    font-size: 14.7px;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.dual-panel {
    grid-template-columns: 1fr 300px;
    gap: 58.71px;
    margin-bottom: 82.15px;
    display: grid;
}
.feature-post {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.62px;
    padding: 45.75px;
}
.main-text {
    font-size: 19px;
    line-height: 1.78;
    color: #000000;
}
.main-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    margin-bottom: 32.98px;
    border-radius: 13.7px;
    padding: 23.19px;
    background: #ffffff;
    border: 2px solid #000000;
}
.block-heading {
    font-size: 19.27px;
    font-weight: 800;
    margin-bottom: 19.28px;
    color: #000000;
    border-bottom: 2px solid #000000;
    padding-bottom: 12.77px;
    text-transform: uppercase;
}
.latest-entries, .date-index {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.48px;
    padding-bottom: 11.31px;
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    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;
}
.keyword-wrap {
    gap: 11.44px;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    border-radius: 7.91px;
    font-weight: 600;
    border: 2px solid #000000;
    text-decoration: none;
    font-size: 12.28px;
    background: #ffffff;
    padding: 8.61px 14.24px;
    color: #000000 !important;
    display: inline-block;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    padding: 40.1px 0;
    font-size: 14.24px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    background: #fff;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
