
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    color: var(--text);
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    line-height: 1.55;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.wrapper {
    padding: 0 19.84px;
    margin: 0 auto;
    max-width: 1200px;
}
.banner-area {
    background: #ffffff;
    padding: 26.8px 0;
    margin-bottom: 41.63px;
    border-bottom: 2px solid #000000;
}
.brand-link {
    color: #000000;
    font-size: 24.37px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-bar {
    gap: 27.44px;
    display: flex;
}
.nav-bar a {
    color: #000000 !important;
    text-decoration: none;
    font-size: 14.7px;
    text-transform: uppercase;
    font-weight: 700;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    gap: 61.07px;
    margin-bottom: 77.04px;
    display: grid;
}
.lead-article {
    border-radius: 11.12px;
    background: #ffffff;
    padding: 46.48px;
    border: 2px solid #000000;
}
.post-body {
    color: #000000;
    font-size: 17.42px;
    line-height: 1.82;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    background: #ffffff;
    border-radius: 10.93px;
    padding: 22.63px;
    border: 2px solid #000000;
    margin-bottom: 32.05px;
}
.label {
    padding-bottom: 9.74px;
    color: #000000;
    font-size: 19.99px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    margin-bottom: 20.74px;
    font-weight: 800;
}
.latest-entries, .date-index {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    margin-bottom: 10.27px;
    padding-bottom: 7.87px;
    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;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    gap: 8.12px;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    color: #000000 !important;
    padding: 4.08px 14.24px;
    background: #ffffff;
    text-decoration: none;
    border: 2px solid #000000;
    font-weight: 600;
    border-radius: 8.79px;
    display: inline-block;
    font-size: 12.49px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    color: #000000;
    font-weight: 600;
    padding: 38.97px 0;
    background: #fff;
    border-top: 2px solid #000000;
    font-size: 14px;
    text-align: center;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
