
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.58;
    text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
}
.wrapper {
    padding: 0 20.75px;
    margin: 0 auto;
    max-width: 1200px;
}
.head-section {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 23.31px 0;
    margin-bottom: 38.85px;
}
.wordmark {
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    font-size: 24.05px;
    text-decoration: none;
}
.main-menu {
    display: flex;
    gap: 22.1px;
}
.main-menu a {
    font-size: 13.25px;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    margin-bottom: 79.52px;
    gap: 60.96px;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 10.83px;
    padding: 47.6px;
}
.main-text {
    line-height: 1.84;
    color: #000000;
    font-size: 18.9px;
}
.main-text a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.secondary {
    position: sticky;
    top: 40px;
}
.side-block {
    border-radius: 11.7px;
    margin-bottom: 29.7px;
    padding: 23.65px;
    background: #ffffff;
    border: 2px solid #000000;
}
.section-head {
    font-weight: 800;
    padding-bottom: 9.28px;
    color: #000000;
    margin-bottom: 18.54px;
    font-size: 19.61px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
}
.latest-entries, .time-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.57px;
    margin-bottom: 11.44px;
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.time-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.time-list a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 10.28px;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    border: 2px solid #000000;
    font-size: 12.76px;
    background: #ffffff;
    border-radius: 7.5px;
    display: inline-block;
    color: #000000 !important;
    font-weight: 600;
    padding: 6.77px 14.13px;
    text-decoration: none;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    text-align: center;
    font-size: 13.67px;
    color: #000000;
    border-top: 2px solid #000000;
    background: #fff;
    padding: 42.29px 0;
    font-weight: 600;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
