
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    line-height: 1.57;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
}
.wrapper {
    padding: 0 19.99px;
    max-width: 1200px;
    margin: 0 auto;
}
.top-bar {
    background: #ffffff;
    margin-bottom: 40.85px;
    border-bottom: 2px solid #000000;
    padding: 23.11px 0;
}
.logo-text {
    color: #000000;
    text-decoration: none;
    font-size: 23.46px;
    text-transform: uppercase;
    font-weight: 800;
}
.top-menu {
    gap: 23.83px;
    display: flex;
}
.top-menu a {
    text-decoration: none;
    font-size: 13.14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
}
.top-menu a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 80.9px;
    grid-template-columns: 1fr 300px;
    gap: 59.28px;
    display: grid;
}
.primary-content {
    border-radius: 10.57px;
    background: #ffffff;
    padding: 45.7px;
    border: 2px solid #000000;
}
.content-area {
    font-size: 17.05px;
    line-height: 1.84;
    color: #000000;
}
.content-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.aside-box {
    border-radius: 11.71px;
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 30.31px;
    padding: 26.01px;
}
.block-heading {
    margin-bottom: 19.37px;
    color: #000000;
    font-size: 20.59px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    padding-bottom: 8.57px;
}
.latest-entries, .history-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 11.43px;
    margin-bottom: 7.98px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.history-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    gap: 11.26px;
    display: flex;
}
.keyword-tag {
    font-weight: 600;
    text-decoration: none;
    background: #ffffff;
    display: inline-block;
    font-size: 13.7px;
    padding: 5.54px 14.04px;
    border-radius: 6.3px;
    border: 2px solid #000000;
    color: #000000 !important;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    color: #000000;
    background: #fff;
    padding: 40.33px 0;
    font-weight: 600;
    font-size: 13.83px;
    border-top: 2px solid #000000;
    text-align: center;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
