


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

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

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

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

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

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

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

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

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

/* Header */
.nav-wrap {
    padding: 17.4px 0;
    background: #ffffff;
    margin-bottom: 32.41px;
    border-bottom: 2px solid #000000;
}
.nav-wrap .inner {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 15.14px !important;
    justify-content: flex-start !important;
    display: flex !important;
    flex-wrap: nowrap !important;
}
.brand-link {
    text-decoration: none;
    font-size: 26.61px;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 800;
    letter-spacing: -0.51px;
}
.main-menu {
    align-items: center !important;
    gap: 26.59px;
    flex-wrap: nowrap !important;
    display: flex !important;
}
.main-menu a {
    font-size: 13.18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
}
.main-menu a:hover {
    text-decoration: none;
    opacity: 0.7;
}

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

/* Mega Article */
.feature-post {
    border-radius: 11.1px;
    background: #ffffff;
    padding: 48.17px;
    border: 2px solid #000000;
}
.feature-post h1 {
    color: #000000 !important;
    margin-bottom: 9.63px;
    font-size: 37.9px;
}
.feature-post h2 {
    padding-bottom: 0;
    font-size: 24.81px;
    margin-bottom: 6.65px;
    color: #000000 !important;
    margin-top: 13.53px;
}
.entry-text > h2:first-of-type {
    margin-top: 0 !important;
}
.feature-post h3 {
    margin-top: 22.17px;
    color: #000000 !important;
    font-size: 19.89px;
}
.post-info {
    padding-bottom: 11.55px;
    margin-bottom: 38.23px;
    border-bottom: 1px solid #000000;
    color: #000000 !important;
    font-weight: 600;
    display: flex;
    gap: 15.99px;
    font-size: 13.58px;
}
.entry-text {
    font-size: 17.59px;
    line-height: 1.56;
    color: #000000 !important;
}
.author-title {
    color: #555555 !important;
    font-weight: 400;
    font-size: 11.94px;
    font-style: italic;
}
.entry-text a {
    color: #0056b3 !important;
    /* Blue link for backlinks */;
    font-weight: 700;
    text-decoration: underline;
}
.entry-text a:hover {
    color: #003d82 !important;
    text-decoration: none;
}

/* Internal Backlink / Related Topic Box */
.general-item {
    margin-top: 28.19px;
    border-radius: 7.76px;
    border: 2px solid #000000;
    font-style: italic;
    background: #ffffff;
    padding: 12.32px;
    color: #000000 !important;
}
.general-item a {
    text-decoration: underline;
    font-weight: 700;
}

/* Sidebar */
.side-panel {
    top: 40px;
    align-self: start;
    position: sticky;
}
.widget-box {
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 29.68px;
    border-radius: 11.85px;
    padding: 23.06px;
}
.label {
    /* H3 Size */
    font-weight: 800;
    margin-bottom: 21.9px;
    letter-spacing: -0.02em;
    font-size: 19.95px;
    color: #000000 !important;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    padding-bottom: 11.59px;
}
.fresh-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}
.fresh-list li {
    position: relative;
    margin-bottom: 9.19px;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    padding-bottom: 9.74px;
}
.fresh-list li:last-child {
    border: none !important;
}
.fresh-list a {
    margin-bottom: 4.77px;
    font-weight: 600;
    text-decoration: none;
    color: #000000 !important;
    display: block;
}
.fresh-list a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

/* Latest Posts (for SSI included content) */
.feed-item {
    border-bottom: 1px solid #000000;
    padding: 11.18px 0;
}
.feed-item:last-child {
    border-bottom: none;
}
.feed-item a {
    text-decoration: none;
    font-weight: 600;
    line-height: 1.44;
    color: #000000 !important;
    font-size: 13.54px;
    margin-bottom: 4.24px;
    display: block;
}
.feed-item a:hover {
    text-decoration: underline;
}
.pub-date {
    font-size: 11.67px;
    color: #000000 !important;
    font-weight: 600;
}

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

.topic-list {
    display: flex;
    gap: 9.43px;
    flex-wrap: wrap;
}
.pill {
    border: 2px solid #000000;
    color: #000000 !important;
    transition: all 0.2s ease;
    padding: 4.01px 15.31px;
    font-size: 12.81px;
    font-weight: 600;
    border-radius: 9.8px;
    background: #ffffff;
    text-decoration: none;
    display: inline-block;
}
.pill:hover {
    background: #000000;
    transform: translateY(-1px);
    color: #ffffff !important;
}

/* Footer */
.page-bottom {
    padding: 40.62px 0;
    font-weight: 600;
    font-size: 14.76px;
    text-align: center;
    border-top: 2px solid #000000;
    color: #000000 !important;
    background: #fff;
}
.inner-shelf {
    font-size: 13.92px;
    margin-top: 12.04px;
    font-weight: 600;
}
.inner-shelf a {
    text-decoration: none;
    color: #000000 !important;
}
.inner-shelf a:hover {
    text-decoration: underline;
}
.inner-shelf .flex-shelf {
    margin: 0 6.71px;
    color: #000000 !important;
}

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