
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    line-height: 1.65;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wrapper {
    max-width: 1200px;
    padding: 0 22.62px;
    margin: 0 auto;
}
.main-header {
    padding: 23.8px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 42.96px;
    background: #ffffff;
}
.logo-text {
    color: #000000;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24.1px;
}
.top-menu {
    display: flex;
    gap: 24.02px;
}
.top-menu a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14.07px;
    text-transform: uppercase;
    color: #000000 !important;
}
.top-menu a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 82.68px;
    gap: 57.54px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.primary-content {
    border: 2px solid #000000;
    border-radius: 13.95px;
    padding: 48.93px;
    background: #ffffff;
}
.read-area {
    line-height: 1.84;
    color: #000000;
    font-size: 18.77px;
}
.read-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.secondary {
    top: 40px;
    position: sticky;
}
.widget-box {
    background: #ffffff;
    margin-bottom: 31.03px;
    border: 2px solid #000000;
    padding: 21.15px;
    border-radius: 13.06px;
}
.label {
    font-weight: 800;
    font-size: 19.41px;
    margin-bottom: 18.82px;
    color: #000000;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    padding-bottom: 8.32px;
}
.latest-entries, .date-index {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 10.43px;
    margin-bottom: 9.36px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9.58px;
}
.label-item {
    display: inline-block;
    background: #ffffff;
    border-radius: 9.43px;
    font-weight: 600;
    color: #000000 !important;
    font-size: 13.55px;
    text-decoration: none;
    padding: 8.94px 13.16px;
    border: 2px solid #000000;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    font-size: 13.53px;
    text-align: center;
    border-top: 2px solid #000000;
    color: #000000;
    font-weight: 600;
    padding: 40.33px 0;
    background: #fff;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
