
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.62;
    background: #ffffff;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.page-wrap {
    padding: 0 19.7px;
    max-width: 1200px;
    margin: 0 auto;
}
.head-section {
    padding: 26.18px 0;
    background: #ffffff;
    margin-bottom: 41.59px;
    border-bottom: 2px solid #000000;
}
.identity {
    font-size: 24.61px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
}
.main-menu {
    display: flex;
    gap: 22.48px;
}
.main-menu a {
    font-size: 14.81px;
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    margin-bottom: 82.76px;
    gap: 57.19px;
    grid-template-columns: 1fr 300px;
}
.hero-post {
    padding: 45.33px;
    background: #ffffff;
    border-radius: 13.19px;
    border: 2px solid #000000;
}
.content-area {
    font-size: 17.36px;
    color: #000000;
    line-height: 1.84;
}
.content-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.secondary {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 27.53px;
    padding: 25.94px;
    border-radius: 12.04px;
}
.block-heading {
    font-weight: 800;
    padding-bottom: 9.22px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-size: 19.32px;
    margin-bottom: 17.58px;
}
.updates-list, .month-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    padding-bottom: 9.21px;
    margin-bottom: 8.92px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.updates-list a:hover {
    text-decoration: underline;
}
.month-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.month-list a:hover {
    text-decoration: underline;
}
.tag-area {
    display: flex;
    flex-wrap: wrap;
    gap: 8.35px;
}
.label-item {
    font-weight: 600;
    border: 2px solid #000000;
    display: inline-block;
    color: #000000 !important;
    font-size: 13.79px;
    border-radius: 7.7px;
    text-decoration: none;
    background: #ffffff;
    padding: 6.52px 15.9px;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    padding: 42.65px 0;
    font-weight: 600;
    background: #fff;
    font-size: 13.86px;
    color: #000000;
    text-align: center;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
