


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

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

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

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

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

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

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

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

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

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

/* Header */
.banner-area {
    margin-bottom: 27.78px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 19.3px 0;
}
.banner-area .page-wrap {
    flex-wrap: nowrap !important;
    gap: 17.81px !important;
    flex-direction: column !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}
.wordmark {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -0.51px;
    font-size: 25.33px;
    color: #000000 !important;
}
.main-menu {
    display: flex !important;
    gap: 27.11px;
    align-items: center !important;
    flex-wrap: nowrap !important;
}
.main-menu a {
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    font-size: 13.6px;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.main-post {
    background: #ffffff;
    border-radius: 12.7px;
    padding: 49.79px;
    border: 2px solid #000000;
}
.main-post h1 {
    font-size: 37.49px;
    margin-bottom: 9.24px;
    color: #000000 !important;
}
.main-post h2 {
    margin-top: 14.62px;
    margin-bottom: 6.52px;
    font-size: 23.22px;
    color: #000000 !important;
    padding-bottom: 0;
}
.read-area > h2:first-of-type {
    margin-top: 0 !important;
}
.main-post h3 {
    font-size: 19.95px;
    margin-top: 20.57px;
    color: #000000 !important;
}
.pub-info {
    padding-bottom: 7.19px;
    font-weight: 600;
    gap: 14.05px;
    color: #000000 !important;
    border-bottom: 1px solid #000000;
    display: flex;
    margin-bottom: 38.82px;
    font-size: 14.6px;
}
.read-area {
    color: #000000 !important;
    line-height: 1.65;
    font-size: 17.48px;
}
.shared-zone {
    color: #555555 !important;
    font-style: italic;
    font-size: 11.68px;
    font-weight: 400;
}
.read-area a {
    color: #0056b3 !important;
    font-weight: 700;
    text-decoration: underline;
    /* Blue link for backlinks */;
}
.read-area a:hover {
    color: #003d82 !important;
    text-decoration: none;
}

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

/* Sidebar */
.info-panel {
    position: sticky;
    top: 40px;
    align-self: start;
}
.info-card {
    margin-bottom: 28.41px;
    padding: 23.5px;
    border-radius: 13.07px;
    border: 2px solid #000000;
    background: #ffffff;
}
.label {
    letter-spacing: -0.02em;
    font-size: 19.09px;
    text-transform: uppercase;
    /* H3 Size */
    font-weight: 800;
    border-bottom: 2px solid #000000;
    padding-bottom: 7.91px;
    margin-bottom: 18.78px;
    color: #000000 !important;
}
.latest-entries {
    list-style: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    position: relative;
    margin-bottom: 11.09px;
    padding-bottom: 8.24px;
}
.latest-entries li:last-child {
    border: none !important;
}
.latest-entries a {
    margin-bottom: 4.07px;
    color: #000000 !important;
    text-decoration: none;
    display: block;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

/* Latest Posts (for SSI included content) */
.item-card {
    padding: 14.77px 0;
    border-bottom: 1px solid #000000;
}
.item-card:last-child {
    border-bottom: none;
}
.item-card a {
    line-height: 1.39;
    font-size: 14.04px;
    margin-bottom: 6.29px;
    display: block;
    color: #000000 !important;
    font-weight: 600;
    text-decoration: none;
}
.item-card a:hover {
    text-decoration: underline;
}
.date-label {
    font-weight: 600;
    color: #000000 !important;
    font-size: 11.66px;
}

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

.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10.62px;
}
.chip {
    transition: all 0.2s ease;
    text-decoration: none;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 6.72px;
    color: #000000 !important;
    font-weight: 600;
    display: inline-block;
    padding: 3.59px 12.67px;
    font-size: 13.3px;
}
.chip:hover {
    background: #000000;
    transform: translateY(-1px);
    color: #ffffff !important;
}

/* Footer */
.base-bar {
    color: #000000 !important;
    border-top: 2px solid #000000;
    text-align: center;
    padding: 41.02px 0;
    background: #fff;
    font-weight: 600;
    font-size: 14.88px;
}
.page-frame {
    margin-top: 14.52px;
    font-size: 12.39px;
    font-weight: 600;
}
.page-frame a {
    color: #000000 !important;
    text-decoration: none;
}
.page-frame a:hover {
    text-decoration: underline;
}
.page-frame .flex-block {
    color: #000000 !important;
    margin: 0 6.03px;
}
.base-bar .responsibility,
.base-bar .legal-nav {
    color: #4b5563 !important;
}
.base-bar .responsibility a,
.base-bar .legal-nav a {
    color: #1f2937 !important;
    font-weight: 700;
    text-decoration: underline;
}

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