


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

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

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

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

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

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

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

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

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

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

/* Header */
.banner-area {
    padding: 19.29px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 30.02px;
}
.banner-area .page-wrap {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    display: flex !important;
    gap: 16.82px !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
}
.brand-mark {
    color: #000000 !important;
    text-decoration: none;
    font-size: 25.97px;
    letter-spacing: -0.51px;
    font-weight: 800;
    text-transform: uppercase;
}
.main-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 26.23px;
    align-items: center !important;
}
.main-menu a {
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 14.34px;
    text-decoration: none;
    font-weight: 700;
}
.main-menu a:hover {
    text-decoration: none;
    opacity: 0.7;
}

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

/* Mega Article */
.primary-content {
    border: 2px solid #000000;
    border-radius: 12.93px;
    background: #ffffff;
    padding: 49.83px;
}
.primary-content h1 {
    margin-bottom: 12.47px;
    font-size: 38.99px;
    color: #000000 !important;
}
.primary-content h2 {
    font-size: 24.99px;
    margin-bottom: 9.35px;
    color: #000000 !important;
    padding-bottom: 0;
    margin-top: 15.53px;
}
.post-body > h2:first-of-type {
    margin-top: 0 !important;
}
.primary-content h3 {
    margin-top: 22.92px;
    font-size: 19.66px;
    color: #000000 !important;
}
.post-info {
    padding-bottom: 10.38px;
    font-size: 13.13px;
    gap: 12.7px;
    color: #000000 !important;
    margin-bottom: 38.3px;
    font-weight: 600;
    display: flex;
    border-bottom: 1px solid #000000;
}
.post-body {
    color: #000000 !important;
    line-height: 1.63;
    font-size: 17.51px;
}
.author-title {
    font-weight: 400;
    font-style: italic;
    font-size: 11.8px;
    color: #555555 !important;
}
.post-body a {
    color: #0056b3 !important;
    text-decoration: underline;
    font-weight: 700;
    /* Blue link for backlinks */;
}
.post-body a:hover {
    color: #003d82 !important;
    text-decoration: none;
}

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

/* Sidebar */
.aside-col {
    align-self: start;
    top: 40px;
    position: sticky;
}
.panel-item {
    border-radius: 10.98px;
    margin-bottom: 30.96px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 25.87px;
}
.module-head {
    text-transform: uppercase;
    padding-bottom: 8.65px;
    color: #000000 !important;
    border-bottom: 2px solid #000000;
    font-size: 19.45px;
    /* H3 Size */
    font-weight: 800;
    margin-bottom: 21.57px;
    letter-spacing: -0.02em;
}
.stream {
    padding-left: 0 !important;
    list-style: none !important;
    margin: 0 !important;
}
.stream li {
    padding-bottom: 11.75px;
    margin-bottom: 8.92px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
}
.stream li:last-child {
    border: none !important;
}
.stream a {
    color: #000000 !important;
    font-weight: 600;
    display: block;
    margin-bottom: 3.92px;
    text-decoration: none;
}
.stream a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

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

.history-list {
    list-style: none;
}
.history-list li {
    margin-bottom: 9.02px;
}
.history-list a {
    justify-content: space-between;
    font-size: 14.75px;
    font-weight: 600;
    display: flex;
    color: #000000 !important;
}
.item-total {
    color: #000000 !important;
}

.keyword-wrap {
    flex-wrap: wrap;
    display: flex;
    gap: 8.11px;
}
.topic-chip {
    border-radius: 6.61px;
    font-weight: 600;
    text-decoration: none;
    padding: 4.56px 11.75px;
    background: #ffffff;
    font-size: 12.36px;
    border: 2px solid #000000;
    display: inline-block;
    color: #000000 !important;
    transition: all 0.2s ease;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
    transform: translateY(-1px);
}

/* Footer */
.page-bottom {
    font-weight: 600;
    font-size: 14.81px;
    background: #fff;
    color: #000000 !important;
    border-top: 2px solid #000000;
    padding: 42.79px 0;
    text-align: center;
}
.deep-grid {
    margin-top: 12.87px;
    font-weight: 600;
    font-size: 12.28px;
}
.deep-grid a {
    text-decoration: none;
    color: #000000 !important;
}
.deep-grid a:hover {
    text-decoration: underline;
}
.deep-grid .shared-section {
    color: #000000 !important;
    margin: 0 10.85px;
}

/* Responsive */
@media (max-width: 900px) {
    .layout-grid { grid-template-columns: 1fr; gap: 40px; }
    .aside-col {
    position: static;
}
    .primary-content h1 {
    font-size: 32.15px;
}
}
