


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

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

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

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

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

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

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

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

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

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

/* Header */
.nav-wrap {
    margin-bottom: 27.05px;
    background: #ffffff;
    padding: 18.99px 0;
    border-bottom: 2px solid #000000;
}
.nav-wrap .frame {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    display: flex !important;
    gap: 13.37px !important;
}
.logo-text {
    font-size: 25.23px;
    letter-spacing: -0.5px;
    color: #000000 !important;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}
.header-links {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 27.04px;
}
.header-links a {
    font-size: 14.63px;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
.header-links a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.feature-post {
    background: #ffffff;
    border-radius: 10.28px;
    padding: 45.58px;
    border: 2px solid #000000;
}
.feature-post h1 {
    font-size: 38.71px;
    color: #000000 !important;
    margin-bottom: 13.66px;
}
.feature-post h2 {
    margin-top: 13.62px;
    padding-bottom: 0;
    font-size: 24.96px;
    color: #000000 !important;
    margin-bottom: 7.49px;
}
.read-area > h2:first-of-type {
    margin-top: 0 !important;
}
.feature-post h3 {
    color: #000000 !important;
    font-size: 19.65px;
    margin-top: 21.96px;
}
.byline {
    color: #000000 !important;
    padding-bottom: 11.48px;
    gap: 15.33px;
    font-size: 13.26px;
    font-weight: 600;
    margin-bottom: 38.2px;
    border-bottom: 1px solid #000000;
    display: flex;
}
.read-area {
    font-size: 16.53px;
    line-height: 1.59;
    color: #000000 !important;
}
.central-area {
    font-style: italic;
    font-weight: 400;
    color: #555555 !important;
    font-size: 11.46px;
}
.read-area a {
    /* Blue link for backlinks */;
    text-decoration: underline;
    font-weight: 700;
    color: #0056b3 !important;
}
.read-area a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

/* Internal Backlink / Related Topic Box */
.general-band {
    background: #ffffff;
    border: 2px solid #000000;
    margin-top: 32.26px;
    border-radius: 8.7px;
    padding: 14.24px;
    font-style: italic;
    color: #000000 !important;
}
.general-band a {
    text-decoration: underline;
    font-weight: 700;
}

/* Sidebar */
.aside-col {
    position: sticky;
    top: 40px;
    align-self: start;
}
.widget-box {
    border-radius: 12.56px;
    border: 2px solid #000000;
    margin-bottom: 29.76px;
    background: #ffffff;
    padding: 25.91px;
}
.panel-title {
    /* H3 Size */
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000 !important;
    margin-bottom: 17.67px;
    border-bottom: 2px solid #000000;
    padding-bottom: 7.2px;
    font-size: 19.97px;
}
.updates-list {
    padding-left: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.updates-list li {
    margin-bottom: 11.99px;
    position: relative;
    padding-bottom: 10.57px;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
}
.updates-list li:last-child {
    border: none !important;
}
.updates-list a {
    color: #000000 !important;
    text-decoration: none;
    margin-bottom: 4.21px;
    font-weight: 600;
    display: block;
}
.updates-list a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

/* Latest Posts (for SSI included content) */
.article-link {
    padding: 14.39px 0;
    border-bottom: 1px solid #000000;
}
.article-link:last-child {
    border-bottom: none;
}
.article-link a {
    text-decoration: none;
    line-height: 1.38;
    font-size: 13.52px;
    display: block;
    margin-bottom: 7.02px;
    color: #000000 !important;
    font-weight: 600;
}
.article-link a:hover {
    text-decoration: underline;
}
.entry-date {
    font-weight: 600;
    color: #000000 !important;
    font-size: 11.95px;
}

.date-index {
    list-style: none;
}
.date-index li {
    margin-bottom: 7.93px;
}
.date-index a {
    font-size: 14.03px;
    justify-content: space-between;
    color: #000000 !important;
    display: flex;
    font-weight: 600;
}
.item-total {
    color: #000000 !important;
}

.topic-list {
    gap: 12.24px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    font-size: 13.19px;
    color: #000000 !important;
    font-weight: 600;
    border-radius: 9.46px;
    border: 2px solid #000000;
    padding: 6.18px 15.27px;
    text-decoration: none;
    background: #ffffff;
    transition: all 0.2s ease;
    display: inline-block;
}
.topic-chip:hover {
    color: #ffffff !important;
    transform: translateY(-1px);
    background: #000000;
}

/* Footer */
.footer-bar {
    font-size: 13.4px;
    padding: 37.33px 0;
    border-top: 2px solid #000000;
    background: #fff;
    font-weight: 600;
    text-align: center;
    color: #000000 !important;
}
.deep-tile {
    font-weight: 600;
    font-size: 13.42px;
    margin-top: 10.35px;
}
.deep-tile a {
    color: #000000 !important;
    text-decoration: none;
}
.deep-tile a:hover {
    text-decoration: underline;
}
.deep-tile .global-card {
    color: #000000 !important;
    margin: 0 7.29px;
}
.footer-bar .responsibility,
.footer-bar .legal-nav {
    color: #4b5563 !important;
}
.footer-bar .responsibility a,
.footer-bar .legal-nav a {
    font-weight: 700;
    color: #1f2937 !important;
    text-decoration: underline;
}

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