


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

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

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

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

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

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

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

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

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

/* Header */
.top-bar {
    margin-bottom: 31.26px;
    background: #ffffff;
    padding: 18.83px 0;
    border-bottom: 2px solid #000000;
}
.top-bar .content-wrap {
    flex-wrap: nowrap !important;
    display: flex !important;
    gap: 16.18px !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}
.home-brand {
    font-weight: 800;
    font-size: 25.61px;
    color: #000000 !important;
    text-decoration: none;
    letter-spacing: -0.51px;
    text-transform: uppercase;
}
.top-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 26.53px;
    align-items: center !important;
}
.top-menu a {
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 13.8px;
    text-decoration: none;
    font-weight: 700;
}
.top-menu a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.lead-article {
    background: #ffffff;
    border-radius: 13.91px;
    padding: 48.69px;
    border: 2px solid #000000;
}
.lead-article h1 {
    color: #000000 !important;
    font-size: 37.11px;
    margin-bottom: 9.11px;
}
.lead-article h2 {
    margin-top: 13.01px;
    padding-bottom: 0;
    margin-bottom: 5.92px;
    color: #000000 !important;
    font-size: 23.72px;
}
.body-copy > h2:first-of-type {
    margin-top: 0 !important;
}
.lead-article h3 {
    color: #000000 !important;
    margin-top: 21.94px;
    font-size: 20.59px;
}
.date-line {
    padding-bottom: 10.28px;
    color: #000000 !important;
    border-bottom: 1px solid #000000;
    font-size: 14.68px;
    font-weight: 600;
    display: flex;
    gap: 14.52px;
    margin-bottom: 39.93px;
}
.body-copy {
    font-size: 16.2px;
    color: #000000 !important;
    line-height: 1.57;
}
.author-title {
    font-weight: 400;
    color: #555555 !important;
    font-style: italic;
    font-size: 12.04px;
}
.body-copy a {
    font-weight: 700;
    color: #0056b3 !important;
    text-decoration: underline;
    /* Blue link for backlinks */;
}
.body-copy a:hover {
    color: #003d82 !important;
    text-decoration: none;
}

/* Internal Backlink / Related Topic Box */
.common-cell {
    font-style: italic;
    border-radius: 7.52px;
    padding: 13.28px;
    border: 2px solid #000000;
    color: #000000 !important;
    background: #ffffff;
    margin-top: 28.38px;
}
.common-cell a {
    text-decoration: underline;
    font-weight: 700;
}

/* Sidebar */
.side-panel {
    top: 40px;
    align-self: start;
    position: sticky;
}
.module {
    border: 2px solid #000000;
    margin-bottom: 32.8px;
    padding: 25.26px;
    border-radius: 10.42px;
    background: #ffffff;
}
.box-title {
    font-size: 20.78px;
    text-transform: uppercase;
    /* H3 Size */
    font-weight: 800;
    letter-spacing: -0.02em;
    border-bottom: 2px solid #000000;
    padding-bottom: 12.89px;
    margin-bottom: 17.11px;
    color: #000000 !important;
}
.updates-list {
    padding-left: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    position: relative;
    padding-bottom: 11.7px;
    margin-bottom: 8.06px;
}
.updates-list li:last-child {
    border: none !important;
}
.updates-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000 !important;
    margin-bottom: 3.9px;
    display: block;
}
.updates-list a:hover {
    color: #333333 !important;
    text-decoration: underline;
}

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

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

.label-group {
    display: flex;
    flex-wrap: wrap;
    gap: 7.97px;
}
.term-badge {
    font-size: 12.26px;
    font-weight: 600;
    border: 2px solid #000000;
    color: #000000 !important;
    text-decoration: none;
    border-radius: 7.91px;
    transition: all 0.2s ease;
    display: inline-block;
    padding: 4.53px 14.51px;
    background: #ffffff;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* Footer */
.base-bar {
    font-weight: 600;
    text-align: center;
    color: #000000 !important;
    font-size: 13.98px;
    padding: 41.39px 0;
    background: #fff;
    border-top: 2px solid #000000;
}
.master-area {
    margin-top: 11.19px;
    font-weight: 600;
    font-size: 13.27px;
}
.master-area a {
    color: #000000 !important;
    text-decoration: none;
}
.master-area a:hover {
    text-decoration: underline;
}
.master-area .base-block {
    margin: 0 5.04px;
    color: #000000 !important;
}

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