
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    color: var(--text);
}
.wrapper {
    max-width: 1200px;
    padding: 0 18.29px;
    margin: 0 auto;
}
.head-section {
    margin-bottom: 39.51px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 23.27px 0;
}
.identity {
    font-size: 24.67px;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
}
.header-links {
    gap: 25.26px;
    display: flex;
}
.header-links a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14.9px;
    color: #000000 !important;
    text-transform: uppercase;
}
.header-links a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 80.85px;
    gap: 62.66px;
}
.lead-article {
    padding: 48.19px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.81px;
}
.post-body {
    color: #000000;
    font-size: 17.29px;
    line-height: 1.8;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.right-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    padding: 22.8px;
    border-radius: 10.79px;
    margin-bottom: 31.72px;
    background: #ffffff;
}
.block-heading {
    font-size: 19.75px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    margin-bottom: 21.25px;
    padding-bottom: 7.1px;
    text-transform: uppercase;
    color: #000000;
}
.latest-entries, .date-index {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.5px;
    margin-bottom: 7.39px;
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    display: flex;
    gap: 11.45px;
    flex-wrap: wrap;
}
.label-item {
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    font-size: 12.65px;
    padding: 4.59px 16.69px;
    color: #000000 !important;
    background: #ffffff;
    border-radius: 7.77px;
    border: 2px solid #000000;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    font-weight: 600;
    padding: 40.56px 0;
    color: #000000;
    background: #fff;
    font-size: 14.58px;
    text-align: center;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
