


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

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

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

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

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

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

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

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

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

/* Header */
.banner-area {
    border-bottom: 2px solid #000000;
    padding: 17.45px 0;
    margin-bottom: 29.44px;
    background: #ffffff;
}
.banner-area .content-wrap {
    display: flex !important;
    flex-direction: column !important;
    gap: 13.88px !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
}
.brand-link {
    letter-spacing: -0.5px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 26.58px;
    text-decoration: none;
}
.main-menu {
    gap: 27.38px;
    align-items: center !important;
    flex-wrap: nowrap !important;
    display: flex !important;
}
.main-menu a {
    font-weight: 700;
    text-decoration: none;
    font-size: 14.59px;
    color: #000000 !important;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.lead-article {
    background: #ffffff;
    border-radius: 10.17px;
    padding: 47.44px;
    border: 2px solid #000000;
}
.lead-article h1 {
    font-size: 37.85px;
    margin-bottom: 11.44px;
    color: #000000 !important;
}
.lead-article h2 {
    padding-bottom: 0;
    font-size: 23.67px;
    color: #000000 !important;
    margin-bottom: 8.09px;
    margin-top: 17.98px;
}
.entry-text > h2:first-of-type {
    margin-top: 0 !important;
}
.lead-article h3 {
    margin-top: 22.77px;
    color: #000000 !important;
    font-size: 20.64px;
}
.post-info {
    color: #000000 !important;
    font-weight: 600;
    padding-bottom: 10.37px;
    display: flex;
    font-size: 13.06px;
    gap: 15.77px;
    border-bottom: 1px solid #000000;
    margin-bottom: 40.99px;
}
.entry-text {
    color: #000000 !important;
    font-size: 16.53px;
    line-height: 1.59;
}
.author-title {
    font-weight: 400;
    font-style: italic;
    color: #555555 !important;
    font-size: 12.84px;
}
.entry-text a {
    /* Blue link for backlinks */;
    font-weight: 700;
    color: #0056b3 !important;
    text-decoration: underline;
}
.entry-text a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

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

/* Sidebar */
.secondary {
    top: 40px;
    position: sticky;
    align-self: start;
}
.module {
    margin-bottom: 27.05px;
    border-radius: 13.44px;
    padding: 22.43px;
    background: #ffffff;
    border: 2px solid #000000;
}
.block-heading {
    text-transform: uppercase;
    color: #000000 !important;
    margin-bottom: 17.34px;
    /* H3 Size */
    font-weight: 800;
    border-bottom: 2px solid #000000;
    padding-bottom: 11.18px;
    font-size: 20.56px;
    letter-spacing: -0.02em;
}
.latest-entries {
    padding-left: 0 !important;
    list-style: none !important;
    margin: 0 !important;
}
.latest-entries li {
    margin-bottom: 11.13px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    padding-bottom: 7.71px;
}
.latest-entries li:last-child {
    border: none !important;
}
.latest-entries a {
    text-decoration: none;
    font-weight: 600;
    display: block;
    margin-bottom: 2.48px;
    color: #000000 !important;
}
.latest-entries a:hover {
    color: #333333 !important;
    text-decoration: underline;
}

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

.log-list {
    list-style: none;
}
.log-list li {
    margin-bottom: 8.64px;
}
.log-list a {
    font-weight: 600;
    display: flex;
    font-size: 13.35px;
    color: #000000 !important;
    justify-content: space-between;
}
.tally {
    color: #000000 !important;
}

.tag-area {
    flex-wrap: wrap;
    gap: 12.53px;
    display: flex;
}
.term-badge {
    font-weight: 600;
    border: 2px solid #000000;
    border-radius: 8.3px;
    background: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-size: 13.52px;
    padding: 7.81px 12.97px;
    color: #000000 !important;
    transition: all 0.2s ease;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
    transform: translateY(-1px);
}

/* Footer */
.closing {
    border-top: 2px solid #000000;
    padding: 42.04px 0;
    background: #fff;
    font-size: 13.63px;
    color: #000000 !important;
    text-align: center;
    font-weight: 600;
}
.common-item {
    font-weight: 600;
    font-size: 12.18px;
    margin-top: 9.46px;
}
.common-item a {
    color: #000000 !important;
    text-decoration: none;
}
.common-item a:hover {
    text-decoration: underline;
}
.common-item .page-grid {
    color: #000000 !important;
    margin: 0 10.7px;
}

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