
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    line-height: 1.64;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
}
.inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 18.99px;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    margin-bottom: 39.71px;
    background: #ffffff;
    padding: 22.71px 0;
}
.brand-mark {
    color: #000000;
    font-weight: 800;
    font-size: 24.07px;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-bar {
    display: flex;
    gap: 23.56px;
}
.nav-bar a {
    font-size: 13.53px;
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 62.03px;
    margin-bottom: 77.83px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    padding: 46.81px;
    border: 2px solid #000000;
    border-radius: 13.62px;
    background: #ffffff;
}
.read-area {
    font-size: 18.85px;
    line-height: 1.84;
    color: #000000;
}
.read-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    padding: 25.39px;
    border: 2px solid #000000;
    border-radius: 13.06px;
    margin-bottom: 28.15px;
    background: #ffffff;
}
.block-heading {
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 18.45px;
    border-bottom: 2px solid #000000;
    font-size: 20.07px;
    padding-bottom: 8.83px;
}
.feed-list, .past-entries {
    list-style: none;
    padding: 0;
}
.feed-list li {
    padding-bottom: 8.32px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.71px;
}
.feed-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.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;
}
.label-group {
    flex-wrap: wrap;
    display: flex;
    gap: 8.76px;
}
.pill {
    color: #000000 !important;
    text-decoration: none;
    display: inline-block;
    background: #ffffff;
    border-radius: 6.02px;
    padding: 5.96px 15.14px;
    border: 2px solid #000000;
    font-size: 12.94px;
    font-weight: 600;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    text-align: center;
    padding: 41.02px 0;
    font-weight: 600;
    font-size: 13.68px;
    background: #fff;
    border-top: 2px solid #000000;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
