


:root {
    --color-text-light: #000000;
    --color-bg: #ffffff;
    --color-text: #000000;
    /* 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-muted: #000000;
    --color-accent: #000000;
}

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

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

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

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

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

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

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

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

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

/* Header */
.page-top {
    padding: 22.92px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 30.64px;
    background: #ffffff;
}
.page-top .content-wrap {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    display: flex !important;
    gap: 14.79px !important;
}
.brand-mark {
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 26.82px;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: -0.51px;
}
.main-menu {
    flex-wrap: nowrap !important;
    gap: 24.46px;
    display: flex !important;
    align-items: center !important;
}
.main-menu a {
    color: #000000 !important;
    font-size: 13.6px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu a:hover {
    text-decoration: none;
    opacity: 0.7;
}

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

/* Mega Article */
.feature-post {
    border: 2px solid #000000;
    padding: 50.98px;
    background: #ffffff;
    border-radius: 13.15px;
}
.feature-post h1 {
    font-size: 38.9px;
    margin-bottom: 10.55px;
    color: #000000 !important;
}
.feature-post h2 {
    margin-top: 16.99px;
    padding-bottom: 0;
    margin-bottom: 6.6px;
    color: #000000 !important;
    font-size: 24.45px;
}
.entry-text > h2:first-of-type {
    margin-top: 0 !important;
}
.feature-post h3 {
    font-size: 19.05px;
    color: #000000 !important;
    margin-top: 18.04px;
}
.pub-info {
    gap: 14.49px;
    color: #000000 !important;
    display: flex;
    font-size: 13.72px;
    font-weight: 600;
    border-bottom: 1px solid #000000;
    padding-bottom: 11.54px;
    margin-bottom: 40.55px;
}
.entry-text {
    color: #000000 !important;
    font-size: 16.81px;
    line-height: 1.58;
}
.author-title {
    font-size: 12.72px;
    font-style: italic;
    font-weight: 400;
    color: #555555 !important;
}
.entry-text a {
    color: #0056b3 !important;
    font-weight: 700;
    /* Blue link for backlinks */;
    text-decoration: underline;
}
.entry-text a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

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

/* Sidebar */
.side-panel {
    top: 40px;
    position: sticky;
    align-self: start;
}
.module {
    border: 2px solid #000000;
    border-radius: 11.33px;
    margin-bottom: 29.54px;
    background: #ffffff;
    padding: 21.78px;
}
.label {
    color: #000000 !important;
    letter-spacing: -0.02em;
    margin-bottom: 22.06px;
    /* H3 Size */
    font-weight: 800;
    font-size: 20.43px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    padding-bottom: 10.62px;
}
.latest-entries {
    list-style: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
}
.latest-entries li {
    margin-bottom: 7.32px;
    padding-bottom: 8.6px;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    position: relative;
}
.latest-entries li:last-child {
    border: none !important;
}
.latest-entries a {
    margin-bottom: 3.5px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    color: #000000 !important;
}
.latest-entries a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

/* Latest Posts (for SSI included content) */
.content-row {
    border-bottom: 1px solid #000000;
    padding: 10.78px 0;
}
.content-row:last-child {
    border-bottom: none;
}
.content-row a {
    font-weight: 600;
    line-height: 1.38;
    color: #000000 !important;
    display: block;
    margin-bottom: 3.55px;
    text-decoration: none;
    font-size: 13.39px;
}
.content-row a:hover {
    text-decoration: underline;
}
.pub-date {
    color: #000000 !important;
    font-weight: 600;
    font-size: 12.94px;
}

.history-list {
    list-style: none;
}
.history-list li {
    margin-bottom: 9.97px;
}
.history-list a {
    font-size: 13.69px;
    font-weight: 600;
    color: #000000 !important;
    justify-content: space-between;
    display: flex;
}
.tally {
    color: #000000 !important;
}

.label-group {
    flex-wrap: wrap;
    display: flex;
    gap: 9.98px;
}
.pill {
    text-decoration: none;
    display: inline-block;
    font-size: 13.55px;
    padding: 7.19px 15.68px;
    background: #ffffff;
    transition: all 0.2s ease;
    font-weight: 600;
    border-radius: 7.49px;
    border: 2px solid #000000;
    color: #000000 !important;
}
.pill:hover {
    background: #000000;
    transform: translateY(-1px);
    color: #ffffff !important;
}

/* Footer */
.page-bottom {
    background: #fff;
    font-weight: 600;
    border-top: 2px solid #000000;
    color: #000000 !important;
    font-size: 14.39px;
    text-align: center;
    padding: 41.12px 0;
}
.page-shelf {
    font-weight: 600;
    font-size: 13.46px;
    margin-top: 12.56px;
}
.page-shelf a {
    color: #000000 !important;
    text-decoration: none;
}
.page-shelf a:hover {
    text-decoration: underline;
}
.page-shelf .fixed-node {
    margin: 0 5.26px;
    color: #000000 !important;
}

/* Responsive */
@media (max-width: 900px) {
    .two-col { grid-template-columns: 1fr; gap: 40px; }
    .side-panel {
    position: static;
}
    .feature-post h1 {
    font-size: 31.77px;
}
}
