
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    color: var(--text);
    line-height: 1.64;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 17.94px;
}
.nav-wrap {
    padding: 27.93px 0;
    background: #ffffff;
    margin-bottom: 42.79px;
    border-bottom: 2px solid #000000;
}
.identity {
    text-decoration: none;
    font-size: 23.18px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}
.nav-links {
    display: flex;
    gap: 22.71px;
}
.nav-links a {
    font-size: 13.68px;
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}
.nav-links a:hover {
    opacity: 0.7;
}
.page-grid {
    gap: 57.46px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 80.53px;
    display: grid;
}
.top-story {
    border: 2px solid #000000;
    border-radius: 13.27px;
    padding: 45.11px;
    background: #ffffff;
}
.content-area {
    line-height: 1.77;
    color: #000000;
    font-size: 18.9px;
}
.content-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.widget-box {
    background: #ffffff;
    border-radius: 10.91px;
    padding: 21.96px;
    margin-bottom: 31.14px;
    border: 2px solid #000000;
}
.box-title {
    color: #000000;
    padding-bottom: 8.83px;
    margin-bottom: 17.2px;
    font-size: 19.49px;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 2px solid #000000;
}
.latest-entries, .past-entries {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    padding-bottom: 7.07px;
    margin-bottom: 11.55px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.past-entries a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 11.54px;
}
.label-item {
    font-weight: 600;
    border: 2px solid #000000;
    display: inline-block;
    border-radius: 6.42px;
    padding: 5.89px 13.34px;
    text-decoration: none;
    font-size: 13.82px;
    color: #000000 !important;
    background: #ffffff;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    padding: 38.81px 0;
    font-weight: 600;
    font-size: 13.32px;
    text-align: center;
    color: #000000;
    border-top: 2px solid #000000;
    background: #fff;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
