


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

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

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

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

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

h1, h2, h3, h4, h5, h6 {
    line-height: 1.28;
    color: #000000 !important;
    letter-spacing: -0.02em;
    margin-bottom: 0.52em;
    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: 2.01em;
}

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

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

/* Header */
.page-top {
    margin-bottom: 28.39px;
    background: #ffffff;
    padding: 22.22px 0;
    border-bottom: 2px solid #000000;
}
.page-top .page-wrap {
    justify-content: flex-start !important;
    gap: 17.34px !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    display: flex !important;
}
.brand-mark {
    text-decoration: none;
    font-size: 26.07px;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 800;
    letter-spacing: -0.5px;
}
.main-menu {
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 23.1px;
    display: flex !important;
}
.main-menu a {
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13.42px;
}
.main-menu a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.top-story {
    border-radius: 13.8px;
    padding: 48.94px;
    border: 2px solid #000000;
    background: #ffffff;
}
.top-story h1 {
    color: #000000 !important;
    font-size: 38.49px;
    margin-bottom: 14.61px;
}
.top-story h2 {
    margin-top: 13.66px;
    padding-bottom: 0;
    font-size: 24.67px;
    margin-bottom: 7px;
    color: #000000 !important;
}
.post-body > h2:first-of-type {
    margin-top: 0 !important;
}
.top-story h3 {
    margin-top: 17.13px;
    font-size: 19.77px;
    color: #000000 !important;
}
.post-info {
    margin-bottom: 40.88px;
    display: flex;
    padding-bottom: 10.55px;
    font-weight: 600;
    color: #000000 !important;
    font-size: 13.29px;
    border-bottom: 1px solid #000000;
    gap: 17.43px;
}
.post-body {
    font-size: 16.26px;
    line-height: 1.64;
    color: #000000 !important;
}
.author-title {
    color: #555555 !important;
    font-style: italic;
    font-weight: 400;
    font-size: 11.46px;
}
.post-body a {
    font-weight: 700;
    /* Blue link for backlinks */;
    color: #0056b3 !important;
    text-decoration: underline;
}
.post-body a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

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

/* Sidebar */
.info-panel {
    position: sticky;
    top: 40px;
    align-self: start;
}
.side-block {
    border-radius: 11.7px;
    border: 2px solid #000000;
    padding: 23.67px;
    margin-bottom: 29.11px;
    background: #ffffff;
}
.box-title {
    color: #000000 !important;
    text-transform: uppercase;
    padding-bottom: 8.54px;
    letter-spacing: -0.02em;
    font-size: 19.1px;
    margin-bottom: 21.77px;
    border-bottom: 2px solid #000000;
    /* H3 Size */
    font-weight: 800;
}
.stream {
    list-style: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
}
.stream li {
    padding-bottom: 9.26px;
    margin-bottom: 10.76px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
}
.stream li:last-child {
    border: none !important;
}
.stream a {
    display: block;
    margin-bottom: 4.95px;
    text-decoration: none;
    font-weight: 600;
    color: #000000 !important;
}
.stream a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

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

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

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

/* Footer */
.end-section {
    border-top: 2px solid #000000;
    font-size: 14.27px;
    padding: 39.69px 0;
    background: #fff;
    text-align: center;
    color: #000000 !important;
    font-weight: 600;
}
.fixed-dock {
    font-size: 13.6px;
    margin-top: 14.72px;
    font-weight: 600;
}
.fixed-dock a {
    text-decoration: none;
    color: #000000 !important;
}
.fixed-dock a:hover {
    text-decoration: underline;
}
.fixed-dock .primary-port {
    color: #000000 !important;
    margin: 0 10.16px;
}
.end-section .responsibility,
.end-section .legal-nav {
    color: #4b5563 !important;
}
.end-section .responsibility a,
.end-section .legal-nav a {
    text-decoration: underline;
    color: #1f2937 !important;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 900px) {
    .dual-panel { grid-template-columns: 1fr; gap: 40px; }
    .info-panel {
    position: static;
}
    .top-story h1 {
    font-size: 32.11px;
}
}
