
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.64;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
}
.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 19.97px;
}
.page-top {
    padding: 23.73px 0;
    background: #ffffff;
    margin-bottom: 42.65px;
    border-bottom: 2px solid #000000;
}
.home-brand {
    font-size: 24.05px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}
.header-links {
    gap: 25.76px;
    display: flex;
}
.header-links a {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
    font-size: 13.23px;
}
.header-links a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    gap: 61.46px;
    display: grid;
    margin-bottom: 80.25px;
}
.hero-post {
    border-radius: 13.08px;
    padding: 46.85px;
    border: 2px solid #000000;
    background: #ffffff;
}
.main-text {
    line-height: 1.78;
    color: #000000;
    font-size: 18.68px;
}
.main-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.secondary {
    position: sticky;
    top: 40px;
}
.panel-item {
    border-radius: 13.45px;
    background: #ffffff;
    margin-bottom: 32.12px;
    padding: 21.36px;
    border: 2px solid #000000;
}
.block-heading {
    font-weight: 800;
    font-size: 20.78px;
    padding-bottom: 7.2px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    color: #000000;
    margin-bottom: 18.74px;
}
.latest-entries, .past-entries {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.24px;
    padding-bottom: 7.3px;
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries 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 {
    flex-wrap: wrap;
    gap: 11.39px;
    display: flex;
}
.label-item {
    border-radius: 8.95px;
    border: 2px solid #000000;
    display: inline-block;
    font-size: 13.11px;
    font-weight: 600;
    padding: 6.09px 15.98px;
    background: #ffffff;
    text-decoration: none;
    color: #000000 !important;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    padding: 39.07px 0;
    border-top: 2px solid #000000;
    color: #000000;
    background: #fff;
    font-size: 13.51px;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
