


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

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

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

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

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

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

/* Fix Chrome deprecation warning: explicit font-sizes for h1 in article/section */
h1 {
    font-size: 2.01em;
}
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.91em;
    color: #000000 !important;
}
small {
    color: #000000 !important;
}
span {
    color: #000000 !important;
}

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

/* Header */
.nav-wrap {
    padding: 17.6px 0;
    margin-bottom: 31.41px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.nav-wrap .content-wrap {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 12.65px !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
}
.brand-link {
    text-decoration: none;
    font-size: 26.31px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: #000000 !important;
}
.primary-nav {
    display: flex !important;
    gap: 22.53px;
    flex-wrap: nowrap !important;
    align-items: center !important;
}
.primary-nav a {
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13.62px;
}
.primary-nav a:hover {
    text-decoration: none;
    opacity: 0.7;
}

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

/* Mega Article */
.main-post {
    padding: 45.32px;
    border-radius: 11.8px;
    border: 2px solid #000000;
    background: #ffffff;
}
.main-post h1 {
    color: #000000 !important;
    font-size: 38.1px;
    margin-bottom: 10.76px;
}
.main-post h2 {
    margin-top: 17.27px;
    font-size: 23.62px;
    margin-bottom: 8.15px;
    padding-bottom: 0;
    color: #000000 !important;
}
.body-copy > h2:first-of-type {
    margin-top: 0 !important;
}
.main-post h3 {
    color: #000000 !important;
    margin-top: 19.96px;
    font-size: 20.57px;
}
.byline {
    font-size: 13.73px;
    margin-bottom: 38.17px;
    color: #000000 !important;
    padding-bottom: 7.92px;
    gap: 16.15px;
    font-weight: 600;
    border-bottom: 1px solid #000000;
    display: flex;
}
.body-copy {
    font-size: 16.8px;
    color: #000000 !important;
    line-height: 1.58;
}
.author-title {
    font-weight: 400;
    font-style: italic;
    color: #555555 !important;
    font-size: 12.17px;
}
.body-copy a {
    /* Blue link for backlinks */;
    color: #0056b3 !important;
    font-weight: 700;
    text-decoration: underline;
}
.body-copy a:hover {
    color: #003d82 !important;
    text-decoration: none;
}

/* Internal Backlink / Related Topic Box */
.linked-shelf {
    font-style: italic;
    color: #000000 !important;
    border: 2px solid #000000;
    border-radius: 6.89px;
    margin-top: 30.16px;
    background: #ffffff;
    padding: 16.36px;
}
.linked-shelf a {
    font-weight: 700;
    text-decoration: underline;
}

/* Sidebar */
.side-panel {
    position: sticky;
    top: 40px;
    align-self: start;
}
.widget-box {
    margin-bottom: 31.08px;
    background: #ffffff;
    padding: 21.06px;
    border: 2px solid #000000;
    border-radius: 11.78px;
}
.module-head {
    border-bottom: 2px solid #000000;
    /* H3 Size */
    font-weight: 800;
    font-size: 20.27px;
    margin-bottom: 17px;
    color: #000000 !important;
    padding-bottom: 8.2px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}
.fresh-list {
    list-style: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
}
.fresh-list li {
    padding-bottom: 10.97px;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    position: relative;
    margin-bottom: 10.83px;
}
.fresh-list li:last-child {
    border: none !important;
}
.fresh-list a {
    font-weight: 600;
    text-decoration: none;
    display: block;
    color: #000000 !important;
    margin-bottom: 1.17px;
}
.fresh-list a:hover {
    color: #333333 !important;
    text-decoration: underline;
}

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

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

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

/* Footer */
.closing {
    text-align: center;
    background: #fff;
    border-top: 2px solid #000000;
    font-weight: 600;
    padding: 39.38px 0;
    color: #000000 !important;
    font-size: 13.67px;
}
.site-slot {
    font-size: 13.42px;
    margin-top: 9.02px;
    font-weight: 600;
}
.site-slot a {
    text-decoration: none;
    color: #000000 !important;
}
.site-slot a:hover {
    text-decoration: underline;
}
.site-slot .central-band {
    margin: 0 10.1px;
    color: #000000 !important;
}

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