
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    color: var(--text);
    line-height: 1.57;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.wrapper {
    max-width: 1200px;
    padding: 0 21.85px;
    margin: 0 auto;
}
.page-top {
    margin-bottom: 41.07px;
    padding: 25.7px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-link {
    font-size: 23.4px;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
}
.main-menu {
    gap: 23.38px;
    display: flex;
}
.main-menu a {
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    font-size: 13.27px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    display: grid;
    gap: 59.76px;
    margin-bottom: 77.94px;
    grid-template-columns: 1fr 300px;
}
.main-post {
    border-radius: 12.55px;
    background: #ffffff;
    padding: 46.48px;
    border: 2px solid #000000;
}
.body-copy {
    line-height: 1.77;
    font-size: 18.8px;
    color: #000000;
}
.body-copy a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.secondary {
    position: sticky;
    top: 40px;
}
.widget-box {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 25.61px;
    border-radius: 12.6px;
    margin-bottom: 31.52px;
}
.label {
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 7.2px;
    margin-bottom: 19.86px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    font-size: 19.52px;
}
.fresh-list, .history-list {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    padding-bottom: 11.14px;
    margin-bottom: 9.75px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.fresh-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.history-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    flex-wrap: wrap;
    gap: 11.06px;
}
.chip {
    font-weight: 600;
    border: 2px solid #000000;
    text-decoration: none;
    padding: 3.51px 16.42px;
    color: #000000 !important;
    font-size: 13.45px;
    background: #ffffff;
    display: inline-block;
    border-radius: 9.15px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    color: #000000;
    border-top: 2px solid #000000;
    text-align: center;
    background: #fff;
    font-size: 14.82px;
    font-weight: 600;
    padding: 41.09px 0;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
