
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.55;
    -ms-text-size-adjust: 100%;
}
.wrapper {
    padding: 0 18.63px;
    max-width: 1200px;
    margin: 0 auto;
}
.main-header {
    margin-bottom: 39.59px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 26.7px 0;
}
.wordmark {
    color: #000000;
    font-weight: 800;
    text-decoration: none;
    font-size: 24.64px;
    text-transform: uppercase;
}
.primary-nav {
    gap: 23.12px;
    display: flex;
}
.primary-nav a {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13.37px;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.page-grid {
    gap: 62.6px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 81.15px;
}
.main-post {
    padding: 48.1px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 13.54px;
}
.content-area {
    color: #000000;
    font-size: 18.2px;
    line-height: 1.78;
}
.content-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.info-card {
    border-radius: 10.84px;
    margin-bottom: 29.53px;
    padding: 25.87px;
    border: 2px solid #000000;
    background: #ffffff;
}
.block-heading {
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 7.58px;
    margin-bottom: 21.01px;
    font-size: 20.34px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
}
.new-items, .past-entries {
    list-style: none;
    padding: 0;
}
.new-items li {
    margin-bottom: 10.4px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.16px;
}
.new-items a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.new-items a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    gap: 9.58px;
    flex-wrap: wrap;
}
.label-item {
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 13.29px;
    border-radius: 9.47px;
    border: 2px solid #000000;
    display: inline-block;
    color: #000000 !important;
    padding: 7.05px 13.54px;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    color: #000000;
    border-top: 2px solid #000000;
    background: #fff;
    padding: 39.33px 0;
    font-weight: 600;
    text-align: center;
    font-size: 14.84px;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
