


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

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

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

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

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

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

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

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

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

/* Header */
.banner-area {
    background: #ffffff;
    padding: 20.02px 0;
    margin-bottom: 28.41px;
    border-bottom: 2px solid #000000;
}
.banner-area .page-wrap {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 17.54px !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    flex-direction: column !important;
}
.identity {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.49px;
    font-weight: 800;
    color: #000000 !important;
    font-size: 26.91px;
}
.header-links {
    display: flex !important;
    align-items: center !important;
    gap: 23.66px;
    flex-wrap: nowrap !important;
}
.header-links a {
    font-size: 14.18px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000 !important;
}
.header-links a:hover {
    text-decoration: none;
    opacity: 0.7;
}

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

/* Mega Article */
.feature-post {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 11.64px;
    padding: 49.92px;
}
.feature-post h1 {
    margin-bottom: 12.62px;
    font-size: 38.47px;
    color: #000000 !important;
}
.feature-post h2 {
    color: #000000 !important;
    margin-bottom: 6.37px;
    font-size: 23.15px;
    padding-bottom: 0;
    margin-top: 13.29px;
}
.post-body > h2:first-of-type {
    margin-top: 0 !important;
}
.feature-post h3 {
    margin-top: 17.53px;
    color: #000000 !important;
    font-size: 20.88px;
}
.date-line {
    margin-bottom: 42.67px;
    color: #000000 !important;
    display: flex;
    font-weight: 600;
    gap: 15.82px;
    font-size: 13.1px;
    padding-bottom: 8.34px;
    border-bottom: 1px solid #000000;
}
.post-body {
    line-height: 1.63;
    color: #000000 !important;
    font-size: 17.6px;
}
.author-title {
    font-size: 12.53px;
    font-style: italic;
    font-weight: 400;
    color: #555555 !important;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    /* Blue link for backlinks */;
    color: #0056b3 !important;
}
.post-body a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

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

/* Sidebar */
.side-panel {
    position: sticky;
    align-self: start;
    top: 40px;
}
.module {
    margin-bottom: 27.93px;
    border-radius: 12.4px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 21.9px;
}
.label {
    margin-bottom: 18.16px;
    /* H3 Size */
    font-weight: 800;
    border-bottom: 2px solid #000000;
    color: #000000 !important;
    padding-bottom: 12.59px;
    text-transform: uppercase;
    font-size: 19.55px;
    letter-spacing: -0.02em;
}
.new-items {
    margin: 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
}
.new-items li {
    position: relative;
    margin-bottom: 7.78px;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    padding-bottom: 12.68px;
}
.new-items li:last-child {
    border: none !important;
}
.new-items a {
    display: block;
    text-decoration: none;
    color: #000000 !important;
    margin-bottom: 0.3px;
    font-weight: 600;
}
.new-items a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

/* Latest Posts (for SSI included content) */
.entry-row {
    padding: 9.43px 0;
    border-bottom: 1px solid #000000;
}
.entry-row:last-child {
    border-bottom: none;
}
.entry-row a {
    color: #000000 !important;
    display: block;
    text-decoration: none;
    line-height: 1.4;
    font-size: 13.54px;
    font-weight: 600;
    margin-bottom: 4.24px;
}
.entry-row a:hover {
    text-decoration: underline;
}
.created-at {
    color: #000000 !important;
    font-weight: 600;
    font-size: 12.25px;
}

.history-list {
    list-style: none;
}
.history-list li {
    margin-bottom: 12.77px;
}
.history-list a {
    font-size: 13.71px;
    display: flex;
    font-weight: 600;
    color: #000000 !important;
    justify-content: space-between;
}
.num-badge {
    color: #000000 !important;
}

.keyword-wrap {
    gap: 8.99px;
    display: flex;
    flex-wrap: wrap;
}
.label-item {
    font-size: 13.85px;
    border: 2px solid #000000;
    border-radius: 7.15px;
    padding: 5.85px 11.09px;
    background: #ffffff;
    transition: all 0.2s ease;
    color: #000000 !important;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* Footer */
.page-bottom {
    color: #000000 !important;
    text-align: center;
    border-top: 2px solid #000000;
    background: #fff;
    padding: 38.91px 0;
    font-size: 14.58px;
    font-weight: 600;
}
.static-grid {
    font-size: 12.72px;
    font-weight: 600;
    margin-top: 13.59px;
}
.static-grid a {
    text-decoration: none;
    color: #000000 !important;
}
.static-grid a:hover {
    text-decoration: underline;
}
.static-grid .fluid-card {
    margin: 0 8.19px;
    color: #000000 !important;
}

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