
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    color: var(--text);
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.59;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.content-wrap {
    max-width: 1200px;
    padding: 0 18.99px;
    margin: 0 auto;
}
.page-top {
    background: #ffffff;
    padding: 26.14px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 38.33px;
}
.logo-text {
    text-transform: uppercase;
    font-size: 24.98px;
    font-weight: 800;
    color: #000000;
    text-decoration: none;
}
.top-menu {
    display: flex;
    gap: 23.91px;
}
.top-menu a {
    font-size: 13.67px;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}
.top-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 78.69px;
    gap: 57.1px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.top-story {
    padding: 45.24px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 10.5px;
}
.body-copy {
    font-size: 17.39px;
    line-height: 1.76;
    color: #000000;
}
.body-copy a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    background: #ffffff;
    padding: 26.47px;
    margin-bottom: 30.68px;
    border: 2px solid #000000;
    border-radius: 11.11px;
}
.box-title {
    border-bottom: 2px solid #000000;
    font-size: 19.9px;
    margin-bottom: 18.99px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 9.58px;
}
.updates-list, .history-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    margin-bottom: 12.69px;
    padding-bottom: 9.91px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.history-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.history-list a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8.12px;
}
.label-item {
    color: #000000 !important;
    padding: 8.28px 14.65px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 13.25px;
    border-radius: 8.89px;
    border: 2px solid #000000;
    background: #ffffff;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    font-weight: 600;
    color: #000000;
    background: #fff;
    font-size: 14.88px;
    padding: 42.87px 0;
    text-align: center;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
