
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    line-height: 1.58;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.inner {
    max-width: 1200px;
    padding: 0 18.64px;
    margin: 0 auto;
}
.page-top {
    border-bottom: 2px solid #000000;
    padding: 26.49px 0;
    background: #ffffff;
    margin-bottom: 40.14px;
}
.brand-link {
    text-transform: uppercase;
    font-size: 24.38px;
    font-weight: 800;
    text-decoration: none;
    color: #000000;
}
.primary-nav {
    gap: 22.51px;
    display: flex;
}
.primary-nav a {
    font-size: 13.83px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 78.27px;
    grid-template-columns: 1fr 300px;
    gap: 59.92px;
    display: grid;
}
.main-post {
    background: #ffffff;
    border-radius: 12.45px;
    border: 2px solid #000000;
    padding: 47.37px;
}
.post-body {
    line-height: 1.82;
    font-size: 17.99px;
    color: #000000;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.right-col {
    position: sticky;
    top: 40px;
}
.widget-box {
    padding: 24.73px;
    border-radius: 11.95px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 31.39px;
}
.section-head {
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-size: 20.38px;
    font-weight: 800;
    padding-bottom: 12.88px;
    margin-bottom: 20.95px;
}
.new-items, .time-list {
    list-style: none;
    padding: 0;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.25px;
    margin-bottom: 10.38px;
}
.new-items a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.new-items a:hover {
    text-decoration: underline;
}
.time-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.time-list a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    display: flex;
    gap: 8.7px;
}
.keyword-tag {
    font-size: 13.88px;
    background: #ffffff;
    text-decoration: none;
    border: 2px solid #000000;
    border-radius: 7.98px;
    padding: 6.05px 11.82px;
    display: inline-block;
    font-weight: 600;
    color: #000000 !important;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    background: #fff;
    padding: 37.81px 0;
    border-top: 2px solid #000000;
    text-align: center;
    color: #000000;
    font-size: 14.76px;
    font-weight: 600;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
