
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.6;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
}
.wrapper {
    padding: 0 21.49px;
    margin: 0 auto;
    max-width: 1200px;
}
.main-header {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 41.65px;
    padding: 22.74px 0;
}
.home-brand {
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 23.17px;
    font-weight: 800;
}
.main-menu {
    display: flex;
    gap: 23.84px;
}
.main-menu a {
    text-transform: uppercase;
    font-size: 13.25px;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 62.72px;
    margin-bottom: 81.47px;
}
.feature-post {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 12.27px;
    padding: 49.77px;
}
.main-text {
    line-height: 1.81;
    color: #000000;
    font-size: 18.15px;
}
.main-text a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.module {
    background: #ffffff;
    border-radius: 11.89px;
    padding: 25.76px;
    margin-bottom: 27.14px;
    border: 2px solid #000000;
}
.module-head {
    border-bottom: 2px solid #000000;
    font-size: 19.94px;
    margin-bottom: 17.03px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 10.57px;
}
.feed-list, .past-entries {
    list-style: none;
    padding: 0;
}
.feed-list li {
    margin-bottom: 11.93px;
    padding-bottom: 7.81px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.feed-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.feed-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    gap: 7.14px;
    display: flex;
}
.chip {
    text-decoration: none;
    border: 2px solid #000000;
    background: #ffffff;
    color: #000000 !important;
    font-weight: 600;
    font-size: 13.84px;
    border-radius: 6.3px;
    padding: 5.87px 15.53px;
    display: inline-block;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    padding: 42.14px 0;
    font-weight: 600;
    color: #000000;
    font-size: 14.73px;
    background: #fff;
    text-align: center;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
