


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

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

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

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

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

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

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

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

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

/* Header */
.page-top {
    padding: 19px 0;
    margin-bottom: 31.47px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.page-top .inner {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14.51px !important;
    display: flex !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
}
.identity {
    font-size: 26.87px;
    color: #000000 !important;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -0.5px;
}
.nav-bar {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 25.75px;
}
.nav-bar a {
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    font-size: 13.42px;
    text-transform: uppercase;
}
.nav-bar a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.top-story {
    border: 2px solid #000000;
    border-radius: 13.61px;
    padding: 49.68px;
    background: #ffffff;
}
.top-story h1 {
    margin-bottom: 10.5px;
    color: #000000 !important;
    font-size: 37.04px;
}
.top-story h2 {
    margin-top: 16.6px;
    color: #000000 !important;
    margin-bottom: 10.22px;
    font-size: 24.42px;
    padding-bottom: 0;
}
.read-area > h2:first-of-type {
    margin-top: 0 !important;
}
.top-story h3 {
    font-size: 19.32px;
    margin-top: 19.14px;
    color: #000000 !important;
}
.byline {
    font-size: 14.05px;
    color: #000000 !important;
    margin-bottom: 41.86px;
    border-bottom: 1px solid #000000;
    font-weight: 600;
    display: flex;
    padding-bottom: 12.83px;
    gap: 13.93px;
}
.read-area {
    line-height: 1.61;
    color: #000000 !important;
    font-size: 17.38px;
}
.author-title {
    font-style: italic;
    font-size: 12.29px;
    font-weight: 400;
    color: #555555 !important;
}
.read-area a {
    /* Blue link for backlinks */;
    text-decoration: underline;
    font-weight: 700;
    color: #0056b3 !important;
}
.read-area a:hover {
    color: #003d82 !important;
    text-decoration: none;
}

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

/* Sidebar */
.rail {
    align-self: start;
    position: sticky;
    top: 40px;
}
.widget-box {
    border-radius: 12.8px;
    border: 2px solid #000000;
    margin-bottom: 30.19px;
    padding: 21.02px;
    background: #ffffff;
}
.block-heading {
    text-transform: uppercase;
    font-size: 20.75px;
    border-bottom: 2px solid #000000;
    padding-bottom: 7.53px;
    /* H3 Size */
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 22.23px;
    color: #000000 !important;
}
.stream {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}
.stream li {
    padding-bottom: 9.81px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    margin-bottom: 12.31px;
}
.stream li:last-child {
    border: none !important;
}
.stream a {
    text-decoration: none;
    margin-bottom: 0px;
    color: #000000 !important;
    font-weight: 600;
    display: block;
}
.stream a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

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

.month-list {
    list-style: none;
}
.month-list li {
    margin-bottom: 10.97px;
}
.month-list a {
    display: flex;
    font-weight: 600;
    color: #000000 !important;
    justify-content: space-between;
    font-size: 13.4px;
}
.entry-count {
    color: #000000 !important;
}

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

/* Footer */
.page-bottom {
    font-size: 14.46px;
    border-top: 2px solid #000000;
    text-align: center;
    background: #fff;
    padding: 40.09px 0;
    color: #000000 !important;
    font-weight: 600;
}
.shared-panel {
    font-size: 13.72px;
    margin-top: 10.2px;
    font-weight: 600;
}
.shared-panel a {
    color: #000000 !important;
    text-decoration: none;
}
.shared-panel a:hover {
    text-decoration: underline;
}
.shared-panel .inner-wrap {
    margin: 0 6.71px;
    color: #000000 !important;
}

/* Responsive */
@media (max-width: 900px) {
    .two-col { grid-template-columns: 1fr; gap: 40px; }
    .rail {
    position: static;
}
    .top-story h1 {
    font-size: 32.82px;
}
}
