
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    line-height: 1.56;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 17.63px;
}
.page-top {
    background: #ffffff;
    padding: 25.55px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 39.15px;
}
.brand-link {
    font-size: 24.29px;
    color: #000000;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
}
.primary-nav {
    gap: 26.5px;
    display: flex;
}
.primary-nav a {
    font-size: 13.41px;
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.two-col {
    gap: 59.66px;
    margin-bottom: 82.01px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    border-radius: 10.35px;
    border: 2px solid #000000;
    padding: 46.84px;
    background: #ffffff;
}
.main-text {
    font-size: 18.75px;
    color: #000000;
    line-height: 1.76;
}
.main-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.secondary {
    position: sticky;
    top: 40px;
}
.module {
    padding: 21.99px;
    border: 2px solid #000000;
    margin-bottom: 32.01px;
    border-radius: 13.65px;
    background: #ffffff;
}
.module-head {
    margin-bottom: 17.16px;
    color: #000000;
    padding-bottom: 11.77px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    font-size: 19.32px;
}
.fresh-list, .date-index {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    margin-bottom: 12.81px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.05px;
}
.fresh-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.term-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 7.14px;
}
.chip {
    border-radius: 7.48px;
    padding: 3.53px 12.29px;
    display: inline-block;
    color: #000000 !important;
    border: 2px solid #000000;
    background: #ffffff;
    font-size: 12.48px;
    font-weight: 600;
    text-decoration: none;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    font-size: 13.43px;
    text-align: center;
    border-top: 2px solid #000000;
    font-weight: 600;
    color: #000000;
    background: #fff;
    padding: 42.03px 0;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
