
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    line-height: 1.57;
}
.inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 17.97px;
}
.banner-area {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 25.22px 0;
    margin-bottom: 41.16px;
}
.logo-text {
    text-transform: uppercase;
    color: #000000;
    font-size: 24.64px;
    font-weight: 800;
    text-decoration: none;
}
.primary-nav {
    gap: 23.08px;
    display: flex;
}
.primary-nav a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14.17px;
    text-decoration: none;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 58.15px;
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    border-radius: 11.92px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 50.25px;
}
.post-body {
    font-size: 18.56px;
    line-height: 1.79;
    color: #000000;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.secondary {
    top: 40px;
    position: sticky;
}
.side-block {
    background: #ffffff;
    margin-bottom: 32.17px;
    border: 2px solid #000000;
    padding: 25.07px;
    border-radius: 10.34px;
}
.block-heading {
    color: #000000;
    padding-bottom: 9.65px;
    font-weight: 800;
    margin-bottom: 20.16px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-size: 19.83px;
}
.latest-entries, .past-entries {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.97px;
    padding-bottom: 11.87px;
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.past-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.tag-area {
    gap: 7.14px;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    font-size: 12.18px;
    border: 2px solid #000000;
    text-decoration: none;
    background: #ffffff;
    display: inline-block;
    padding: 7.31px 11.38px;
    font-weight: 600;
    color: #000000 !important;
    border-radius: 9.23px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    border-top: 2px solid #000000;
    font-size: 13.2px;
    font-weight: 600;
    background: #fff;
    color: #000000;
    padding: 38.4px 0;
    text-align: center;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
