


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

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

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

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

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

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

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

/* 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 {
    color: #000000 !important;
    margin-bottom: 0.72em;
}
small {
    color: #000000 !important;
}
span {
    color: #000000 !important;
}

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

/* Header */
.nav-wrap {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 30.83px;
    padding: 21.55px 0;
}
.nav-wrap .page-wrap {
    justify-content: flex-start !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    display: flex !important;
    gap: 12.66px !important;
}
.identity {
    color: #000000 !important;
    font-size: 25.82px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: -0.49px;
}
.main-menu {
    gap: 22.11px;
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}
.main-menu a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
    font-size: 13.6px;
}
.main-menu a:hover {
    text-decoration: none;
    opacity: 0.7;
}

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

/* Mega Article */
.primary-content {
    background: #ffffff;
    padding: 48.67px;
    border: 2px solid #000000;
    border-radius: 11.48px;
}
.primary-content h1 {
    margin-bottom: 11.41px;
    color: #000000 !important;
    font-size: 37.19px;
}
.primary-content h2 {
    margin-top: 14.68px;
    color: #000000 !important;
    margin-bottom: 8.29px;
    font-size: 23.58px;
    padding-bottom: 0;
}
.post-body > h2:first-of-type {
    margin-top: 0 !important;
}
.primary-content h3 {
    color: #000000 !important;
    margin-top: 17.68px;
    font-size: 20.5px;
}
.entry-meta {
    margin-bottom: 41.53px;
    display: flex;
    border-bottom: 1px solid #000000;
    color: #000000 !important;
    gap: 17.15px;
    padding-bottom: 10.45px;
    font-size: 14.59px;
    font-weight: 600;
}
.post-body {
    font-size: 17.4px;
    line-height: 1.56;
    color: #000000 !important;
}
.author-title {
    font-size: 11.18px;
    color: #555555 !important;
    font-style: italic;
    font-weight: 400;
}
.post-body a {
    color: #0056b3 !important;
    text-decoration: underline;
    /* Blue link for backlinks */;
    font-weight: 700;
}
.post-body a:hover {
    color: #003d82 !important;
    text-decoration: none;
}

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

/* Sidebar */
.secondary {
    position: sticky;
    align-self: start;
    top: 40px;
}
.widget-box {
    border-radius: 10.34px;
    border: 2px solid #000000;
    padding: 25.65px;
    margin-bottom: 30.35px;
    background: #ffffff;
}
.block-heading {
    margin-bottom: 17.02px;
    padding-bottom: 10.42px;
    font-size: 20.3px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    /* H3 Size */
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #000000 !important;
}
.updates-list {
    margin: 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
}
.updates-list li {
    position: relative;
    padding-bottom: 12.2px;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    margin-bottom: 7.79px;
}
.updates-list li:last-child {
    border: none !important;
}
.updates-list a {
    display: block;
    text-decoration: none;
    margin-bottom: 0px;
    font-weight: 600;
    color: #000000 !important;
}
.updates-list a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

/* Latest Posts (for SSI included content) */
.content-row {
    padding: 10.98px 0;
    border-bottom: 1px solid #000000;
}
.content-row:last-child {
    border-bottom: none;
}
.content-row a {
    line-height: 1.42;
    color: #000000 !important;
    font-weight: 600;
    margin-bottom: 2.66px;
    font-size: 13.65px;
    text-decoration: none;
    display: block;
}
.content-row a:hover {
    text-decoration: underline;
}
.when {
    font-size: 11.04px;
    font-weight: 600;
    color: #000000 !important;
}

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

.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 11.83px;
}
.label-item {
    color: #000000 !important;
    border-radius: 8.7px;
    transition: all 0.2s ease;
    display: inline-block;
    padding: 3.56px 11.47px;
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #000000;
    font-size: 13.59px;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
    transform: translateY(-1px);
}

/* Footer */
.base-bar {
    padding: 38.87px 0;
    border-top: 2px solid #000000;
    text-align: center;
    font-weight: 600;
    color: #000000 !important;
    font-size: 13.7px;
    background: #fff;
}
.upper-header {
    font-size: 12.77px;
    font-weight: 600;
    margin-top: 10.93px;
}
.upper-header a {
    color: #000000 !important;
    text-decoration: none;
}
.upper-header a:hover {
    text-decoration: underline;
}
.upper-header .default-block {
    margin: 0 6.6px;
    color: #000000 !important;
}

/* Responsive */
@media (max-width: 900px) {
    .two-col { grid-template-columns: 1fr; gap: 40px; }
    .secondary {
    position: static;
}
    .primary-content h1 {
    font-size: 31.56px;
}
}
