
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    line-height: 1.56;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.page-wrap {
    padding: 0 22.88px;
    margin: 0 auto;
    max-width: 1200px;
}
.head-section {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 39.25px;
    padding: 27.37px 0;
}
.brand-mark {
    text-transform: uppercase;
    font-size: 24.69px;
    font-weight: 800;
    text-decoration: none;
    color: #000000;
}
.nav-bar {
    gap: 22.36px;
    display: flex;
}
.nav-bar a {
    text-transform: uppercase;
    font-size: 13.48px;
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.split-view {
    margin-bottom: 81.67px;
    display: grid;
    gap: 59.8px;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    border-radius: 12.58px;
    background: #ffffff;
    padding: 48.29px;
    border: 2px solid #000000;
}
.post-body {
    font-size: 17.65px;
    color: #000000;
    line-height: 1.78;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.rail {
    position: sticky;
    top: 40px;
}
.widget-box {
    margin-bottom: 32.8px;
    border: 2px solid #000000;
    border-radius: 11.37px;
    padding: 24.64px;
    background: #ffffff;
}
.label {
    font-size: 20.15px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-weight: 800;
    padding-bottom: 11.1px;
    margin-bottom: 19.96px;
}
.fresh-list, .time-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    margin-bottom: 8.66px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.96px;
}
.fresh-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.fresh-list 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 {
    gap: 7.7px;
    flex-wrap: wrap;
    display: flex;
}
.pill {
    border: 2px solid #000000;
    display: inline-block;
    border-radius: 6.04px;
    font-weight: 600;
    font-size: 12.36px;
    color: #000000 !important;
    text-decoration: none;
    padding: 7.08px 16.97px;
    background: #ffffff;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    text-align: center;
    padding: 39.15px 0;
    font-size: 13.33px;
    background: #fff;
    font-weight: 600;
    color: #000000;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
