
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.55;
    text-size-adjust: 100%;
}
.content-wrap {
    padding: 0 20.7px;
    max-width: 1200px;
    margin: 0 auto;
}
.banner-area {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 22.29px 0;
    margin-bottom: 39.14px;
}
.logo-text {
    font-size: 24.18px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-weight: 800;
}
.top-menu {
    display: flex;
    gap: 27.18px;
}
.top-menu a {
    font-weight: 700;
    font-size: 14.17px;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
}
.top-menu a:hover {
    opacity: 0.7;
}
.two-col {
    display: grid;
    margin-bottom: 78.04px;
    grid-template-columns: 1fr 300px;
    gap: 61.9px;
}
.main-post {
    border: 2px solid #000000;
    padding: 46.14px;
    background: #ffffff;
    border-radius: 12.46px;
}
.content-area {
    font-size: 18.31px;
    color: #000000;
    line-height: 1.81;
}
.content-area a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.secondary {
    position: sticky;
    top: 40px;
}
.panel-item {
    padding: 22.02px;
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 31.02px;
    border-radius: 10.91px;
}
.block-heading {
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-size: 20.55px;
    margin-bottom: 19.37px;
    border-bottom: 2px solid #000000;
    padding-bottom: 10.87px;
}
.feed-list, .date-index {
    padding: 0;
    list-style: none;
}
.feed-list li {
    padding-bottom: 7.58px;
    margin-bottom: 12.28px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.feed-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.feed-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    gap: 10.42px;
    flex-wrap: wrap;
}
.chip {
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
    color: #000000 !important;
    display: inline-block;
    border: 2px solid #000000;
    padding: 5.05px 12.96px;
    font-size: 12.51px;
    border-radius: 7.29px;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    background: #fff;
    padding: 37.93px 0;
    color: #000000;
    border-top: 2px solid #000000;
    text-align: center;
    font-size: 13.86px;
    font-weight: 600;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
