
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.62;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
}
.wrapper {
    max-width: 1200px;
    padding: 0 21.38px;
    margin: 0 auto;
}
.banner-area {
    border-bottom: 2px solid #000000;
    padding: 25.54px 0;
    margin-bottom: 38.71px;
    background: #ffffff;
}
.home-brand {
    text-decoration: none;
    color: #000000;
    font-weight: 800;
    font-size: 23.21px;
    text-transform: uppercase;
}
.main-menu {
    display: flex;
    gap: 23.51px;
}
.main-menu a {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 13.83px;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 60.48px;
    display: grid;
    margin-bottom: 78.6px;
    grid-template-columns: 1fr 300px;
}
.feature-post {
    border: 2px solid #000000;
    border-radius: 12.51px;
    background: #ffffff;
    padding: 51px;
}
.content-area {
    font-size: 17.63px;
    line-height: 1.75;
    color: #000000;
}
.content-area a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.widget-box {
    border: 2px solid #000000;
    margin-bottom: 28.48px;
    background: #ffffff;
    padding: 26.71px;
    border-radius: 11.38px;
}
.label {
    text-transform: uppercase;
    font-size: 19.83px;
    color: #000000;
    border-bottom: 2px solid #000000;
    margin-bottom: 20.73px;
    padding-bottom: 7.95px;
    font-weight: 800;
}
.latest-entries, .history-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 12.97px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.14px;
}
.latest-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.history-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    display: flex;
    gap: 8.76px;
}
.term-badge {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 12.22px;
    padding: 4.4px 11.34px;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 7.04px;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    color: #000000;
    padding: 41.27px 0;
    font-weight: 600;
    font-size: 14.36px;
    text-align: center;
    border-top: 2px solid #000000;
    background: #fff;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
