
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    line-height: 1.57;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 17.02px;
}
.head-section {
    border-bottom: 2px solid #000000;
    padding: 24.76px 0;
    background: #ffffff;
    margin-bottom: 42.75px;
}
.brand-mark {
    color: #000000;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24.5px;
}
.main-menu {
    gap: 23.47px;
    display: flex;
}
.main-menu a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13.3px;
    font-weight: 700;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    margin-bottom: 79.65px;
    gap: 59.77px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.hero-post {
    padding: 50.66px;
    border: 2px solid #000000;
    border-radius: 10.62px;
    background: #ffffff;
}
.read-area {
    line-height: 1.76;
    font-size: 17.97px;
    color: #000000;
}
.read-area a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.info-card {
    background: #ffffff;
    margin-bottom: 32.33px;
    border-radius: 12.78px;
    border: 2px solid #000000;
    padding: 21.2px;
}
.block-heading {
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-size: 19.39px;
    padding-bottom: 12.66px;
    font-weight: 800;
    margin-bottom: 18.32px;
}
.new-items, .past-entries {
    padding: 0;
    list-style: none;
}
.new-items li {
    padding-bottom: 9.41px;
    margin-bottom: 7.66px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.new-items a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.new-items a:hover {
    text-decoration: underline;
}
.past-entries a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.past-entries a:hover {
    text-decoration: underline;
}
.tag-area {
    flex-wrap: wrap;
    display: flex;
    gap: 7.14px;
}
.pill {
    padding: 6.56px 13.52px;
    color: #000000 !important;
    font-size: 13.92px;
    border: 2px solid #000000;
    border-radius: 6.2px;
    display: inline-block;
    background: #ffffff;
    font-weight: 600;
    text-decoration: none;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    background: #fff;
    border-top: 2px solid #000000;
    color: #000000;
    font-size: 13.76px;
    font-weight: 600;
    padding: 41.7px 0;
    text-align: center;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
