
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.61;
    text-size-adjust: 100%;
}
.inner {
    max-width: 1200px;
    padding: 0 19.25px;
    margin: 0 auto;
}
.head-section {
    background: #ffffff;
    margin-bottom: 39.39px;
    padding: 27.54px 0;
    border-bottom: 2px solid #000000;
}
.brand-link {
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 23.61px;
    font-weight: 800;
}
.main-menu {
    display: flex;
    gap: 27.93px;
}
.main-menu a {
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 14.64px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    margin-bottom: 78.85px;
    display: grid;
    gap: 59.43px;
}
.top-story {
    padding: 47.2px;
    border-radius: 13.61px;
    border: 2px solid #000000;
    background: #ffffff;
}
.main-text {
    font-size: 17.12px;
    line-height: 1.84;
    color: #000000;
}
.main-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.right-col {
    top: 40px;
    position: sticky;
}
.aside-box {
    background: #ffffff;
    padding: 21.18px;
    margin-bottom: 28px;
    border-radius: 12.46px;
    border: 2px solid #000000;
}
.label {
    font-weight: 800;
    border-bottom: 2px solid #000000;
    padding-bottom: 8.75px;
    margin-bottom: 21.45px;
    font-size: 19.12px;
    color: #000000;
    text-transform: uppercase;
}
.latest-entries, .log-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    padding-bottom: 11.1px;
    margin-bottom: 7.63px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.log-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.log-list a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    gap: 12.92px;
    display: flex;
}
.label-item {
    border-radius: 6.72px;
    background: #ffffff;
    text-decoration: none;
    color: #000000 !important;
    display: inline-block;
    padding: 7.99px 16.73px;
    border: 2px solid #000000;
    font-size: 13.07px;
    font-weight: 600;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    text-align: center;
    border-top: 2px solid #000000;
    font-weight: 600;
    background: #fff;
    color: #000000;
    padding: 41.38px 0;
    font-size: 14.75px;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
