
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 1.57;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.inner {
    max-width: 1200px;
    padding: 0 22.82px;
    margin: 0 auto;
}
.nav-wrap {
    padding: 24.55px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 42.54px;
}
.brand-link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 23.77px;
    font-weight: 800;
    color: #000000;
}
.primary-nav {
    gap: 23.23px;
    display: flex;
}
.primary-nav a {
    text-decoration: none;
    font-size: 13.16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.two-col {
    gap: 59.21px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 78.88px;
}
.main-post {
    padding: 49.38px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 13.03px;
}
.content-area {
    line-height: 1.77;
    font-size: 18.38px;
    color: #000000;
}
.content-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.side-block {
    padding: 23.39px;
    margin-bottom: 28.67px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 11.5px;
}
.box-title {
    font-size: 20.76px;
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    padding-bottom: 12.03px;
    color: #000000;
    margin-bottom: 21px;
}
.new-items, .month-list {
    padding: 0;
    list-style: none;
}
.new-items li {
    padding-bottom: 12.95px;
    margin-bottom: 11.96px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.new-items a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.new-items a:hover {
    text-decoration: underline;
}
.month-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.month-list a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    flex-wrap: wrap;
    display: flex;
    gap: 9.18px;
}
.chip {
    display: inline-block;
    border-radius: 9.54px;
    text-decoration: none;
    border: 2px solid #000000;
    padding: 6.67px 12.75px;
    background: #ffffff;
    color: #000000 !important;
    font-weight: 600;
    font-size: 13.6px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    color: #000000;
    border-top: 2px solid #000000;
    padding: 40.87px 0;
    background: #fff;
    text-align: center;
    font-size: 13.48px;
    font-weight: 600;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
