
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    line-height: 1.64;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.frame {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 19.08px;
}
.main-header {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 27.39px 0;
    margin-bottom: 38.14px;
}
.brand-mark {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 23.2px;
    color: #000000;
    text-decoration: none;
}
.main-menu {
    display: flex;
    gap: 25.14px;
}
.main-menu a {
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13.72px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 80.75px;
    gap: 61.85px;
}
.primary-content {
    border: 2px solid #000000;
    padding: 50.91px;
    border-radius: 10.4px;
    background: #ffffff;
}
.main-text {
    font-size: 17.75px;
    color: #000000;
    line-height: 1.83;
}
.main-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.secondary {
    position: sticky;
    top: 40px;
}
.info-card {
    margin-bottom: 30.41px;
    background: #ffffff;
    border-radius: 12.85px;
    border: 2px solid #000000;
    padding: 25.69px;
}
.block-heading {
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 12.52px;
    font-size: 20.15px;
    border-bottom: 2px solid #000000;
    color: #000000;
    margin-bottom: 21.2px;
}
.new-items, .date-index {
    list-style: none;
    padding: 0;
}
.new-items li {
    padding-bottom: 9.27px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.51px;
}
.new-items a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.new-items a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 7.51px;
    display: flex;
    flex-wrap: wrap;
}
.term-badge {
    border-radius: 7.21px;
    font-size: 13.32px;
    border: 2px solid #000000;
    padding: 4.26px 13.95px;
    color: #000000 !important;
    background: #ffffff;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    color: #000000;
    font-weight: 600;
    font-size: 13.52px;
    padding: 39.74px 0;
    background: #fff;
    text-align: center;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
