


:root {
    --color-muted: #000000;
    --color-accent: #000000;
    --font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --spacing-container: 1200px;
    --color-text-light: #000000;
    /* No gray, only black */
    --color-border: #000000;
    --color-text: #000000;
    --color-bg: #ffffff;
}

* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    /* Force all borders black */
    outline-color: #000000 !important;
    border-color: #000000 !important;
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    color: var(--color-text) !important;
    font-size: 16.39px;
    -moz-text-size-adjust: 100%;
    background-color: var(--color-bg);
    font-family: var(--font-main);
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.54;
}

a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: #000000;
    text-decoration: underline;
    opacity: 1;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.36em;
    color: #000000 !important;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

/* Fix Chrome deprecation warning: explicit font-sizes for h1 in article/section */
h1 {
    font-size: 2.03em;
}
article h1, section h1 {
    font-size: 2.04em;
}

/* Remove empty spacers generated by rich text editors/CMS */
p:empty, .post-body p:empty {
    display: none !important;
}
.post-body > br {
    display: none !important;
}

p {
    margin-bottom: 0.83em;
    color: #000000 !important;
}
small {
    color: #000000 !important;
}
span {
    color: #000000 !important;
}

/* Layout */
.wrapper {
    padding: 0 20.59px;
    max-width: var(--spacing-container);
    margin: 0 auto;
}

/* Header */
.nav-wrap {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 21.83px 0;
    margin-bottom: 27.6px;
}
.nav-wrap .wrapper {
    flex-direction: column !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 15.97px !important;
    flex-wrap: nowrap !important;
}
.brand-link {
    font-size: 25.74px;
    text-decoration: none;
    color: #000000 !important;
    letter-spacing: -0.5px;
    font-weight: 800;
    text-transform: uppercase;
}
.main-menu {
    align-items: center !important;
    display: flex !important;
    gap: 24.71px;
    flex-wrap: nowrap !important;
}
.main-menu a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14.77px;
    color: #000000 !important;
    text-decoration: none;
}
.main-menu a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* Main Grid */
.page-grid {
    margin-bottom: 77.95px;
    grid-template-columns: 1fr 300px;
    display: grid;
    /* Left Content - Right Sidebar */
    gap: 60px;
}

/* Mega Article */
.main-post {
    border-radius: 13.19px;
    padding: 50.13px;
    border: 2px solid #000000;
    background: #ffffff;
}
.main-post h1 {
    font-size: 37.6px;
    color: #000000 !important;
    margin-bottom: 11.99px;
}
.main-post h2 {
    margin-top: 12.07px;
    padding-bottom: 0;
    margin-bottom: 7.35px;
    font-size: 24.55px;
    color: #000000 !important;
}
.post-body > h2:first-of-type {
    margin-top: 0 !important;
}
.main-post h3 {
    color: #000000 !important;
    margin-top: 19.14px;
    font-size: 20.2px;
}
.date-line {
    padding-bottom: 11.16px;
    font-weight: 600;
    color: #000000 !important;
    margin-bottom: 38.01px;
    border-bottom: 1px solid #000000;
    font-size: 13.25px;
    gap: 16.17px;
    display: flex;
}
.post-body {
    color: #000000 !important;
    font-size: 17.09px;
    line-height: 1.63;
}
.author-title {
    font-weight: 400;
    color: #555555 !important;
    font-style: italic;
    font-size: 12.02px;
}
.post-body a {
    /* Blue link for backlinks */;
    font-weight: 700;
    text-decoration: underline;
    color: #0056b3 !important;
}
.post-body a:hover {
    color: #003d82 !important;
    text-decoration: none;
}

/* Internal Backlink / Related Topic Box */
.inner-region {
    padding: 14.84px;
    color: #000000 !important;
    margin-top: 27.74px;
    border-radius: 7.55px;
    border: 2px solid #000000;
    background: #ffffff;
    font-style: italic;
}
.inner-region a {
    font-weight: 700;
    text-decoration: underline;
}

/* Sidebar */
.right-col {
    align-self: start;
    position: sticky;
    top: 40px;
}
.widget-box {
    background: #ffffff;
    padding: 24.99px;
    border: 2px solid #000000;
    margin-bottom: 29.31px;
    border-radius: 11.05px;
}
.block-heading {
    font-size: 20.18px;
    color: #000000 !important;
    /* H3 Size */
    font-weight: 800;
    letter-spacing: -0.02em;
    padding-bottom: 7.79px;
    border-bottom: 2px solid #000000;
    margin-bottom: 22.94px;
    text-transform: uppercase;
}
.latest-entries {
    list-style: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    position: relative;
    margin-bottom: 9.36px;
    padding-bottom: 8.5px;
}
.latest-entries li:last-child {
    border: none !important;
}
.latest-entries a {
    text-decoration: none;
    color: #000000 !important;
    display: block;
    font-weight: 600;
    margin-bottom: 0px;
}
.latest-entries a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

/* Latest Posts (for SSI included content) */
.list-entry {
    border-bottom: 1px solid #000000;
    padding: 10.39px 0;
}
.list-entry:last-child {
    border-bottom: none;
}
.list-entry a {
    font-size: 14.91px;
    line-height: 1.44;
    font-weight: 600;
    color: #000000 !important;
    text-decoration: none;
    display: block;
    margin-bottom: 5.93px;
}
.list-entry a:hover {
    text-decoration: underline;
}
.entry-date {
    font-weight: 600;
    font-size: 12.94px;
    color: #000000 !important;
}

.month-list {
    list-style: none;
}
.month-list li {
    margin-bottom: 12.5px;
}
.month-list a {
    font-weight: 600;
    display: flex;
    color: #000000 !important;
    font-size: 13.06px;
    justify-content: space-between;
}
.figure {
    color: #000000 !important;
}

.topic-list {
    gap: 10.08px;
    flex-wrap: wrap;
    display: flex;
}
.chip {
    display: inline-block;
    text-decoration: none;
    border: 2px solid #000000;
    border-radius: 6.28px;
    background: #ffffff;
    color: #000000 !important;
    font-size: 12.41px;
    font-weight: 600;
    padding: 8.95px 12.22px;
    transition: all 0.2s ease;
}
.chip:hover {
    transform: translateY(-1px);
    color: #ffffff !important;
    background: #000000;
}

/* Footer */
.page-bottom {
    text-align: center;
    background: #fff;
    font-weight: 600;
    color: #000000 !important;
    border-top: 2px solid #000000;
    padding: 37.47px 0;
    font-size: 14.6px;
}
.default-block {
    font-weight: 600;
    font-size: 12.62px;
    margin-top: 11.23px;
}
.default-block a {
    text-decoration: none;
    color: #000000 !important;
}
.default-block a:hover {
    text-decoration: underline;
}
.default-block .core-wrap {
    color: #000000 !important;
    margin: 0 10.18px;
}

/* Responsive */
@media (max-width: 900px) {
    .page-grid { grid-template-columns: 1fr; gap: 40px; }
    .right-col {
    position: static;
}
    .main-post h1 {
    font-size: 32.54px;
}
}
