


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

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

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

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

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

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

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

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

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

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

/* Header */
.page-top {
    border-bottom: 2px solid #000000;
    margin-bottom: 30.75px;
    background: #ffffff;
    padding: 19.58px 0;
}
.page-top .wrapper {
    align-items: flex-start !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 13.18px !important;
    flex-direction: column !important;
}
.identity {
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 25.64px;
    color: #000000 !important;
    letter-spacing: -0.5px;
}
.main-menu {
    align-items: center !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 23.9px;
}
.main-menu a {
    text-decoration: none;
    font-size: 14.92px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
}
.main-menu a:hover {
    text-decoration: none;
    opacity: 0.7;
}

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

/* Mega Article */
.feature-post {
    padding: 45.42px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.07px;
}
.feature-post h1 {
    font-size: 38.49px;
    margin-bottom: 9.77px;
    color: #000000 !important;
}
.feature-post h2 {
    color: #000000 !important;
    font-size: 23.38px;
    margin-bottom: 7.89px;
    padding-bottom: 0;
    margin-top: 12.72px;
}
.body-copy > h2:first-of-type {
    margin-top: 0 !important;
}
.feature-post h3 {
    font-size: 20.05px;
    color: #000000 !important;
    margin-top: 20.04px;
}
.pub-info {
    color: #000000 !important;
    font-weight: 600;
    margin-bottom: 39.74px;
    padding-bottom: 11.89px;
    display: flex;
    font-size: 14.85px;
    border-bottom: 1px solid #000000;
    gap: 17.29px;
}
.body-copy {
    color: #000000 !important;
    font-size: 17.49px;
    line-height: 1.61;
}
.root-strip {
    font-style: italic;
    font-size: 12.7px;
    color: #555555 !important;
    font-weight: 400;
}
.body-copy a {
    /* Blue link for backlinks */;
    font-weight: 700;
    color: #0056b3 !important;
    text-decoration: underline;
}
.body-copy a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

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

/* Sidebar */
.secondary {
    align-self: start;
    top: 40px;
    position: sticky;
}
.module {
    border: 2px solid #000000;
    padding: 23.95px;
    background: #ffffff;
    border-radius: 12.7px;
    margin-bottom: 27.07px;
}
.block-heading {
    border-bottom: 2px solid #000000;
    margin-bottom: 17.94px;
    padding-bottom: 10.59px;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 19.89px;
    /* H3 Size */
    font-weight: 800;
    letter-spacing: -0.02em;
}
.latest-entries {
    margin: 0 !important;
    list-style: none !important;
    padding-left: 0 !important;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    margin-bottom: 7.67px;
    position: relative;
    padding-bottom: 12.71px;
}
.latest-entries li:last-child {
    border: none !important;
}
.latest-entries a {
    text-decoration: none;
    display: block;
    font-weight: 600;
    color: #000000 !important;
    margin-bottom: 2.28px;
}
.latest-entries a:hover {
    color: #333333 !important;
    text-decoration: underline;
}

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

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

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

/* Footer */
.page-bottom {
    color: #000000 !important;
    text-align: center;
    font-size: 13.93px;
    font-weight: 600;
    background: #fff;
    border-top: 2px solid #000000;
    padding: 41.63px 0;
}
.shared-col {
    font-size: 12.51px;
    font-weight: 600;
    margin-top: 10.66px;
}
.shared-col a {
    color: #000000 !important;
    text-decoration: none;
}
.shared-col a:hover {
    text-decoration: underline;
}
.shared-col .linked-row {
    color: #000000 !important;
    margin: 0 6.98px;
}
.page-bottom .responsibility,
.page-bottom .legal-nav {
    color: #4b5563 !important;
}
.page-bottom .responsibility a,
.page-bottom .legal-nav a {
    font-weight: 700;
    text-decoration: underline;
    color: #1f2937 !important;
}

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