


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

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

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

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

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

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

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

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

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

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

/* Header */
.head-section {
    border-bottom: 2px solid #000000;
    padding: 19.99px 0;
    background: #ffffff;
    margin-bottom: 32.6px;
}
.head-section .shell {
    align-items: flex-start !important;
    flex-direction: column !important;
    display: flex !important;
    gap: 15.76px !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
}
.wordmark {
    text-transform: uppercase;
    color: #000000 !important;
    letter-spacing: -0.5px;
    font-weight: 800;
    text-decoration: none;
    font-size: 26.97px;
}
.top-menu {
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 25.82px;
    display: flex !important;
}
.top-menu a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    font-size: 14.82px;
    text-transform: uppercase;
}
.top-menu a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.primary-content {
    padding: 45.76px;
    border: 2px solid #000000;
    border-radius: 13.35px;
    background: #ffffff;
}
.primary-content h1 {
    margin-bottom: 12.08px;
    font-size: 37.28px;
    color: #000000 !important;
}
.primary-content h2 {
    padding-bottom: 0;
    margin-bottom: 10.25px;
    font-size: 23.75px;
    margin-top: 12.95px;
    color: #000000 !important;
}
.content-area > h2:first-of-type {
    margin-top: 0 !important;
}
.primary-content h3 {
    margin-top: 18.18px;
    font-size: 20.39px;
    color: #000000 !important;
}
.date-line {
    border-bottom: 1px solid #000000;
    display: flex;
    font-size: 13.18px;
    padding-bottom: 11.75px;
    gap: 16.83px;
    margin-bottom: 41.01px;
    color: #000000 !important;
    font-weight: 600;
}
.content-area {
    color: #000000 !important;
    font-size: 17.02px;
    line-height: 1.55;
}
.inner-unit {
    color: #555555 !important;
    font-size: 12.75px;
    font-style: italic;
    font-weight: 400;
}
.content-area a {
    color: #0056b3 !important;
    /* Blue link for backlinks */;
    text-decoration: underline;
    font-weight: 700;
}
.content-area a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

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

/* Sidebar */
.right-col {
    align-self: start;
    position: sticky;
    top: 40px;
}
.widget-box {
    padding: 26.81px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 11.35px;
    margin-bottom: 27.39px;
}
.section-head {
    padding-bottom: 8.15px;
    letter-spacing: -0.02em;
    font-size: 20.32px;
    /* H3 Size */
    font-weight: 800;
    border-bottom: 2px solid #000000;
    color: #000000 !important;
    margin-bottom: 20.34px;
    text-transform: uppercase;
}
.stream {
    padding-left: 0 !important;
    list-style: none !important;
    margin: 0 !important;
}
.stream li {
    position: relative;
    padding-bottom: 7.57px;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    margin-bottom: 9.49px;
}
.stream li:last-child {
    border: none !important;
}
.stream a {
    color: #000000 !important;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 3.44px;
    display: block;
}
.stream a:hover {
    color: #333333 !important;
    text-decoration: underline;
}

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

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

.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 9.62px;
}
.topic-chip {
    display: inline-block;
    border: 2px solid #000000;
    text-decoration: none;
    border-radius: 7.13px;
    padding: 4.66px 11.9px;
    transition: all 0.2s ease;
    background: #ffffff;
    font-weight: 600;
    color: #000000 !important;
    font-size: 13.11px;
}
.topic-chip:hover {
    background: #000000;
    transform: translateY(-1px);
    color: #ffffff !important;
}

/* Footer */
.footer-bar {
    text-align: center;
    border-top: 2px solid #000000;
    padding: 39.77px 0;
    background: #fff;
    color: #000000 !important;
    font-weight: 600;
    font-size: 14.86px;
}
.shared-zone {
    font-weight: 600;
    font-size: 12.31px;
    margin-top: 11.91px;
}
.shared-zone a {
    color: #000000 !important;
    text-decoration: none;
}
.shared-zone a:hover {
    text-decoration: underline;
}
.shared-zone .global-tile {
    color: #000000 !important;
    margin: 0 5.99px;
}
.footer-bar .responsibility,
.footer-bar .legal-nav {
    color: #4b5563 !important;
}
.footer-bar .responsibility a,
.footer-bar .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;
}
    .primary-content h1 {
    font-size: 32.8px;
}
}
