
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.62;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
}
.inner {
    max-width: 1200px;
    padding: 0 17.65px;
    margin: 0 auto;
}
.main-header {
    border-bottom: 2px solid #000000;
    padding: 24.46px 0;
    margin-bottom: 41.16px;
    background: #ffffff;
}
.brand-link {
    font-size: 24.62px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
}
.header-links {
    gap: 25.11px;
    display: flex;
}
.header-links a {
    text-decoration: none;
    font-size: 14.07px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000 !important;
}
.header-links a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    gap: 57.34px;
    margin-bottom: 77.72px;
    display: grid;
}
.primary-content {
    border-radius: 13.02px;
    padding: 45.17px;
    border: 2px solid #000000;
    background: #ffffff;
}
.main-text {
    color: #000000;
    line-height: 1.81;
    font-size: 17.99px;
}
.main-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.secondary {
    position: sticky;
    top: 40px;
}
.aside-box {
    padding: 24.06px;
    border-radius: 13.61px;
    margin-bottom: 31.61px;
    background: #ffffff;
    border: 2px solid #000000;
}
.box-title {
    padding-bottom: 8.21px;
    font-size: 19.1px;
    margin-bottom: 20.83px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-weight: 800;
}
.feed-list, .past-entries {
    padding: 0;
    list-style: none;
}
.feed-list li {
    padding-bottom: 7.71px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.23px;
}
.feed-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.feed-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.past-entries a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    display: flex;
    gap: 11.75px;
}
.chip {
    color: #000000 !important;
    font-weight: 600;
    background: #ffffff;
    text-decoration: none;
    padding: 8.19px 13.17px;
    font-size: 13.67px;
    border-radius: 6.44px;
    display: inline-block;
    border: 2px solid #000000;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    color: #000000;
    font-size: 14.77px;
    font-weight: 600;
    background: #fff;
    padding: 37.73px 0;
    text-align: center;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
