
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    line-height: 1.61;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.page-wrap {
    max-width: 1200px;
    padding: 0 20.98px;
    margin: 0 auto;
}
.head-section {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 26.89px 0;
    margin-bottom: 39.03px;
}
.home-brand {
    text-transform: uppercase;
    color: #000000;
    font-size: 24.72px;
    font-weight: 800;
    text-decoration: none;
}
.nav-bar {
    gap: 25.51px;
    display: flex;
}
.nav-bar a {
    font-size: 14.47px;
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.page-grid {
    margin-bottom: 78.99px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 60.55px;
}
.main-post {
    padding: 48.37px;
    border: 2px solid #000000;
    border-radius: 11.31px;
    background: #ffffff;
}
.body-copy {
    font-size: 18.4px;
    color: #000000;
    line-height: 1.8;
}
.body-copy a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.module {
    padding: 24.6px;
    background: #ffffff;
    border-radius: 10.25px;
    margin-bottom: 27.54px;
    border: 2px solid #000000;
}
.block-heading {
    text-transform: uppercase;
    font-size: 19.32px;
    color: #000000;
    padding-bottom: 8.13px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 17.32px;
}
.stream, .time-list {
    padding: 0;
    list-style: none;
}
.stream li {
    margin-bottom: 10.26px;
    padding-bottom: 10.87px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.stream a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.stream a:hover {
    text-decoration: underline;
}
.time-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.time-list a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.keyword-tag {
    display: inline-block;
    border: 2px solid #000000;
    background: #ffffff;
    text-decoration: none;
    font-size: 13.86px;
    border-radius: 9.97px;
    padding: 8.13px 11.77px;
    font-weight: 600;
    color: #000000 !important;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    padding: 39.67px 0;
    font-weight: 600;
    color: #000000;
    background: #fff;
    font-size: 14.9px;
    text-align: center;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
