


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

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

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

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

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

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

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

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

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

/* Header */
.page-top {
    margin-bottom: 31.75px;
    padding: 21.45px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.page-top .frame {
    display: flex !important;
    gap: 14.3px !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
}
.home-brand {
    color: #000000 !important;
    font-weight: 800;
    font-size: 26.03px;
    letter-spacing: -0.5px;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-bar {
    gap: 27.17px;
    align-items: center !important;
    flex-wrap: nowrap !important;
    display: flex !important;
}
.nav-bar a {
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 13.36px;
    text-decoration: none;
    font-weight: 700;
}
.nav-bar a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.lead-article {
    border: 2px solid #000000;
    padding: 48.82px;
    border-radius: 10.4px;
    background: #ffffff;
}
.lead-article h1 {
    margin-bottom: 12.21px;
    color: #000000 !important;
    font-size: 38.69px;
}
.lead-article h2 {
    padding-bottom: 0;
    margin-top: 17.03px;
    font-size: 23.49px;
    margin-bottom: 9.1px;
    color: #000000 !important;
}
.body-copy > h2:first-of-type {
    margin-top: 0 !important;
}
.lead-article h3 {
    color: #000000 !important;
    margin-top: 19.89px;
    font-size: 20.62px;
}
.date-line {
    gap: 13.1px;
    color: #000000 !important;
    padding-bottom: 8.24px;
    font-weight: 600;
    font-size: 14.71px;
    display: flex;
    border-bottom: 1px solid #000000;
    margin-bottom: 39.36px;
}
.body-copy {
    font-size: 17.76px;
    color: #000000 !important;
    line-height: 1.58;
}
.author-title {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    color: #555555 !important;
}
.body-copy a {
    font-weight: 700;
    text-decoration: underline;
    /* Blue link for backlinks */;
    color: #0056b3 !important;
}
.body-copy a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

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

/* Sidebar */
.rail {
    position: sticky;
    align-self: start;
    top: 40px;
}
.widget-box {
    margin-bottom: 32.48px;
    background: #ffffff;
    border-radius: 13.26px;
    border: 2px solid #000000;
    padding: 21.43px;
}
.section-head {
    letter-spacing: -0.02em;
    padding-bottom: 10.55px;
    /* H3 Size */
    font-weight: 800;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-size: 20.23px;
    margin-bottom: 22.35px;
    color: #000000 !important;
}
.updates-list {
    padding-left: 0 !important;
    list-style: none !important;
    margin: 0 !important;
}
.updates-list li {
    margin-bottom: 12.33px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    padding-bottom: 12.25px;
}
.updates-list li:last-child {
    border: none !important;
}
.updates-list a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 0.36px;
    color: #000000 !important;
}
.updates-list a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

/* Latest Posts (for SSI included content) */
.item-card {
    padding: 10.02px 0;
    border-bottom: 1px solid #000000;
}
.item-card:last-child {
    border-bottom: none;
}
.item-card a {
    margin-bottom: 5.99px;
    text-decoration: none;
    font-size: 14.1px;
    font-weight: 600;
    display: block;
    line-height: 1.36;
    color: #000000 !important;
}
.item-card a:hover {
    text-decoration: underline;
}
.time-stamp {
    font-size: 11.67px;
    color: #000000 !important;
    font-weight: 600;
}

.date-index {
    list-style: none;
}
.date-index li {
    margin-bottom: 11.28px;
}
.date-index a {
    font-weight: 600;
    font-size: 14.5px;
    justify-content: space-between;
    display: flex;
    color: #000000 !important;
}
.num-badge {
    color: #000000 !important;
}

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

/* Footer */
.base-bar {
    padding: 38.42px 0;
    font-size: 14.26px;
    text-align: center;
    background: #fff;
    color: #000000 !important;
    font-weight: 600;
    border-top: 2px solid #000000;
}
.fluid-unit {
    margin-top: 13.81px;
    font-size: 12.83px;
    font-weight: 600;
}
.fluid-unit a {
    text-decoration: none;
    color: #000000 !important;
}
.fluid-unit a:hover {
    text-decoration: underline;
}
.fluid-unit .global-cell {
    margin: 0 10.95px;
    color: #000000 !important;
}

/* Responsive */
@media (max-width: 900px) {
    .two-col { grid-template-columns: 1fr; gap: 40px; }
    .rail {
    position: static;
}
    .lead-article h1 {
    font-size: 32.42px;
}
}
