


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

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

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

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

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

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

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

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

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

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

/* Header */
.page-top {
    margin-bottom: 27.11px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 18.08px 0;
}
.page-top .content-wrap {
    flex-direction: column !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 17.67px !important;
    flex-wrap: nowrap !important;
}
.brand-mark {
    color: #000000 !important;
    font-weight: 800;
    font-size: 26.44px;
    letter-spacing: -0.51px;
    text-decoration: none;
    text-transform: uppercase;
}
.top-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 22.29px;
    align-items: center !important;
}
.top-menu a {
    font-weight: 700;
    font-size: 13.06px;
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
}
.top-menu a:hover {
    text-decoration: none;
    opacity: 0.7;
}

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

/* Mega Article */
.main-post {
    border-radius: 13.72px;
    border: 2px solid #000000;
    padding: 48.96px;
    background: #ffffff;
}
.main-post h1 {
    margin-bottom: 11.54px;
    color: #000000 !important;
    font-size: 37.71px;
}
.main-post h2 {
    color: #000000 !important;
    margin-top: 16.69px;
    padding-bottom: 0;
    font-size: 23.51px;
    margin-bottom: 8.04px;
}
.post-body > h2:first-of-type {
    margin-top: 0 !important;
}
.main-post h3 {
    color: #000000 !important;
    font-size: 19.18px;
    margin-top: 21.73px;
}
.date-line {
    margin-bottom: 42.57px;
    font-weight: 600;
    border-bottom: 1px solid #000000;
    display: flex;
    font-size: 13.34px;
    color: #000000 !important;
    padding-bottom: 9.09px;
    gap: 14.75px;
}
.post-body {
    color: #000000 !important;
    line-height: 1.56;
    font-size: 17.86px;
}
.default-row {
    font-size: 11.02px;
    color: #555555 !important;
    font-style: italic;
    font-weight: 400;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #0056b3 !important;
    /* Blue link for backlinks */;
}
.post-body a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

/* Internal Backlink / Related Topic Box */
.custom-col {
    border-radius: 6.59px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 17.63px;
    font-style: italic;
    margin-top: 27.32px;
    color: #000000 !important;
}
.custom-col a {
    text-decoration: underline;
    font-weight: 700;
}

/* Sidebar */
.secondary {
    align-self: start;
    position: sticky;
    top: 40px;
}
.module {
    padding: 23.27px;
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 27.62px;
    border-radius: 11.66px;
}
.box-title {
    padding-bottom: 9.62px;
    letter-spacing: -0.02em;
    font-size: 19.81px;
    text-transform: uppercase;
    color: #000000 !important;
    /* H3 Size */
    font-weight: 800;
    margin-bottom: 19.44px;
    border-bottom: 2px solid #000000;
}
.stream {
    padding-left: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    position: relative;
    padding-bottom: 10.81px;
    margin-bottom: 8.68px;
}
.stream li:last-child {
    border: none !important;
}
.stream a {
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 0px;
    color: #000000 !important;
    display: block;
}
.stream a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

/* Latest Posts (for SSI included content) */
.entry-row {
    padding: 11.11px 0;
    border-bottom: 1px solid #000000;
}
.entry-row:last-child {
    border-bottom: none;
}
.entry-row a {
    margin-bottom: 7.56px;
    font-size: 14.59px;
    display: block;
    line-height: 1.4;
    font-weight: 600;
    text-decoration: none;
    color: #000000 !important;
}
.entry-row a:hover {
    text-decoration: underline;
}
.time-stamp {
    font-weight: 600;
    font-size: 12.88px;
    color: #000000 !important;
}

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

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

/* Footer */
.end-section {
    font-size: 13.45px;
    text-align: center;
    color: #000000 !important;
    padding: 38.98px 0;
    background: #fff;
    font-weight: 600;
    border-top: 2px solid #000000;
}
.page-zone {
    font-size: 13.86px;
    font-weight: 600;
    margin-top: 10.41px;
}
.page-zone a {
    color: #000000 !important;
    text-decoration: none;
}
.page-zone a:hover {
    text-decoration: underline;
}
.page-zone .general-grid {
    margin: 0 6.07px;
    color: #000000 !important;
}
.end-section .responsibility,
.end-section .legal-nav {
    color: #4b5563 !important;
}
.end-section .responsibility a,
.end-section .legal-nav a {
    color: #1f2937 !important;
    font-weight: 700;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 900px) {
    .layout-grid { grid-template-columns: 1fr; gap: 40px; }
    .secondary {
    position: static;
}
    .main-post h1 {
    font-size: 31.43px;
}
}
