
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -ms-text-size-adjust: 100%;
    line-height: 1.6;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
}
.wrapper {
    margin: 0 auto;
    padding: 0 21.35px;
    max-width: 1200px;
}
.banner-area {
    border-bottom: 2px solid #000000;
    margin-bottom: 40.39px;
    background: #ffffff;
    padding: 22.43px 0;
}
.home-brand {
    text-decoration: none;
    color: #000000;
    font-size: 23.83px;
    font-weight: 800;
    text-transform: uppercase;
}
.header-links {
    gap: 26.96px;
    display: flex;
}
.header-links a {
    font-size: 13.34px;
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}
.header-links a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 79.68px;
    gap: 60.53px;
}
.main-post {
    border: 2px solid #000000;
    border-radius: 12.1px;
    padding: 48.39px;
    background: #ffffff;
}
.entry-text {
    font-size: 18.25px;
    line-height: 1.82;
    color: #000000;
}
.entry-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    margin-bottom: 27.3px;
    padding: 25.7px;
    border: 2px solid #000000;
    border-radius: 13.7px;
    background: #ffffff;
}
.label {
    font-weight: 800;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    padding-bottom: 10.5px;
    margin-bottom: 21.13px;
    color: #000000;
    font-size: 20.8px;
}
.stream, .past-entries {
    list-style: none;
    padding: 0;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.2px;
    padding-bottom: 12.99px;
}
.stream a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    gap: 11.33px;
    flex-wrap: wrap;
}
.topic-chip {
    color: #000000 !important;
    font-size: 12.11px;
    display: inline-block;
    border: 2px solid #000000;
    padding: 6.19px 15.35px;
    text-decoration: none;
    border-radius: 6.21px;
    font-weight: 600;
    background: #ffffff;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    text-align: center;
    border-top: 2px solid #000000;
    background: #fff;
    padding: 40.1px 0;
    color: #000000;
    font-size: 13.13px;
    font-weight: 600;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
