


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

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

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

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

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

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

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

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

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

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

/* Header */
.page-top {
    border-bottom: 2px solid #000000;
    margin-bottom: 29.97px;
    background: #ffffff;
    padding: 22.67px 0;
}
.page-top .wrapper {
    flex-wrap: nowrap !important;
    gap: 17.47px !important;
    display: flex !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}
.brand-mark {
    text-transform: uppercase;
    letter-spacing: -0.5px;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 800;
    font-size: 26.9px;
}
.main-menu {
    gap: 27.83px;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
}
.main-menu a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14.11px;
}
.main-menu a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.primary-content {
    border-radius: 12.32px;
    padding: 49.84px;
    border: 2px solid #000000;
    background: #ffffff;
}
.primary-content h1 {
    font-size: 37.72px;
    margin-bottom: 14.2px;
    color: #000000 !important;
}
.primary-content h2 {
    font-size: 23.5px;
    margin-bottom: 8.02px;
    color: #000000 !important;
    margin-top: 17.12px;
    padding-bottom: 0;
}
.body-copy > h2:first-of-type {
    margin-top: 0 !important;
}
.primary-content h3 {
    color: #000000 !important;
    font-size: 20.03px;
    margin-top: 18.52px;
}
.post-info {
    font-weight: 600;
    gap: 12.87px;
    color: #000000 !important;
    margin-bottom: 38.35px;
    font-size: 13.88px;
    border-bottom: 1px solid #000000;
    padding-bottom: 8.51px;
    display: flex;
}
.body-copy {
    font-size: 16.48px;
    color: #000000 !important;
    line-height: 1.59;
}
.page-top {
    font-weight: 400;
    font-size: 11.46px;
    color: #555555 !important;
    font-style: italic;
}
.body-copy a {
    text-decoration: underline;
    color: #0056b3 !important;
    font-weight: 700;
    /* Blue link for backlinks */;
}
.body-copy a:hover {
    color: #003d82 !important;
    text-decoration: none;
}

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

/* Sidebar */
.side-panel {
    position: sticky;
    top: 40px;
    align-self: start;
}
.aside-box {
    background: #ffffff;
    border-radius: 10.7px;
    padding: 22.88px;
    border: 2px solid #000000;
    margin-bottom: 28.29px;
}
.module-head {
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 21.18px;
    font-size: 19.35px;
    padding-bottom: 7.12px;
    color: #000000 !important;
    border-bottom: 2px solid #000000;
    /* H3 Size */
    font-weight: 800;
}
.stream {
    padding-left: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.stream li {
    position: relative;
    padding-bottom: 10.16px;
    margin-bottom: 12.87px;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
}
.stream li:last-child {
    border: none !important;
}
.stream a {
    color: #000000 !important;
    font-weight: 600;
    display: block;
    text-decoration: none;
    margin-bottom: 3.35px;
}
.stream a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

/* Latest Posts (for SSI included content) */
.entry-row {
    padding: 9.95px 0;
    border-bottom: 1px solid #000000;
}
.entry-row:last-child {
    border-bottom: none;
}
.entry-row a {
    color: #000000 !important;
    font-weight: 600;
    font-size: 14.57px;
    display: block;
    margin-bottom: 6.9px;
    line-height: 1.37;
    text-decoration: none;
}
.entry-row a:hover {
    text-decoration: underline;
}
.entry-date {
    font-weight: 600;
    color: #000000 !important;
    font-size: 12px;
}

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

.keyword-wrap {
    display: flex;
    gap: 12.58px;
    flex-wrap: wrap;
}
.pill {
    border-radius: 9.93px;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
    padding: 5.68px 15.87px;
    font-weight: 600;
    border: 2px solid #000000;
    font-size: 12.13px;
    background: #ffffff;
    color: #000000 !important;
}
.pill:hover {
    transform: translateY(-1px);
    background: #000000;
    color: #ffffff !important;
}

/* Footer */
.page-bottom {
    border-top: 2px solid #000000;
    padding: 37.31px 0;
    color: #000000 !important;
    background: #fff;
    font-size: 14.86px;
    font-weight: 600;
    text-align: center;
}
.fluid-unit {
    font-size: 12.2px;
    font-weight: 600;
    margin-top: 11.72px;
}
.fluid-unit a {
    text-decoration: none;
    color: #000000 !important;
}
.fluid-unit a:hover {
    text-decoration: underline;
}
.fluid-unit .custom-area {
    margin: 0 6.52px;
    color: #000000 !important;
}
.page-bottom .responsibility,
.page-bottom .legal-nav {
    color: #4b5563 !important;
}
.page-bottom .responsibility a,
.page-bottom .legal-nav a {
    text-decoration: underline;
    color: #1f2937 !important;
    font-weight: 700;
}

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