
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    color: var(--text);
    line-height: 1.58;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wrapper {
    padding: 0 20.23px;
    max-width: 1200px;
    margin: 0 auto;
}
.banner-area {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 25.99px 0;
    margin-bottom: 41.64px;
}
.wordmark {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 23.56px;
    color: #000000;
    font-weight: 800;
}
.header-links {
    gap: 24.46px;
    display: flex;
}
.header-links a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
    font-size: 13.18px;
}
.header-links a:hover {
    opacity: 0.7;
}
.two-col {
    display: grid;
    margin-bottom: 80.31px;
    grid-template-columns: 1fr 300px;
    gap: 62.62px;
}
.primary-content {
    padding: 46.49px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 13.44px;
}
.main-text {
    color: #000000;
    font-size: 17.52px;
    line-height: 1.77;
}
.main-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.secondary {
    top: 40px;
    position: sticky;
}
.widget-box {
    padding: 25.31px;
    margin-bottom: 32.55px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 13.3px;
}
.box-title {
    color: #000000;
    font-size: 19.77px;
    padding-bottom: 9.43px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 22.6px;
}
.feed-list, .past-entries {
    padding: 0;
    list-style: none;
}
.feed-list li {
    padding-bottom: 10.95px;
    margin-bottom: 9.77px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.feed-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.feed-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    gap: 8.08px;
    display: flex;
}
.pill {
    text-decoration: none;
    font-size: 12.8px;
    background: #ffffff;
    border: 2px solid #000000;
    color: #000000 !important;
    display: inline-block;
    font-weight: 600;
    padding: 3.8px 13.7px;
    border-radius: 6.76px;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    color: #000000;
    padding: 39.52px 0;
    text-align: center;
    border-top: 2px solid #000000;
    background: #fff;
    font-weight: 600;
    font-size: 13.95px;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
