
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 1.64;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
}
.content-wrap {
    max-width: 1200px;
    padding: 0 22.1px;
    margin: 0 auto;
}
.banner-area {
    margin-bottom: 39.1px;
    padding: 25.3px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.logo-text {
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    font-size: 23.67px;
    text-transform: uppercase;
}
.header-links {
    gap: 23.12px;
    display: flex;
}
.header-links a {
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14.47px;
}
.header-links a:hover {
    opacity: 0.7;
}
.two-col {
    gap: 62.73px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 80.42px;
}
.main-post {
    border-radius: 13.98px;
    background: #ffffff;
    padding: 50.34px;
    border: 2px solid #000000;
}
.post-body {
    font-size: 18.52px;
    line-height: 1.83;
    color: #000000;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.rail {
    position: sticky;
    top: 40px;
}
.side-block {
    border-radius: 11.51px;
    margin-bottom: 30.97px;
    background: #ffffff;
    padding: 21.72px;
    border: 2px solid #000000;
}
.box-title {
    margin-bottom: 19.41px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    padding-bottom: 12.21px;
    font-size: 20.49px;
}
.fresh-list, .history-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.27px;
    padding-bottom: 9.31px;
}
.fresh-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.chip-group {
    flex-wrap: wrap;
    display: flex;
    gap: 11.92px;
}
.label-item {
    font-weight: 600;
    display: inline-block;
    font-size: 13.19px;
    padding: 6.73px 11.09px;
    background: #ffffff;
    color: #000000 !important;
    border: 2px solid #000000;
    border-radius: 9.17px;
    text-decoration: none;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    color: #000000;
    font-weight: 600;
    border-top: 2px solid #000000;
    text-align: center;
    padding: 39.73px 0;
    font-size: 13.11px;
    background: #fff;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
