
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.59;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
}
.frame {
    padding: 0 22.52px;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-wrap {
    padding: 26.26px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 41.35px;
}
.logo-text {
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24.25px;
}
.nav-bar {
    gap: 22px;
    display: flex;
}
.nav-bar a {
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14.81px;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 81.75px;
    grid-template-columns: 1fr 300px;
    gap: 62.16px;
    display: grid;
}
.main-post {
    border-radius: 13.79px;
    border: 2px solid #000000;
    padding: 47.73px;
    background: #ffffff;
}
.body-copy {
    font-size: 18.71px;
    line-height: 1.8;
    color: #000000;
}
.body-copy a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.secondary {
    top: 40px;
    position: sticky;
}
.widget-box {
    border-radius: 10.17px;
    margin-bottom: 32.5px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 24.23px;
}
.panel-title {
    font-size: 19.14px;
    padding-bottom: 7.05px;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    color: #000000;
    margin-bottom: 17.4px;
}
.fresh-list, .past-entries {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    padding-bottom: 11.38px;
    margin-bottom: 7.34px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.fresh-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.fresh-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;
    display: flex;
    gap: 12.05px;
}
.pill {
    text-decoration: none;
    background: #ffffff;
    display: inline-block;
    padding: 8.23px 15.29px;
    border-radius: 9.71px;
    color: #000000 !important;
    border: 2px solid #000000;
    font-weight: 600;
    font-size: 13.34px;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    border-top: 2px solid #000000;
    font-size: 13.79px;
    background: #fff;
    color: #000000;
    font-weight: 600;
    padding: 40.02px 0;
    text-align: center;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
