


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

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

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

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

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

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

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

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

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

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

/* Header */
.page-top {
    border-bottom: 2px solid #000000;
    margin-bottom: 32.85px;
    background: #ffffff;
    padding: 21.42px 0;
}
.page-top .content-wrap {
    gap: 16.39px !important;
    flex-direction: column !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
}
.logo-text {
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: -0.51px;
    font-size: 26.76px;
}
.nav-bar {
    flex-wrap: nowrap !important;
    align-items: center !important;
    display: flex !important;
    gap: 25.24px;
}
.nav-bar a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13.43px;
    font-weight: 700;
    color: #000000 !important;
}
.nav-bar a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.top-story {
    padding: 48.65px;
    border: 2px solid #000000;
    border-radius: 12.9px;
    background: #ffffff;
}
.top-story h1 {
    font-size: 37.14px;
    margin-bottom: 14.05px;
    color: #000000 !important;
}
.top-story h2 {
    margin-bottom: 6.96px;
    padding-bottom: 0;
    color: #000000 !important;
    margin-top: 16.2px;
    font-size: 23.44px;
}
.entry-text > h2:first-of-type {
    margin-top: 0 !important;
}
.top-story h3 {
    margin-top: 19.58px;
    font-size: 19.74px;
    color: #000000 !important;
}
.date-line {
    padding-bottom: 10.1px;
    font-size: 14.38px;
    border-bottom: 1px solid #000000;
    color: #000000 !important;
    gap: 16.97px;
    margin-bottom: 39.75px;
    display: flex;
    font-weight: 600;
}
.entry-text {
    line-height: 1.59;
    color: #000000 !important;
    font-size: 16.82px;
}
.author-title {
    color: #555555 !important;
    font-weight: 400;
    font-size: 12.04px;
    font-style: italic;
}
.entry-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #0056b3 !important;
    /* Blue link for backlinks */;
}
.entry-text a:hover {
    color: #003d82 !important;
    text-decoration: none;
}

/* Internal Backlink / Related Topic Box */
.core-row {
    border-radius: 6.75px;
    padding: 16.5px;
    font-style: italic;
    border: 2px solid #000000;
    color: #000000 !important;
    margin-top: 32.6px;
    background: #ffffff;
}
.core-row a {
    font-weight: 700;
    text-decoration: underline;
}

/* Sidebar */
.rail {
    top: 40px;
    align-self: start;
    position: sticky;
}
.widget-box {
    background: #ffffff;
    border-radius: 13.66px;
    border: 2px solid #000000;
    margin-bottom: 28.97px;
    padding: 22.72px;
}
.panel-title {
    color: #000000 !important;
    padding-bottom: 10.87px;
    margin-bottom: 20.32px;
    /* H3 Size */
    font-weight: 800;
    letter-spacing: -0.02em;
    border-bottom: 2px solid #000000;
    font-size: 19.28px;
    text-transform: uppercase;
}
.updates-list {
    padding-left: 0 !important;
    list-style: none !important;
    margin: 0 !important;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    position: relative;
    margin-bottom: 8.6px;
    padding-bottom: 8.55px;
}
.updates-list li:last-child {
    border: none !important;
}
.updates-list a {
    font-weight: 600;
    text-decoration: none;
    display: block;
    color: #000000 !important;
    margin-bottom: 2.38px;
}
.updates-list a:hover {
    color: #333333 !important;
    text-decoration: underline;
}

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

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

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

/* Footer */
.ground {
    font-size: 14.73px;
    text-align: center;
    color: #000000 !important;
    font-weight: 600;
    border-top: 2px solid #000000;
    padding: 39.48px 0;
    background: #fff;
}
.base-slot {
    font-weight: 600;
    margin-top: 13.02px;
    font-size: 13.18px;
}
.base-slot a {
    color: #000000 !important;
    text-decoration: none;
}
.base-slot a:hover {
    text-decoration: underline;
}
.base-slot .flex-port {
    color: #000000 !important;
    margin: 0 7.59px;
}

/* Responsive */
@media (max-width: 900px) {
    .layout-grid { grid-template-columns: 1fr; gap: 40px; }
    .rail {
    position: static;
}
    .top-story h1 {
    font-size: 32.06px;
}
}
