
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.59;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
}
.inner {
    max-width: 1200px;
    padding: 0 20.52px;
    margin: 0 auto;
}
.head-section {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 38.78px;
    padding: 27.07px 0;
}
.brand-link {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 23.27px;
    color: #000000;
    text-decoration: none;
}
.primary-nav {
    display: flex;
    gap: 26.94px;
}
.primary-nav a {
    font-size: 13.12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 77.78px;
    display: grid;
    gap: 58.99px;
    grid-template-columns: 1fr 300px;
}
.feature-post {
    border: 2px solid #000000;
    border-radius: 12.36px;
    padding: 45.39px;
    background: #ffffff;
}
.read-area {
    color: #000000;
    font-size: 17.21px;
    line-height: 1.75;
}
.read-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.right-col {
    position: sticky;
    top: 40px;
}
.widget-box {
    padding: 26.65px;
    margin-bottom: 30.08px;
    background: #ffffff;
    border-radius: 10.16px;
    border: 2px solid #000000;
}
.block-heading {
    color: #000000;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    font-size: 20.96px;
    margin-bottom: 20.96px;
    text-transform: uppercase;
    padding-bottom: 10.44px;
}
.updates-list, .date-index {
    padding: 0;
    list-style: none;
}
.updates-list li {
    padding-bottom: 8.25px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.52px;
}
.updates-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    display: flex;
    gap: 8.89px;
    flex-wrap: wrap;
}
.label-item {
    border: 2px solid #000000;
    color: #000000 !important;
    font-size: 13.22px;
    padding: 8.84px 14.74px;
    font-weight: 600;
    display: inline-block;
    background: #ffffff;
    border-radius: 6.11px;
    text-decoration: none;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    text-align: center;
    padding: 38.54px 0;
    color: #000000;
    background: #fff;
    font-size: 13.49px;
    font-weight: 600;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
