
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    color: var(--text);
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 1.58;
}
.wrapper {
    max-width: 1200px;
    padding: 0 19.7px;
    margin: 0 auto;
}
.page-top {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 26.73px 0;
    margin-bottom: 41.78px;
}
.brand-mark {
    font-size: 23.38px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    text-decoration: none;
}
.main-menu {
    gap: 26.18px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 14.68px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 80.54px;
    grid-template-columns: 1fr 300px;
    gap: 59.21px;
    display: grid;
}
.primary-content {
    padding: 50.16px;
    background: #ffffff;
    border-radius: 10.43px;
    border: 2px solid #000000;
}
.body-copy {
    color: #000000;
    font-size: 18.89px;
    line-height: 1.8;
}
.body-copy a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.aside-box {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 22.54px;
    border-radius: 13.93px;
    margin-bottom: 27.91px;
}
.module-head {
    padding-bottom: 8.81px;
    font-weight: 800;
    font-size: 19.76px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    margin-bottom: 18.71px;
    color: #000000;
}
.stream, .time-list {
    padding: 0;
    list-style: none;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.41px;
    margin-bottom: 10.93px;
}
.stream a {
    font-weight: 600;
    color: #000000;
    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: 10.49px;
}
.pill {
    display: inline-block;
    color: #000000 !important;
    font-weight: 600;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 7.44px;
    padding: 4.46px 12.98px;
    font-size: 13.73px;
    text-decoration: none;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    padding: 40.08px 0;
    color: #000000;
    font-weight: 600;
    background: #fff;
    text-align: center;
    border-top: 2px solid #000000;
    font-size: 13.51px;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
