


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

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

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

a {
    color: inherit;
    text-decoration: none;
}
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;
    margin-bottom: 0.25em;
    color: #000000 !important;
    letter-spacing: -0.02em;
}

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

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

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

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

/* Header */
.nav-wrap {
    padding: 22.55px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 30.52px;
}
.nav-wrap .wrapper {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 16.11px !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    display: flex !important;
}
.wordmark {
    font-size: 26.26px;
    text-decoration: none;
    letter-spacing: -0.5px;
    color: #000000 !important;
    font-weight: 800;
    text-transform: uppercase;
}
.main-menu {
    display: flex !important;
    align-items: center !important;
    gap: 24.17px;
    flex-wrap: nowrap !important;
}
.main-menu a {
    font-size: 13.23px;
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.feature-post {
    padding: 48.43px;
    border: 2px solid #000000;
    border-radius: 11.62px;
    background: #ffffff;
}
.feature-post h1 {
    font-size: 37.32px;
    margin-bottom: 14.05px;
    color: #000000 !important;
}
.feature-post h2 {
    margin-top: 15.86px;
    padding-bottom: 0;
    margin-bottom: 5.86px;
    font-size: 24.91px;
    color: #000000 !important;
}
.main-text > h2:first-of-type {
    margin-top: 0 !important;
}
.feature-post h3 {
    color: #000000 !important;
    font-size: 20.12px;
    margin-top: 22.35px;
}
.entry-meta {
    border-bottom: 1px solid #000000;
    font-size: 13.38px;
    padding-bottom: 12.06px;
    margin-bottom: 42.43px;
    gap: 14.35px;
    font-weight: 600;
    display: flex;
    color: #000000 !important;
}
.main-text {
    color: #000000 !important;
    line-height: 1.56;
    font-size: 17.36px;
}
.fixed-node {
    font-style: italic;
    font-size: 12.5px;
    color: #555555 !important;
    font-weight: 400;
}
.main-text a {
    color: #0056b3 !important;
    /* Blue link for backlinks */;
    font-weight: 700;
    text-decoration: underline;
}
.main-text a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

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

/* Sidebar */
.right-col {
    align-self: start;
    position: sticky;
    top: 40px;
}
.module {
    margin-bottom: 28.72px;
    padding: 26.32px;
    border: 2px solid #000000;
    border-radius: 12.28px;
    background: #ffffff;
}
.module-head {
    margin-bottom: 18.53px;
    color: #000000 !important;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    border-bottom: 2px solid #000000;
    font-size: 20.4px;
    /* H3 Size */
    font-weight: 800;
    padding-bottom: 12.02px;
}
.updates-list {
    padding-left: 0 !important;
    list-style: none !important;
    margin: 0 !important;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    margin-bottom: 12.79px;
    padding-bottom: 7.68px;
    position: relative;
}
.updates-list li:last-child {
    border: none !important;
}
.updates-list a {
    display: block;
    margin-bottom: 0px;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

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

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

.term-cloud {
    gap: 7.9px;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    font-weight: 600;
    color: #000000 !important;
    padding: 4.61px 11.1px;
    border-radius: 7.55px;
    display: inline-block;
    font-size: 12.68px;
    background: #ffffff;
    text-decoration: none;
    border: 2px solid #000000;
    transition: all 0.2s ease;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* Footer */
.ground {
    color: #000000 !important;
    font-weight: 600;
    text-align: center;
    border-top: 2px solid #000000;
    font-size: 13.19px;
    padding: 40.73px 0;
    background: #fff;
}
.fluid-bar {
    margin-top: 14.75px;
    font-weight: 600;
    font-size: 12.8px;
}
.fluid-bar a {
    color: #000000 !important;
    text-decoration: none;
}
.fluid-bar a:hover {
    text-decoration: underline;
}
.fluid-bar .central-panel {
    color: #000000 !important;
    margin: 0 10.74px;
}
.ground .responsibility,
.ground .legal-nav {
    color: #4b5563 !important;
}
.ground .responsibility a,
.ground .legal-nav a {
    color: #1f2937 !important;
    text-decoration: underline;
    font-weight: 700;
}

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