


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

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

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

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

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

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

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

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

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

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

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

/* Mega Article */
.top-story {
    border: 2px solid #000000;
    border-radius: 12.24px;
    padding: 46.61px;
    background: #ffffff;
}
.top-story h1 {
    margin-bottom: 12.94px;
    color: #000000 !important;
    font-size: 37.3px;
}
.top-story h2 {
    padding-bottom: 0;
    margin-bottom: 10.07px;
    font-size: 23.24px;
    margin-top: 12.67px;
    color: #000000 !important;
}
.content-area > h2:first-of-type {
    margin-top: 0 !important;
}
.top-story h3 {
    font-size: 19.67px;
    color: #000000 !important;
    margin-top: 19.67px;
}
.date-line {
    border-bottom: 1px solid #000000;
    gap: 13.82px;
    font-size: 13.65px;
    padding-bottom: 12.21px;
    margin-bottom: 37.96px;
    color: #000000 !important;
    display: flex;
    font-weight: 600;
}
.content-area {
    color: #000000 !important;
    line-height: 1.59;
    font-size: 16.57px;
}
.inner-frame {
    font-weight: 400;
    font-style: italic;
    color: #555555 !important;
    font-size: 12.11px;
}
.content-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #0056b3 !important;
    /* Blue link for backlinks */;
}
.content-area a:hover {
    color: #003d82 !important;
    text-decoration: none;
}

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

/* Sidebar */
.aside-col {
    top: 40px;
    position: sticky;
    align-self: start;
}
.info-card {
    border: 2px solid #000000;
    border-radius: 11.11px;
    padding: 21.9px;
    margin-bottom: 32.22px;
    background: #ffffff;
}
.module-head {
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    /* H3 Size */
    font-weight: 800;
    color: #000000 !important;
    padding-bottom: 8.23px;
    margin-bottom: 18.68px;
    letter-spacing: -0.02em;
    font-size: 20.7px;
}
.stream {
    padding-left: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.stream li {
    position: relative;
    margin-bottom: 10.34px;
    padding-bottom: 7.42px;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
}
.stream li:last-child {
    border: none !important;
}
.stream a {
    display: block;
    margin-bottom: 0.79px;
    font-weight: 600;
    text-decoration: none;
    color: #000000 !important;
}
.stream a:hover {
    color: #333333 !important;
    text-decoration: underline;
}

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

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

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

/* Footer */
.base-bar {
    padding: 41.18px 0;
    font-weight: 600;
    text-align: center;
    border-top: 2px solid #000000;
    font-size: 13.47px;
    color: #000000 !important;
    background: #fff;
}
.anchor-zone {
    font-size: 13.87px;
    margin-top: 9.19px;
    font-weight: 600;
}
.anchor-zone a {
    text-decoration: none;
    color: #000000 !important;
}
.anchor-zone a:hover {
    text-decoration: underline;
}
.anchor-zone .lower-slot {
    margin: 0 8.63px;
    color: #000000 !important;
}
.base-bar .responsibility,
.base-bar .legal-nav {
    color: #4b5563 !important;
}
.base-bar .responsibility a,
.base-bar .legal-nav a {
    font-weight: 700;
    text-decoration: underline;
    color: #1f2937 !important;
}

/* Responsive */
@media (max-width: 900px) {
    .split-view { grid-template-columns: 1fr; gap: 40px; }
    .aside-col {
    position: static;
}
    .top-story h1 {
    font-size: 31.2px;
}
}
