/*
Theme Name: FAFEN Theme
Theme URI: https://fafen.org
Description: Custom WordPress theme converted from static HTML design.
Author: FAFEN
Author URI: https://fafen.org
Version: 1.0
Text Domain: fafen-theme
*/

:root {
    --navy: #0a2d6e;
    --nd: #071e4a;
    --nm: #0d3a8a;
    --red: #c8271f;
    --gold: #e8a000;
    --gd: #b87800;
    --ink: #1a1917;
    --paper: #faf9f6;
    --paper2: #f2f0eb;
    --rule: #ddd9d0;
    --ruled: #b8b3a8;
    --muted: #6b6760;
    --label: #999;
    --serif: 'Source Serif 4', Georgia, serif;
    --sans: 'DM Sans', system-ui, sans-serif;
    --base-font-size: 1rem
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    font-size: var(--base-font-size);
}

/* HIGH CONTRAST */
body.high-contrast {
    filter: invert(1) hue-rotate(180deg);
}

body.high-contrast img,
body.high-contrast video,
body.high-contrast iframe {
    filter: invert(1) hue-rotate(180deg);
}

/* Hide Google Translate Banner and Reset Body Top */
.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0 !important;
}

html,
body {
}

body {
    font-family: var(--serif);
    background: var(--paper);
    color: var(--ink);
    font-size: var(--base-font-size)
}

.skiptranslate {
    display: none;
}

a {
    text-decoration: none;
    color: inherit
}

/* ACCESSIBILITY */
.show-focus *:focus {
    outline: 3px solid var(--gold) !important;
    outline-offset: 2px;
}

.a11y-bar {
    background: #111;
    height: 28px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #2a2a2a
}

.a11y-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0;
    flex-wrap: nowrap;
    justify-content: flex-start
}

.a11y-item {
    font-family: var(--sans);
    font-size: 10px;
    color: #fff;
    padding: 0 11px;
    border-right: 1px solid rgba(255, 255, 255, .08);
    height: 28px;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    cursor: pointer;
    text-align: center
}

.a11y-item,
.a11y-item span {
    color: #fff
}

.a11y-item:hover {
    color: #fff
}

.a11y-item:first-child {
    padding-left: 0
}

.abtn {
    font-size: 11px;
    font-weight: 700;
    color: #fff !important;
    cursor: pointer;
    padding: 1px 5px;
    border: 1px solid #fff !important;
    border-radius: 2px;
    line-height: 1.4;
    transition: all .15s;
    background: transparent !important;
    appearance: none;
    -webkit-appearance: none;
    outline: none
}

.abtn:hover {
    background: rgba(255, 255, 255, .12) !important;
    color: #fff !important
}

.a11y-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
    height: 28px
}

.a11y-right .a11y-item {
    border-right: none;
    border-left: 1px solid rgba(255, 255, 255, .08)
}

button.a11y-item {
    background: transparent;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, .08);
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}

@media (max-width: 768px) {
    .a11y-item .desktop-text {
        display: none;
    }
}

/* TRANSLATE */
.gt-bar {
    background: #16304f;
    border-bottom: 1px solid #1e4a78;
    height: 27px;
    display: flex;
    align-items: center
}

.gt-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 4px
}

.gt-logo {
    font-family: var(--sans);
    font-size: 9.5px;
    font-weight: 600;
    color: #5ba3d8;
    margin-right: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0
}

.lang-list {
    display: flex;
    gap: 1px;
    align-items: center;
    flex: 1;
    flex-wrap: nowrap;
    justify-content: flex-start
}

.lb {
    font-family: var(--sans);
    font-size: 10px;
    padding: 2px 10px;
    color: #fff !important;
    cursor: pointer;
    border-radius: 1px;
    white-space: nowrap;
    background: transparent !important;
    border: none !important;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    height: auto
}

.lb:hover {
    background: rgba(91, 163, 216, .15) !important;
    color: #5ba3d8 !important
}

.lb.on {
    background: rgba(91, 163, 216, .2) !important;
    color: #5ba3d8 !important;
    font-weight: 600
}

.gt-note {
    font-family: var(--sans);
    font-size: 8.5px;
    color: rgba(255, 255, 255, .6);
    margin-left: auto;
    text-align: center
}

.mobile-lang-select {
    display: none;
    margin-left: auto;
    margin-right: auto;
}

/* UTILITY BAR */
.ubar {
    background: var(--nd);
    min-height: 27px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    padding: 4px 0
}

.uw {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    gap: 8px
}

.ubar a {
    font-family: var(--sans);
    font-size: 10.5px;
    color: rgba(255, 255, 255, .42);
    letter-spacing: .01em
}

.ubar a:hover {
    color: rgba(255, 255, 255, .82)
}

.ul li.current-menu-item>a,
.ul li.current-page-ancestor>a,
.ul li.current-post-ancestor>a {
    color: rgba(255, 255, 255, .82)
}

.ul,
.ur {
    display: flex;
    flex-wrap: nowrap;
}

.ul a {
    padding: 4px 12px;
    border-right: 1px solid rgba(255, 255, 255, .07)
}

.ul a:first-child {
    padding-left: 0
}

.ur a {
    padding: 4px 12px;
    border-left: 1px solid rgba(255, 255, 255, .07)
}

/* MASTHEAD */
.masthead {
    background: #fff;
    border-bottom: 1px solid var(--rule);
    padding: 14px 20px 0
}

.mi {
    max-width: 1200px;
    margin: 0 auto
}

.mt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--rule)
}

.mb {
    display: flex;
    align-items: center;
    gap: 14px
}

.mlogo {
    width: auto;
    max-width: 260px;
    height: auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.mlogo img {
    width: 100%;
    height: auto;
    max-height: 70px;
    object-fit: contain;
    display: block
}

.mr2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px
}

.mmeta {
    font-family: var(--sans);
    font-size: 9.5px;
    color: var(--label);
    text-align: right;
    line-height: 1.8
}

.macts {
    display: flex;
    gap: 8px
}

.btn-navy {
    background: var(--navy);
    color: #fff;
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 2px;
    cursor: pointer;
    border: none
}

.btn-red {
    background: var(--red);
    color: #fff;
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 2px;
    cursor: pointer;
    border: none
}

.btn-gold {
    background: var(--gold);
    color: var(--nd);
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 2px;
    cursor: pointer;
    border: none
}

/* AUDIO BAR */
.audio-bar {
    background: var(--paper2);
    border-bottom: 2px solid var(--rule);
    padding: 6px 20px;
    display: none;
    align-items: center
}

.audio-bar.on {
    display: flex
}

.audio-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%
}

.ap-btn {
    width: 26px;
    height: 26px;
    background: var(--red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 9px;
    cursor: pointer;
    border: none;
    flex-shrink: 0
}

.aw {
    display: flex;
    gap: 2px;
    align-items: center;
    height: 18px
}

.wav {
    width: 3px;
    background: var(--navy);
    border-radius: 2px;
    animation: wv .8s ease-in-out infinite alternate
}

.wav:nth-child(1) {
    height: 5px
}

.wav:nth-child(2) {
    height: 10px;
    animation-delay: .1s
}

.wav:nth-child(3) {
    height: 15px;
    animation-delay: .2s
}

.wav:nth-child(4) {
    height: 8px;
    animation-delay: .3s
}

.wav:nth-child(5) {
    height: 5px;
    animation-delay: .4s
}

@keyframes wv {
    from {
        opacity: .4
    }

    to {
        opacity: 1;
        transform: scaleY(1.5)
    }
}

.at-info {
    font-family: var(--sans);
    font-size: 11px;
    color: var(--navy);
    font-weight: 600;
    flex: 1
}

.at-time {
    font-family: var(--sans);
    font-size: 10px;
    color: var(--muted)
}

.at-close {
    font-family: var(--sans);
    font-size: 10px;
    color: var(--muted);
    cursor: pointer;
    padding: 2px 7px;
    border: 1px solid var(--rule);
    border-radius: 2px
}

/* audio inline on cards */
.ail {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--paper2);
    border: 1px solid var(--rule);
    padding: 3px 9px;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 6px;
    transition: all .15s
}

.ail:hover {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy)
}

.ail-dot {
    width: 14px;
    height: 14px;
    background: var(--red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5px;
    color: #fff;
    flex-shrink: 0
}

.ail span {
    font-family: var(--sans);
    font-size: 9.5px;
    font-weight: 600
}

/* PRIMARY NAV */
.pnav {
    background: var(--navy);
    position: sticky;
    top: 0;
    z-index: 200;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .4)
}

.admin-bar .pnav {
    top: 32px
}

@media(max-width: 782px) {
    .admin-bar .pnav {
        top: 46px
    }
}

.pnav-mobile-head {
    display: none;
}

.menu-toggle {
    background: transparent;
    border: none;
    color: #fff;
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    padding: 10px 20px;
    height: 48px;
    display: flex;
    align-items: center;
}

.pni2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: stretch;
    overflow-x: auto
}

.pni2::-webkit-scrollbar {
    display: none
}

.pni {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, .62);
    padding: 0 15px;
    height: 38px;
    display: flex;
    align-items: center;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    transition: all .15s;
    border-right: 1px solid rgba(255, 255, 255, .06)
}

.pni:hover,
.pni.on,
.pni.current-menu-item,
.pni.current-menu-parent,
.pni.current-menu-ancestor,
.pni.current-category,
.pni.current-category-ancestor,
.pni.current-post-ancestor {
    color: #fff;
    background: rgba(255, 255, 255, .05);
    border-bottom-color: var(--gold)
}

.pnav-r {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0
}

.pnav-listen {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
    border-left: 1px solid rgba(255, 255, 255, .08);
    cursor: pointer;
    color: rgba(255, 255, 255, .45);
    font-family: var(--sans);
    font-size: 10px;
    height: 38px;
    transition: all .15s
}

.pnav-listen:hover {
    color: #fff
}

.ldot {
    width: 7px;
    height: 7px;
    background: var(--red);
    border-radius: 50%;
    animation: pulse 2s infinite
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .3
    }
}

/* PUB TYPE BAR */
.pbbar {
    background: var(--paper2);
    border-bottom: 2px solid var(--rule);
    overflow-x: auto;
    position: sticky;
    top: 38px;
    z-index: 190
}

.admin-bar .pbbar {
    top: 70px
}

@media(max-width: 782px) {
    .admin-bar .pbbar {
        top: 84px
    }
}

.pbbar::-webkit-scrollbar {
    display: none
}

.pbbi {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center
}

.pbt {
    font-family: var(--sans);
    font-size: 10.5px;
    font-weight: 600;
    color: var(--muted);
    padding: 8px 13px;
    border-right: 1px solid var(--rule);
    white-space: nowrap;
    cursor: pointer;
    transition: all .15s
}

.pbt:first-child {
    padding-left: 0
}

.pbt:hover,
.pbt.current-menu-item {
    color: var(--ink)
}

.pbt.on,
.pbt.current-menu-item {
    color: var(--navy);
    border-bottom: 2px solid var(--navy);
    margin-bottom: -2px
}

.thematic-mobile-only {
    display: none !important;
}

/* TICKER */
.ticker {
    background: var(--nd);
    padding: 7px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .07)
}

.tic {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 14px
}

.tlbl {
    background: var(--red);
    color: #fff;
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    padding: 3px 9px;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-radius: 1px;
    flex-shrink: 0;
    position: relative;
    z-index: 10
}

.ticker-wrap {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5
}

.ttxt {
    color: rgba(255, 255, 255, .68);
    font-family: var(--sans);
    font-size: 11.5px;
    white-space: nowrap;
    display: inline-block;
    padding-left: 100%;
    animation: scroll 40s linear infinite
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

/* MAIN WRAPPER */
.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

/* IMAGE PLACEHOLDERS — every story gets one */
.imgbox {
    position: relative;
    overflow: hidden;
    background-color: #ccc;
}

.imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    inset: 0;
}

/* Added for real images */

.iph {
    background: linear-gradient(135deg, #0a2d6e 0%, #1e4a9a 100%)
}

.iph2 {
    background: linear-gradient(135deg, #7b1d1d 0%, #c8271f 100%)
}

.iph3 {
    background: linear-gradient(135deg, #7a4f00 0%, #c87800 100%)
}

.iph4 {
    background: linear-gradient(135deg, #1e3a2f 0%, #1a7a50 100%)
}

.iph5 {
    background: linear-gradient(135deg, #2d1e60 0%, #5b3fc8 100%)
}

.iph6 {
    background: linear-gradient(135deg, #1e3a5f 0%, #1a6aa0 100%)
}

/* Hide placeholder text if real image exists inside */
.imgbox img+.iptag {
    z-index: 2;
}

.iptag {
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 2;
    font-family: var(--sans);
    font-size: 8.5px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 1px;
    letter-spacing: .07em;
    text-transform: uppercase
}

.iptw {
    background: rgba(255, 255, 255, .92);
    color: var(--nd)
}

.iptr {
    background: var(--red);
    color: #fff
}

.iptg {
    background: var(--gold);
    color: var(--nd)
}

.iptn {
    background: var(--navy);
    color: #fff
}

.ipt-sm {
    position: absolute;
    bottom: 4px;
    left: 4px;
    z-index: 2;
    font-family: var(--sans);
    font-size: 7.5px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 1px;
    text-transform: uppercase;
    letter-spacing: .05em
}

.img-cap {
    font-family: var(--sans);
    font-size: 9px;
    color: var(--label);
    padding: 4px 0 6px;
    line-height: 1.4;
    font-style: italic
}

/* STORY LABELS & META */
.slbl {
    font-family: var(--sans);
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--navy);
    margin-bottom: 4px
}

.slbl.r {
    color: var(--red)
}

.slbl.g {
    color: var(--gd)
}

.smeta {
    font-family: var(--sans);
    font-size: 10.5px;
    color: var(--label);
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-top: 5px;
    align-items: center
}

.sf {
    font-family: var(--serif);
    font-size: 12.5px;
    color: var(--muted);
    line-height: 1.62
}

/* HERO GRID */
.hgrid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: auto auto;
    gap: 8px;
    background: transparent;
    border: none;
    margin-top: 16px
}

.hlead {
    grid-column: 1;
    grid-row: 1/3;
    background: #fff;
    border: 1px solid var(--rule);
    display: flex;
    flex-direction: column;
    cursor: pointer
}

.hlead-body {
    padding: 15px 18px 18px;
    flex: 1
}

.hlead h2 {
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--ink);
    margin-bottom: 8px;
    letter-spacing: -.3px
}

.sf-large {
    font-family: var(--serif);
    font-size: 13.5px;
    color: var(--muted);
    line-height: 1.65
}

.hside {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: transparent
}

.hss {
    background: #fff;
    border: 1px solid var(--rule);
    display: flex;
    flex-direction: column;
    flex: 1;
    cursor: pointer
}

.hss-body {
    padding: 9px 12px 12px;
    flex: 1
}

.hss h3 {
    font-family: var(--serif);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--ink)
}

.hbot {
    grid-column: 1/3;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    background: transparent
}

.hbs {
    background: #fff;
    border: 1px solid var(--rule);
    display: flex;
    flex-direction: column;
    cursor: pointer
}

.hbs-body {
    padding: 9px 12px 12px;
    flex: 1
}

.hbs h3 {
    font-family: var(--serif);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--ink)
}

/* MOST READ */
.mrband {
    background: var(--nd);
    padding: 18px 20px;
    margin: 0
}

.mrh {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 700;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .14em;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px
}

.mrh::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, .1)
}

.mrlist {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, .06)
}

.mri {
    background: var(--nd);
    padding: 13px 14px;
    cursor: pointer;
    display: flex;
    gap: 10px;
    transition: background .15s
}

.mri:hover {
    background: rgba(255, 255, 255, .04)
}

.mrn {
    font-family: var(--serif);
    font-size: 26px;
    font-weight: 900;
    color: rgba(255, 255, 255, .08);
    line-height: 1;
    flex-shrink: 0;
    min-width: 22px
}

.mrpt {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--gold)
}

.mrt {
    font-family: var(--serif);
    font-size: 12px;
    color: rgba(255, 255, 255, .78);
    line-height: 1.4;
    margin-top: 3px
}

.mrr {
    font-family: var(--sans);
    font-size: 9px;
    color: rgba(255, 255, 255, .28);
    margin-top: 4px
}

/* SECTION RULE */
.srule {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding-top: 22px
}

.srule::before {
    content: '';
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background: var(--navy);
    flex-shrink: 0
}

.srule h2 {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--navy)
}

.srule::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--rule)
}

.sa {
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    color: var(--nm);
    padding-left: 10px;
    white-space: nowrap
}

.sa:hover {
    color: var(--red)
}

/* 3-COL LAYOUT */
.tcol {
    display: grid;
    grid-template-columns: 1fr 1fr 280px;
    gap: 8px
}

.fc,
.sc,
.sbc {
    min-width: 0
}

/* STORY CARDS */
.fcard {
    cursor: pointer;
    border-bottom: 1px solid var(--rule);
    padding-bottom: 18px;
    margin-bottom: 18px
}

.fcard h2 {
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--ink);
    margin-bottom: 7px
}

.scard {
    cursor: pointer;
    border-bottom: 1px solid var(--rule);
    padding-bottom: 14px;
    margin-bottom: 14px
}

.scard:last-child {
    border-bottom: none
}

.scard h3 {
    font-family: var(--serif);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--ink);
    margin-bottom: 5px
}

.ccard {
    display: flex;
    gap: 11px;
    border-bottom: 1px solid var(--rule);
    padding-bottom: 11px;
    margin-bottom: 11px;
    cursor: pointer
}

.ccard:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.cc-img {
    flex-shrink: 0;
    position: relative;
    overflow: hidden
}

.ccard h4 {
    font-family: var(--serif);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--ink)
}

/* SIDEBAR WIDGETS */
.widget {
    margin-bottom: 22px
}

.wh {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--navy);
    padding-bottom: 8px;
    border-bottom: 2px solid var(--navy);
    margin-bottom: 12px
}

.wh.r {
    color: var(--red);
    border-color: var(--red)
}

.wh.g {
    color: var(--gd);
    border-color: var(--gold)
}

.pgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px
}

.ps {
    background: var(--paper2);
    border: 1px solid var(--rule);
    padding: 9px 7px;
    text-align: center;
    border-radius: 2px
}

.ps .pn {
    font-family: var(--serif);
    font-size: 21px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1
}

.ps .pn.r {
    color: var(--red)
}

.ps .pn.g {
    color: var(--gd)
}

.ps .pl {
    font-family: var(--sans);
    font-size: 8.5px;
    color: var(--muted);
    margin-top: 3px;
    line-height: 1.3
}

/* NEWSLETTER WIDGET */
.nlw {
    background: var(--navy);
    padding: 16px;
    border-radius: 2px;
    color: #fff;
    margin-bottom: 16px
}

.nlw h3 {
    font-family: var(--serif);
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
    line-height: 1.3
}

.nlw p {
    font-family: var(--sans);
    font-size: 11px;
    color: rgba(255, 255, 255, .55);
    line-height: 1.6;
    margin-bottom: 10px
}

.tchips {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 10px
}

.chip {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 600;
    padding: 3px 7px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 2px;
    color: rgba(255, 255, 255, .48);
    cursor: pointer;
    transition: all .15s
}

.chip.on {
    background: var(--gold);
    color: var(--nd);
    border-color: var(--gold)
}

.nli {
    width: 100%;
    padding: 7px 10px;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    font-family: var(--sans);
    font-size: 11.5px;
    border-radius: 1px;
    margin-bottom: 7px
}

.nli::placeholder {
    color: rgba(255, 255, 255, .3)
}

.nlb {
    width: 100%;
    padding: 8px;
    background: var(--gold);
    color: var(--nd);
    font-family: var(--sans);
    font-size: 11.5px;
    font-weight: 700;
    border: none;
    border-radius: 1px;
    cursor: pointer
}


/* ─── THEMATIC HERO BANNER ─── */
.theme-banner {
    padding: 36px 20px 32px;
    margin: 0;
    position: relative;
    overflow: hidden
}

.theme-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none
}

.theme-banner-elections {
    background: linear-gradient(135deg, #071e4a 0%, #0a2d6e 60%, #0d3a8a 100%)
}

.theme-banner-parliament {
    background: linear-gradient(135deg, #071e4a 0%, #1a2a5e 60%, #2a3f7a 100%)
}

.theme-banner-governance {
    background: linear-gradient(135deg, #1e3a2f 0%, #1a7a50 60%, #22956a 100%)
}

.theme-banner-transparency {
    background: linear-gradient(135deg, #7a4f00 0%, #c87800 60%, #e8a000 100%)
}

.theme-banner-media {
    background: linear-gradient(135deg, #7b1d1d 0%, #c8271f 60%, #e03020 100%)
}

.theme-banner-humanrights {
    background: linear-gradient(135deg, #2d1e60 0%, #5b3fc8 60%, #7a5ae0 100%)
}

.theme-banner-civil {
    background: linear-gradient(135deg, #1e3a5f 0%, #1a6aa0 60%, #2080c0 100%)
}

.theme-banner-youth {
    background: linear-gradient(135deg, #3d2000 0%, #7a4800 60%, #c87800 100%)
}

.tb-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.tb-label {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: rgba(255, 255, 255, .5);
    margin-bottom: 8px
}

.tb-title {
    font-family: var(--serif);
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 10px;
    letter-spacing: -1px
}

.tb-desc {
    font-family: var(--sans);
    font-size: 13px;
    color: rgba(255, 255, 255, .6);
    line-height: 1.7;
    max-width: 680px;
    margin-bottom: 16px
}

.tb-stats {
    display: flex;
    gap: 32px;
    margin-top: 4px
}

.tbs {
    text-align: left
}

.tbs-num {
    font-family: var(--serif);
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    line-height: 1
}

.tbs-lbl {
    font-family: var(--sans);
    font-size: 9px;
    color: rgba(255, 255, 255, .45);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 2px
}

.tb-sub {
    display: flex;
    gap: 0;
    background: rgba(255, 255, 255, .08);
    border-radius: 2px;
    margin-top: 18px;
    overflow-x: auto
}

.tb-sub::-webkit-scrollbar {
    display: none
}

.tbst {
    font-family: var(--sans);
    font-size: 10.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, .5);
    padding: 7px 14px;
    border-right: 1px solid rgba(255, 255, 255, .08);
    cursor: pointer;
    transition: all .15s;
    white-space: nowrap
}

.tbst:hover,
.tbst.on {
    background: rgba(255, 255, 255, .12);
    color: #fff
}

/* ─── CONTENT GRID FOR THEME PAGES ─── */
.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1px;
    background: var(--rule);
    border: 1px solid var(--rule);
    margin-top: 20px
}

.cg-card {
    background: #fff;
    padding: 18px;
    cursor: pointer;
    transition: background .15s;
    display: flex;
    flex-direction: column
}

.cg-card:hover {
    background: var(--paper)
}

.cg-card h3 {
    font-family: var(--serif);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--ink);
    margin-bottom: 8px;
    margin-top: 8px
}

.cg-img {
    height: 160px;
    position: relative
}

.cg-excerpt {
    font-family: var(--serif);
    font-size: 12px;
    color: var(--muted);
    line-height: 1.65;
    flex: 1;
    margin-bottom: 8px
}

.cg-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto
}

/* ─── PUB TYPE LANDING PAGES ─── */
.pub-hero {
    background: var(--nd);
    padding: 32px 20px;
    border-bottom: 3px solid var(--gold)
}

.pub-hero-inner {
    max-width: 1200px;
    margin: 0 auto
}

.pub-hero h1 {
    font-family: var(--serif);
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: -.5px
}

.pub-hero p {
    font-family: var(--sans);
    font-size: 12.5px;
    color: rgba(255, 255, 255, .55);
    line-height: 1.7;
    max-width: 680px
}

.pub-filter-bar {
    background: var(--paper2);
    border-bottom: 2px solid var(--rule);
    padding: 10px 20px
}

.pub-filter-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 0;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px
}

.pf-lbl {
    font-family: var(--sans);
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--muted);
    margin-right: 6px
}

.pfchip {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 600;
    padding: 4px 10px;
    border: 1px solid var(--rule);
    border-radius: 20px;
    cursor: pointer;
    color: var(--muted);
    background: #fff;
    transition: all .15s
}

.pfchip:hover,
.pfchip.on {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy)
}

/* Publication list */
.pub-list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 20px
}

.pub-list-grid {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 28px
}

.pub-list-main {}

.pub-entry {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 0;
    border-bottom: 1px solid var(--rule);
    margin-bottom: 0;
    cursor: pointer;
    transition: background .15s;
    background: #fff;
    overflow: hidden
}

.pub-entry:hover {
    background: var(--paper)
}

.pub-entry-img {
    height: 160px;
    position: relative;
    overflow: hidden;
    width: 100%
}

.pub-entry-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pub-entry-body {
    padding: 18px 20px
}

.pub-type-badge {
    display: inline-block;
    font-family: var(--sans);
    font-size: 8.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 3px 8px;
    border-radius: 1px;
    margin-bottom: 8px
}

.badge-obs {
    background: #c8271f;
    color: #fff
}

.badge-policy {
    background: #0a2d6e;
    color: #fff
}

.badge-info {
    background: #e8a000;
    color: #071e4a
}

.badge-disc {
    background: #5b3fc8;
    color: #fff
}

.badge-pub {
    background: #1a7a50;
    color: #fff
}

.badge-news {
    background: #1a6aa0;
    color: #fff
}

.pub-entry h3 {
    font-family: var(--serif);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--ink);
    margin-bottom: 8px
}

.pub-entry .excerpt {
    font-family: var(--serif);
    font-size: 12px;
    color: var(--muted);
    line-height: 1.65;
    margin-bottom: 10px
}

.pub-meta-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.pub-theme-tag {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 2px 7px;
    border-radius: 1px;
    background: var(--paper2);
    color: var(--navy);
    border: 1px solid var(--rule)
}

.read-time {
    font-family: var(--sans);
    font-size: 10px;
    color: var(--label)
}

.read-count {
    font-family: var(--sans);
    font-size: 10px;
    color: var(--label)
}

/* Sidebar for pub pages */
.pub-sidebar {}

.pub-sidebar .widget {
    background: #fff;
    border: 1px solid var(--rule);
    padding: 16px;
    margin-bottom: 16px
}

/* MISC */
.hdiv {
    height: 1px;
    background: var(--rule);
    margin: 22px 0
}

.gap {
    height: 26px
}

.tdcount {
    font-family: var(--sans);
    font-size: 11.5px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 11px
}

/* DATA TOOLS BAND */
.dtband {
    background: var(--paper2);
    border-top: 1px solid var(--rule);
    border-bottom: 2px solid var(--ruled);
    padding: 22px 20px;
    margin: 0
}

.dtbi {
    max-width: 1200px;
    margin: 0 auto
}

.bh {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--muted);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px
}

.bh::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--rule)
}

.dtg {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px
}

.dtc {
    border: 1px solid var(--rule);
    background: #fff;
    padding: 14px;
    cursor: pointer;
    transition: all .15s;
    border-top: 3px solid var(--navy)
}

.dtc:hover {
    border-top-color: var(--red);
    box-shadow: 0 3px 12px rgba(10, 45, 110, .08)
}

.dtic {
    font-size: 22px;
    margin-bottom: 8px
}

.dtc h3 {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 4px
}

.dtc p {
    font-family: var(--sans);
    font-size: 11px;
    color: var(--muted);
    line-height: 1.5
}

.dtcta {
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 700;
    color: var(--red);
    margin-top: 8px
}

/* VISUAL FEATURE */
.vdf {
    background: var(--nd);
    display: grid;
    grid-template-columns: 1fr 230px;
    margin: 0
}

.vdfl {
    padding: 26px
}

.vlab {
    font-family: var(--sans);
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--gold);
    margin-bottom: 8px
}

.vdfl h2 {
    font-family: var(--serif);
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 10px
}

.vdfl p {
    font-family: var(--sans);
    font-size: 12px;
    color: rgba(255, 255, 255, .52);
    line-height: 1.7;
    margin-bottom: 16px
}

.bexp {
    background: var(--gold);
    color: var(--nd);
    font-family: var(--sans);
    font-size: 11.5px;
    font-weight: 700;
    padding: 9px 18px;
    border-radius: 1px;
    display: inline-block
}

.vdfr {
    background: rgba(255, 255, 255, .04);
    border-left: 1px solid rgba(255, 255, 255, .08);
    padding: 24px
}

.mct {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--gold);
    margin-bottom: 12px
}

.brow {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}

.blbl {
    font-family: var(--sans);
    font-size: 10px;
    color: rgba(255, 255, 255, .45);
    width: 55px;
    text-align: right;
    flex-shrink: 0
}

.btrk {
    flex: 1;
    height: 13px;
    background: rgba(255, 255, 255, .07);
    border-radius: 1px;
    overflow: hidden
}

.bfil {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 5px
}

.bfil span {
    font-family: var(--sans);
    font-size: 8px;
    font-weight: 700;
    color: rgba(255, 255, 255, .85)
}

.bfg {
    background: var(--gold)
}

.bfr {
    background: var(--red)
}

.bfm {
    background: rgba(255, 255, 255, .2)
}

/* THEME BAND */
.tband {
    background: var(--paper2);
    border-top: 1px solid var(--rule);
    border-bottom: 2px solid var(--ruled);
    padding: 22px 20px;
    margin: 0
}

.tbi {
    max-width: 1200px;
    margin: 0 auto
}

.trow {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 8px
}

.tpill {
    background: #fff;
    border: 1px solid var(--rule);
    padding: 10px 10px;
    text-align: center;
    cursor: pointer;
    transition: all .15s;
    border-top: 3px solid transparent
}

.tpill:hover {
    border-top-color: var(--navy);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.tpi {
    font-size: 17px;
    margin-bottom: 4px
}

.tpn {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3
}

.tpc {
    font-family: var(--sans);
    font-size: 8.5px;
    color: var(--label);
    margin-top: 2px
}

/* OPINION */
.opstrip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--rule);
    border: 1px solid var(--rule)
}

.opi {
    background: #fff;
    padding: 16px;
    cursor: pointer;
    transition: background .15s
}

.opi:hover {
    background: var(--paper)
}

.opby {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px
}

.opav {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0
}

.avr {
    background: var(--red)
}

.avg {
    background: var(--gd)
}

.oan {
    font-family: var(--sans);
    font-size: 11.5px;
    font-weight: 700;
    color: var(--ink)
}

.oar {
    font-family: var(--sans);
    font-size: 9.5px;
    color: var(--muted);
    margin-top: 1px
}

.opi h3 {
    font-family: var(--serif);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--ink);
    margin-bottom: 6px
}

.opex {
    font-family: var(--serif);
    font-size: 12px;
    color: var(--muted);
    line-height: 1.6
}

/* ══════════════════════════════════
   ENGAGE SECTION — FROM V2
══════════════════════════════════ */
.engage-band {
    background: var(--nd);
    padding: 42px 20px 36px;
    margin: 0
}

.ebi {
    max-width: 1200px;
    margin: 0 auto
}

.engage-mast {
    margin-bottom: 28px
}

.e-lbl {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: var(--gold);
    margin-bottom: 8px
}

.engage-mast h2 {
    font-family: var(--serif);
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 6px
}

.engage-mast p {
    font-family: var(--sans);
    font-size: 12.5px;
    color: rgba(255, 255, 255, .48);
    line-height: 1.65;
    max-width: 620px
}

.egrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(255, 255, 255, .08);
    margin-bottom: 1px
}

.egrid2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1px;
    background: rgba(255, 255, 255, .08)
}

.ecol {
    background: #071e4a;
    padding: 22px;
    transition: background .15s
}

.ecol:hover {
    background: rgba(255, 255, 255, .025)
}

.ec-icon {
    font-size: 24px;
    margin-bottom: 9px
}

.ec-title {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 8px
}

.ec-desc {
    font-family: var(--sans);
    font-size: 11px;
    color: rgba(255, 255, 255, .48);
    line-height: 1.65;
    margin-bottom: 14px
}

.ef {
    width: 100%;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    color: #fff;
    font-family: var(--sans);
    font-size: 11.5px;
    padding: 7px 10px;
    border-radius: 1px;
    margin-bottom: 7px
}

select.ef {
    min-height: 36px;
    box-sizing: border-box;
    line-height: normal;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.ef::placeholder {
    color: rgba(255, 255, 255, .28)
}

.eb-gold {
    width: 100%;
    padding: 8px;
    background: var(--gold);
    color: var(--nd);
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 700;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    letter-spacing: .04em
}

.eb-out {
    width: 100%;
    padding: 7px;
    background: transparent;
    color: rgba(255, 255, 255, .65);
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 1px;
    cursor: pointer;
    letter-spacing: .04em
}

.eb-out:hover {
    background: rgba(255, 255, 255, .07);
    color: #fff
}

.elink {
    font-family: var(--sans);
    font-size: 10.5px;
    color: rgba(255, 255, 255, .48);
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 0;
    border-bottom: 1px dotted rgba(255, 255, 255, .08);
    cursor: pointer;
    transition: color .15s
}

.elink:hover {
    color: var(--gold)
}

.elink:last-child {
    border-bottom: none
}

.e-sec-lbl {
    font-family: var(--sans);
    font-size: 8.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: rgba(255, 255, 255, .3);
    margin-bottom: 9px;
    margin-top: 14px
}

/* PETITION SECTION */
.pet-band {
    background: var(--paper2);
    border-top: 2px solid var(--ruled);
    border-bottom: 2px solid var(--ruled);
    padding: 28px 20px;
    margin: 0
}

.pbi {
    max-width: 1200px;
    margin: 0 auto
}

.pgrid2 {
    display: grid;
    grid-template-columns: 1fr 1fr 280px;
    gap: 1px;
    background: var(--rule);
    border: 1px solid var(--rule)
}

.pcol {
    background: #fff;
    padding: 20px
}

.p-status {
    font-family: var(--sans);
    font-size: 8.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 2px 7px;
    border-radius: 1px;
    display: inline-block;
    margin-bottom: 8px
}

.ps-red {
    background: var(--red);
    color: #fff
}

.ps-blue {
    background: var(--nm);
    color: #fff
}

.pcol h3 {
    font-family: var(--serif);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--ink);
    margin-bottom: 8px
}

.pcol p {
    font-family: var(--serif);
    font-size: 12px;
    color: var(--muted);
    line-height: 1.65;
    margin-bottom: 12px
}

.pbar-bg {
    height: 5px;
    background: var(--rule);
    border-radius: 2px;
    margin-bottom: 5px
}

.pbar {
    height: 100%;
    border-radius: 2px
}

.pcount {
    font-family: var(--sans);
    font-size: 10px;
    color: var(--muted);
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px
}

.pcount strong {
    color: var(--ink)
}

.p-sign {
    background: var(--navy);
    color: #fff;
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 700;
    padding: 7px 16px;
    border-radius: 1px;
    border: none;
    cursor: pointer;
    letter-spacing: .04em;
    display: inline-block
}

.psidebar {
    background: var(--paper2);
    padding: 20px
}

.psidebar h4 {
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--navy);
    border-bottom: 2px solid var(--navy);
    padding-bottom: 8px;
    margin-bottom: 13px
}

.psidebar p {
    font-family: var(--sans);
    font-size: 11px;
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 11px
}

.pf,
.fafen-light-form .gform_wrapper select,
.fafen-light-form .gform_wrapper input[type="text"],
.fafen-light-form .gform_wrapper input[type="email"],
.fafen-light-form .gform_wrapper textarea {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid var(--rule);
    font-family: var(--sans);
    font-size: 11.5px;
    background: #fff;
    border-radius: 1px;
    margin-bottom: 7px;
    color: var(--ink)
}

.fafen-light-form .gform_wrapper select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    min-height: 36px;
    box-sizing: border-box;
    line-height: normal;
}


.p-submit {
    width: 100%;
    padding: 8px;
    background: var(--red);
    color: #fff;
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    border-radius: 1px
}

.p-note {
    font-family: var(--sans);
    font-size: 8.5px;
    color: var(--label);
    margin-top: 8px;
    line-height: 1.5
}

/* ABOUT THIS REPORT SECTION */
.about-report-box {
    border: 1px solid var(--rule);
    background: #fff;
    padding: 24px;
    margin: 30px 0;
    border-radius: 2px;
    font-family: var(--sans);
}
.arb-header {
    margin-bottom: 20px;
    border-bottom: 2px solid var(--navy);
    padding-bottom: 8px;
}
.arb-header h3 {
    color: var(--navy);
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    letter-spacing: 0.05em;
}
.arb-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.arb-meta li {
    margin-bottom: 10px;
    font-size: 14.5px;
    color: var(--ink);
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}
.arb-meta li strong {
    color: var(--ink);
    font-weight: 700;
    min-width: 160px;
    display: inline-block;
}
.arb-meta li span {
    color: var(--muted);
}
.arb-icon {
    font-size: 16px;
    margin-right: 2px;
    color: var(--ink);
}
.arb-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.arb-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.2s;
}
.arb-btn-pdf {
    background: var(--navy);
    color: #fff;
}
.arb-btn-pdf:hover {
    background: var(--nd);
    transform: translateY(-1px);
}
.arb-btn-audio {
    background: #f2f0eb;
    color: var(--ink);
    border: 1px solid var(--rule);
}
.arb-btn-audio:hover {
    background: var(--paper2);
    transform: translateY(-1px);
}
.arb-audio-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}
.arb-play {
    width: 24px;
    height: 24px;
    background: var(--red);
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.arb-play::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #fff;
    margin-left: 2px;
}

@media (max-width: 600px) {
    .arb-meta li {
        flex-direction: column;
        gap: 2px;
    }
    .arb-meta li strong {
        min-width: auto;
    }
    .arb-btn {
        width: 100%;
        justify-content: center;
    }
}

/* EVENTS / MEDIA / RSS */
.emr-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1px;
    background: var(--rule);
    border: 1px solid var(--rule)
}

.emr-col {
    background: #fff;
    padding: 18px
}

.emr-title {
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--navy);
    border-bottom: 2px solid var(--navy);
    padding-bottom: 8px;
    margin-bottom: 14px
}

.ev-item {
    padding: 9px 0;
    border-bottom: 1px solid var(--rule)
}

.ev-item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.ev-date {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    color: var(--red);
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.ev-name {
    font-family: var(--serif);
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3;
    margin-bottom: 2px
}

.ev-loc {
    font-family: var(--sans);
    font-size: 9.5px;
    color: var(--label)
}

.mlink {
    font-family: var(--sans);
    font-size: 11px;
    color: var(--navy);
    padding: 6px 0;
    border-bottom: 1px dotted var(--rule);
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer
}

.mlink:hover {
    color: var(--red)
}

.mlink:last-child {
    border-bottom: none
}

.rlink {
    font-family: var(--sans);
    font-size: 11px;
    color: var(--nm);
    padding: 6px 0;
    border-bottom: 1px dotted var(--rule);
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer
}

.rlink:hover {
    color: var(--red)
}

.rlink:last-child {
    border-bottom: none
}

.rss-badge {
    background: var(--gold);
    color: var(--nd);
    font-size: 7.5px;
    font-weight: 700;
    padding: 1px 5px;
    border-radius: 1px;
    flex-shrink: 0
}

/* CITIZEN OBSERVER BAND */
.cobs {
    background: var(--navy);
    padding: 32px 20px;
    margin: 0
}

.cobs-in {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 48px
}

.cobs-txt {
    flex: 1
}

.cobs-lbl {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: var(--gold);
    margin-bottom: 8px
}

.cobs-txt h2 {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 8px
}

.cobs-txt p {
    font-family: var(--sans);
    font-size: 12px;
    color: rgba(255, 255, 255, .52);
    line-height: 1.65
}

.cobs-form {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 300px
}

.cf {
    padding: 8px 12px;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    font-family: var(--sans);
    font-size: 11.5px;
    border-radius: 1px
}

.cf::placeholder {
    color: rgba(255, 255, 255, .32)
}

.cb {
    padding: 9px;
    background: var(--gold);
    color: var(--nd);
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 700;
    border: none;
    border-radius: 1px;
    cursor: pointer
}

/* FOOTER */
footer {
    background: var(--ink);
    color: rgba(255, 255, 255, .48);
    padding: 36px 0 20px
}

.fi {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.fgrid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
    gap: 22px;
    margin-bottom: 28px
}

.fbrand {}

.flogo {
    width: 140px;
    height: auto;
    margin-bottom: 16px;
}

.flogo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.fbrand h3 {
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: -.5px
}

.fbrand h3 span {
    color: var(--red)
}

.fbrand p {
    font-family: var(--sans);
    font-size: 10.5px;
    line-height: 1.7
}

.fsoc {
    display: flex;
    gap: 7px;
    margin-top: 11px
}

.fsb {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    cursor: pointer;
    transition: all .15s
}

.fsb:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--nd)
}

.fc2 h4 {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--gold);
    margin-bottom: 10px
}

.fc2 a {
    display: block;
    font-family: var(--sans);
    font-size: 10.5px;
    color: rgba(255, 255, 255, .48);
    margin-bottom: 6px;
    transition: color .15s
}

.fc2 a:hover {
    color: #fff
}

.fc2 a.hi {
    color: var(--gold)
}

.fbot {
    border-top: 1px solid rgba(255, 255, 255, .07);
    padding-top: 14px;
    display: flex;
    justify-content: space-between;
    font-family: var(--sans);
    font-size: 10px
}

@media(max-width:960px) {

    .hgrid,
    .tcol,
    .egrid,
    .egrid2,
    .pgrid2,
    .emr-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .hbot,
    .hside {
        gap: 24px
    }

    .hlead,
    .hside {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .hbot {
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
    }

    .mrlist {
        grid-template-columns: 1fr 1fr
    }

    .trow {
        grid-template-columns: repeat(2, 1fr)
    }

    .dtg {
        grid-template-columns: 1fr 1fr
    }

    .opstrip {
        grid-template-columns: 1fr
    }

    .fgrid {
        grid-template-columns: 1fr 1fr
    }

    .vdf {
        grid-template-columns: 1fr
    }

    .cobs-in {
        flex-direction: column
    }

    .macts {
        flex-wrap: wrap
    }

    /* Prevent horizontal scroll leakage on tablet rows */
    .mrband,
    .tband,
    .dtband,
    .pet-band,
    .engage-band,
    .cobs,
    .article-engage {
        width: auto;
        margin-left: -20px !important;
        margin-right: -20px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media(max-width:768px) {
    .pnav {
        position: relative !important;
        z-index: 200;
        box-shadow: none;
    }

    /* Disable sticky header on mobile to prevent full-screen lockout */
    .pnav-mobile-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .pni2 {
        display: none;
        flex-direction: column;
        padding: 0;
        width: 100%;
        background: var(--navy);
    }

    .pni2.is-open {
        display: flex;
    }

    .pni {
        padding: 14px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        height: auto;
        border-right: none;
    }

    .pni:hover,
    .pni.current-menu-item,
    .pni.current-menu-parent,
    .pni.current-menu-ancestor,
    .pni.current-category,
    .pni.current-category-ancestor,
    .pni.current-post-ancestor {
        border-left: 4px solid var(--gold);
        border-bottom-color: rgba(255, 255, 255, 0.06);
        padding-left: 16px;
    }

    .pnav-r {
        margin-left: auto;
        border-left: 1px solid rgba(255, 255, 255, 0.08);
    }

    .pnav-listen {
        height: 48px;
        border-left: none;
    }

    .thematic-desktop-only {
        display: none !important;
    }

    .thematic-mobile-only {
        display: block !important;
        position: static;
        padding-bottom: 8px;
    }

    .a11y-bar,
    .gt-bar,
    .ubar {
        height: auto !important;
        min-height: 27px;
        padding: 4px 0;
    }

    .a11y-inner,
    .gt-inner,
    .uw {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .a11y-right {
        margin: 0 auto;
        justify-content: center;
    }

    .desktop-lang {
        display: none !important;
    }

    .lang-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pbbar {
        top: 49px;
        background: var(--paper) !important;
        border-bottom: none;
    }

    .admin-bar .pbbar {
        top: 95px
    }

    .pbbi {
        display: none;
        flex-direction: column;
        padding: 0;
        align-items: stretch;
    }

    .pbbi.is-open {
        display: flex;
    }

    .pbt {
        padding: 14px 20px;
        border-bottom: 1px solid var(--rule);
        border-right: none;
        margin-bottom: 0 !important;
        color: var(--navy);
    }

    .pbt:first-child {
        padding-left: 20px;
    }

    .pbt.on,
    .pbt.current-menu-item,
    .pbt:hover {
        color: var(--navy);
        border-left: 4px solid var(--navy);
        padding-left: 16px;
        border-bottom: 1px solid var(--rule);
        background: var(--paper2);
    }

    .mobile-lang-select {
        display: block !important;
        margin: 4px auto;
        background: #16304f;
        color: #5ba3d8;
        border: 1px solid rgba(255, 255, 255, .2);
        font-family: var(--sans);
        font-size: 11px;
        padding: 4px;
        border-radius: 2px;
    }

    .mrband,
    .tband,
    .dtband,
    .pet-band,
    .engage-band,
    .cobs,
    .article-engage {
        width: auto;
        margin-left: -20px !important;
        margin-right: -20px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .mrlist {
        grid-template-columns: 1fr
    }

    .dtg {
        grid-template-columns: 1fr
    }

    .fgrid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .fbrand {
        grid-column: 1 / -1;
        margin-bottom: 8px;
    }

    .fbot {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        text-align: center;
    }

    .hlead .imgbox {
        height: 420px;
        width: 100%
    }

    .sf-large {
        color: var(--ink) !important;
    }

    .pub-entry {
        grid-template-columns: 1fr
    }

    .pub-entry-img {
        height: 200px;
        width: 100%
    }

    .hbot {
        grid-template-columns: 1fr
    }

    .hside {
        gap: 16px
    }

    .mt {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px
    }

    .mr2 {
        align-items: center;
        text-align: center;
    }

    .mmeta {
        text-align: center;
        line-height: 1.4
    }

    .macts {
        flex-wrap: wrap;
        justify-content: center;
    }

    .mword h1 {
        font-size: 36px
    }

    .pub-list-grid {
        grid-template-columns: 1fr
    }

    .content-grid {
        grid-template-columns: 1fr
    }

    .article-layout {
        grid-template-columns: 1fr
    }

    .related-grid {
        grid-template-columns: 1fr
    }

    .cf-row {
        grid-template-columns: 1fr
    }
}

@media(max-width:480px) {

    .a11y-inner,
    .gt-inner,
    .uw {
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px;
    }

    .a11y-item,
    .pbt {
        white-space: normal;
        justify-content: center;
    }

    .a11y-right,
    .ul,
    .ur {
        flex-wrap: wrap;
        justify-content: center;
    }

    .trow {
        grid-template-columns: 1fr
    }

    .desktop-lang {
        display: none !important;
    }

    .gt-note {
        display: none
    }

    .lang-list {
        flex-wrap: wrap;
        gap: 4px
    }

    .lb {
        font-size: 9.5px;
        padding: 2px 6px
    }

    .macts {
        flex-wrap: wrap;
    }

    .macts button {
        flex: 1 1 100%;
        text-align: center;
        justify-content: center
    }

    .engage-mast h2 {
        font-size: 22px
    }

    .cb {
        width: 100%
    }

    .tbs-num {
        font-size: 20px
    }

    .tb-title {
        font-size: 28px
    }

    .fcard h2 {
        font-size: 18px
    }
}

/* ─── INDIVIDUAL ARTICLE PAGE ─── */
.article-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 20px;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 32px
}

.article-main {}

.article-breadcrumb {
    font-family: var(--sans);
    font-size: 10.5px;
    color: var(--label);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 6px
}

.article-breadcrumb span {
    cursor: pointer;
    color: var(--nm)
}

.article-breadcrumb span:hover {
    color: var(--red)
}

.article-breadcrumb i {
    color: var(--ruled)
}

.article-type-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px
}

.art-badge {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 4px 10px;
    border-radius: 1px
}

.article-main h1 {
    font-family: var(--serif);
    font-size: 32px;
    font-weight: 900;
    line-height: 1.2;
    color: var(--ink);
    margin-bottom: 14px;
    letter-spacing: -.5px
}

.article-byline {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    margin-bottom: 18px
}

.byline-av {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0
}

.byline-name {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 700;
    color: var(--ink)
}

.byline-role {
    font-family: var(--sans);
    font-size: 10px;
    color: var(--muted);
    margin-top: 1px
}

.byline-meta {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px
}

.read-time-badge {
    font-family: var(--sans);
    font-size: 11px;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 5px
}

.total-reads {
    font-family: var(--sans);
    font-size: 10px;
    color: var(--label)
}

.article-img {
    height: 420px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin-bottom: 6px;
    display: flex;
    justify-content: center;
    background: var(--paper2);
}

.article-img.iph {
    height: 420px;
}

.article-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 480px;
}

.article-img-cap {
    font-family: var(--sans);
    font-size: 9px;
    color: var(--label);
    margin-bottom: 18px;
    font-style: italic
}

.article-body {
    font-family: var(--serif);
    font-size: 16px;
    line-height: 1.8;
    color: var(--ink)
}

.article-body p {
    margin-bottom: 20px
}

.article-body h2 {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 700;
    color: var(--ink);
    margin: 30px 0 14px;
    letter-spacing: -.3px
}

.article-body h3 {
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 700;
    color: var(--ink);
    margin: 24px 0 10px
}

.article-body blockquote {
    border-left: 4px solid var(--gold);
    padding: 12px 20px;
    margin: 24px 0;
    background: var(--paper2)
}

.article-body blockquote p {
    font-size: 15px;
    color: var(--muted);
    font-style: italic;
    margin: 0
}

.article-body ul,
.article-body ol {
    padding-left: 22px;
    margin-bottom: 20px
}

.article-body li {
    margin-bottom: 8px;
    line-height: 1.7
}

.article-body .key-finding {
    background: var(--nd);
    color: #fff;
    padding: 20px;
    border-radius: 2px;
    margin: 24px 0
}

.article-body .key-finding h4 {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: var(--gold);
    margin-bottom: 8px
}

.article-body .key-finding p {
    font-size: 15px;
    color: rgba(255, 255, 255, .8);
    margin: 0
}

/* Article engagement bar */
.article-engage {
    background: var(--paper2);
    border-top: 2px solid var(--rule);
    border-bottom: 2px solid var(--rule);
    padding: 16px 0;
    margin: 28px 0
}

.engage-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.engage-lbl {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--muted);
    margin-right: 4px
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    padding: 7px 14px;
    border: 1px solid var(--rule);
    border-radius: 2px;
    cursor: pointer;
    background: #fff;
    transition: all .15s;
    color: var(--ink)
}

.share-btn:hover {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy)
}

.share-x {
    border-color: #000
}

.share-x:hover {
    background: #000
}

.share-wa {
    border-color: #25d366
}

.share-wa:hover {
    background: #25d366
}

.share-li {
    border-color: #0077b5
}

.share-li:hover {
    background: #0077b5;
    color: #fff
}

.share-copy {
    border-color: var(--gold)
}

.share-copy:hover {
    background: var(--gold);
    color: var(--nd)
}

/* Reading progress */
.read-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: var(--gold);
    z-index: 9999;
    transition: width .1s linear;
    width: 0%
}

/* Comment section */
.comment-section {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 2px solid var(--rule)
}

.comment-section h3 {
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 6px
}

.comment-note {
    font-family: var(--sans);
    font-size: 11px;
    color: var(--muted);
    margin-bottom: 20px;
    background: var(--paper2);
    padding: 10px 14px;
    border-left: 3px solid var(--gold);
    border-radius: 0 2px 2px 0
}

.comment-form {
    background: #fff;
    border: 1px solid var(--rule);
    padding: 20px;
    margin-bottom: 20px
}

.cf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px
}

.cf-input {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid var(--rule);
    font-family: var(--sans);
    font-size: 12px;
    background: var(--paper);
    color: var(--ink);
    border-radius: 1px
}

.cf-input:focus {
    outline: none;
    border-color: var(--navy)
}

.cf-textarea {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid var(--rule);
    font-family: var(--sans);
    font-size: 12px;
    background: var(--paper);
    color: var(--ink);
    border-radius: 1px;
    resize: vertical;
    min-height: 100px
}

.cf-textarea:focus {
    outline: none;
    border-color: var(--navy)
}

.cf-submit {
    background: var(--navy);
    color: #fff;
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 1px;
    letter-spacing: .04em
}

.cf-note {
    font-family: var(--sans);
    font-size: 9.5px;
    color: var(--label);
    margin-top: 8px;
    line-height: 1.5
}

.comment-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.comment-item {
    background: #fff;
    border: 1px solid var(--rule);
    padding: 16px
}

.comment-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px
}

.com-av {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--paper2);
    border: 1px solid var(--rule);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 700;
    color: var(--navy);
    flex-shrink: 0
}

.com-name {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 700;
    color: var(--ink)
}

.com-date {
    font-family: var(--sans);
    font-size: 10px;
    color: var(--label);
    margin-left: auto
}

.com-text {
    font-family: var(--serif);
    font-size: 13px;
    color: var(--muted);
    line-height: 1.65
}

.com-text p {
    margin-bottom: 0;
}

.com-moderated {
    font-family: var(--sans);
    font-size: 9px;
    color: var(--gd);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-top: 6px
}

/* Related content */
.related-band {
    background: var(--paper2);
    border-top: 2px solid var(--rule);
    padding: 28px 20px;
    margin-top: 0
}

.related-inner {
    max-width: 1200px;
    margin: 0 auto
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--rule);
    border: 1px solid var(--rule);
    margin-top: 14px
}

.rel-card {
    background: #fff;
    cursor: pointer;
    transition: background .15s
}

.rel-card:hover {
    background: var(--paper)
}

.rel-card-body {
    padding: 12px 14px
}

.rel-card h4 {
    font-family: var(--serif);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--ink);
    margin-bottom: 6px;
    margin-top: 6px
}

.rel-card h4 a {
    text-decoration: none;
    color: inherit
}

.rel-card .rsmeta {
    font-family: var(--sans);
    font-size: 10px;
    color: var(--label)
}

/* Article sidebar */
.article-sidebar {}

.as-sticky {
    position: sticky;
    top: 58px
}

.art-sidebar-widget {
    background: #fff;
    border: 1px solid var(--rule);
    padding: 16px;
    margin-bottom: 16px
}

.art-sidebar-widget h4 {
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--navy);
    padding-bottom: 8px;
    border-bottom: 2px solid var(--navy);
    margin-bottom: 12px
}

/* Pagination */

/* Post Content Styles */
.post-content {
    font-size: 16px;
    line-height: 1.8;
}

.post-content h2,
.post-content h3 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-family: var(--serif);
    color: var(--navy);
}

.post-content p {
    margin-bottom: 1em;
}

.post-content img {
    max-width: 100%;
    height: auto;
}

.post-content ul,
.post-content ol {
    margin-left: 20px;
    margin-bottom: 1em;
}

.post-content li {
    margin-bottom: 0.5em;
}


/* GRAVITY FORMS INTEGRATION (Dark/Light Modes) */
.nlw .gform_wrapper form { margin: 0 !important; padding: 0 !important; }
.nlw .gform_wrapper .gform_heading { display: none !important; }
.nlw .gform_wrapper .gform_body { margin: 0 !important; }
.nlw .gform_wrapper .gform_fields { list-style: none !important; padding: 0 !important; margin: 0 !important; display: flex !important; flex-direction: column !important; gap: 7px !important; }
.nlw .gform_wrapper .gfield { margin: 0 !important; padding: 0 !important; clear: none !important; }
.nlw .gform_wrapper .gfield_label,
.nlw .gform_wrapper .gfield_description { display: none !important; }
.nlw .gform_wrapper input[type="text"],
.nlw .gform_wrapper input[type="email"],
.nlw .gform_wrapper input[type="tel"],
.nlw .gform_wrapper input[type="number"],
.nlw .gform_wrapper select,
.nlw .gform_wrapper textarea {
    width: 100% !important;
    padding: 7px 10px !important;
    background: rgba(255,255,255,0.09) !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    color: #fff !important;
    font-family: var(--sans) !important;
    font-size: 11.5px !important;
    border-radius: 1px !important;
    box-sizing: border-box !important;
}
.nlw .gform_wrapper input::placeholder,
.nlw .gform_wrapper textarea::placeholder {
    color: rgba(255,255,255,0.3) !important;
}
.nlw .gform_wrapper textarea { resize: vertical !important; min-height: 80px !important; }
.nlw .gform_wrapper select option { background: var(--navy) !important; color: #fff !important; }
.nlw .gform_wrapper .gform_button {
    width: 100% !important;
    padding: 8px !important;
    background: var(--gold) !important;
    color: var(--nd) !important;
    font-family: var(--sans) !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 1px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
    margin-top: 2px !important;
}
.nlw .gform_wrapper .gform_button::after {
    content: " →" !important;
}
.nlw .gform_wrapper .gform_button:hover {
    opacity: 0.9 !important;
}
.nlw .gform_wrapper .gfield_checkbox { list-style: none !important; padding: 0 !important; margin: 0 !important; display: flex !important; flex-wrap: wrap !important; gap: 4px !important; margin-bottom: 3px !important; }
.nlw .gform_wrapper .gfield_checkbox .gchoice { display: inline-block !important; margin: 0 !important; padding: 0 !important; }
.nlw .gform_wrapper .gfield_checkbox input[type="checkbox"] { display: none !important; }
.nlw .gform_wrapper .gfield_checkbox label {
    font-family: var(--sans) !important;
    font-size: 9px !important;
    font-weight: 600 !important;
    padding: 3px 7px !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    border-radius: 2px !important;
    color: rgba(255,255,255,0.48) !important;
    cursor: pointer !important;
    background: transparent !important;
    transition: all 0.15s !important;
    display: inline-block !important;
    max-width: none !important;
}
.nlw .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label {
    background: var(--gold) !important;
    color: var(--nd) !important;
    border-color: var(--gold) !important;
}

/* Light Mode Form (Start Petition sidebar) */
.fafen-light-form .gform_wrapper form { margin: 0 !important; padding: 0 !important; }
.fafen-light-form .gform_wrapper .gform_heading { display: none !important; }
.fafen-light-form .gform_wrapper .gform_body { margin: 0 !important; }
.fafen-light-form .gform_wrapper .gform_fields { list-style: none !important; padding: 0 !important; margin: 0 !important; display: flex !important; flex-direction: column !important; gap: 7px !important; }
.fafen-light-form .gform_wrapper .gfield { margin: 0 !important; padding: 0 !important; }
.fafen-light-form .gform_wrapper .gfield_label,
.fafen-light-form .gform_wrapper .gfield_description { display: none !important; }
.fafen-light-form .gform_wrapper input[type="text"],
.fafen-light-form .gform_wrapper input[type="email"],
.fafen-light-form .gform_wrapper input[type="tel"],
.fafen-light-form .gform_wrapper input[type="number"],
.fafen-light-form .gform_wrapper select,
.fafen-light-form .gform_wrapper textarea {
    width: 100% !important;
    padding: 7px 10px !important;
    border: 1px solid var(--rule) !important;
    font-family: var(--sans) !important;
    font-size: 11.5px !important;
    background: #fff !important;
    border-radius: 1px !important;
    color: var(--ink) !important;
    box-sizing: border-box !important;
}
.fafen-light-form .gform_wrapper .gform_button {
    width: 100% !important;
    padding: 8px !important;
    background: var(--red) !important;
    color: #fff !important;
    font-family: var(--sans) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    border: none !important;
    cursor: pointer !important;
    border-radius: 1px !important;
    margin-top: 2px !important;
    text-transform: uppercase !important;
}
.fafen-light-form .gform_wrapper .gform_button:hover {
    background: #b9151b !important;
}

/* ABOUT THIS REPORT SECTION */
.about-report-box {
    border: 1px solid var(--rule);
    background: #fff;
    padding: 24px;
    margin: 30px 0;
    border-radius: 2px;
    font-family: var(--sans);
}
.arb-header {
    margin-bottom: 20px;
    border-bottom: 2px solid var(--navy);
    padding-bottom: 8px;
}
.arb-header h3 {
    color: var(--navy);
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    letter-spacing: 0.05em;
}
.arb-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.arb-meta-list {
    margin: 0;
    padding: 0;
}
.arb-row {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--ink);
}
.arb-row strong {
    color: var(--ink);
    font-weight: 700;
    margin-right: 4px;
}
.arb-row span {
    color: #888;
    font-weight: 400;
}
.arb-icon {
    font-size: 16px;
    margin-right: 2px;
    color: var(--ink);
}
.arb-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.arb-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.2s;
}
.arb-btn-pdf {
    background: var(--navy);
    color: #fff;
}
.arb-btn-pdf:hover {
    background: var(--nd);
    transform: translateY(-1px);
}
.arb-btn-audio {
    background: #f2f0eb;
    color: var(--ink);
    border: 1px solid var(--rule);
}
.arb-btn-audio:hover {
    background: var(--paper2);
    transform: translateY(-1px);
}
.arb-audio-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}
.arb-play {
    width: 24px;
    height: 24px;
    background: var(--red);
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.arb-play::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #fff;
    margin-left: 2px;
}

@media (max-width: 600px) {
    .arb-meta li {
        flex-direction: column;
        gap: 2px;
    }
    .arb-meta li strong {
        min-width: auto;
    }
    .arb-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ABOUT THIS REPORT SIDEBAR OPTIMIZATIONS */
.article-sidebar .about-report-box {
    background: #fff;
    border: 1px solid var(--rule);
    padding: 24px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    border-top: none !important;
}

.pbbi {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.pbt {
    font-family: var(--sans);
    font-size: 10.5px;
    font-weight: 600;
    color: var(--muted);
    padding: 8px 13px;
    border-right: 1px solid var(--rule);
    white-space: nowrap;
    cursor: pointer;
    transition: all .15s;
}

.pbt:first-child {
    padding-left: 0;
}

.pbt:hover,
.pbt.current-menu-item {
    color: var(--ink);
}

.pbt.on,
.pbt.current-menu-item {
    color: var(--navy);
    border-bottom: 2px solid var(--navy);
    margin-bottom: -2px;
}

.pbt-right {
    margin-left: auto;
    font-weight: 700;
    color: var(--navy);
    border-right: none;
}

.article-sidebar .arb-header {
    margin-bottom: 15px;
}

.article-sidebar .arb-title {
    font-family: var(--sans);
    font-size: 15px;
    font-weight: 700;
    color: var(--navy);
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 1.5px solid var(--navy);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Pagination */
.pagination {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--rule);
    justify-content: flex-start;
}

.pg-btn {
    width: 34px;
    height: 34px;
    border: 1px solid var(--rule);
    background: #fff;
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 600;
    color: var(--muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .15s;
    border-radius: 2px;
    text-decoration: none;
    box-sizing: border-box;
}

.pg-btn:hover, .pg-btn.on {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
}

.pg-btn.prev, .pg-btn.next {
    width: auto;
    padding: 0 12px;
    font-size: 11px;
}

.arb-btn-listen {
    transition: all 0.2s ease;
}

.arb-btn-listen:hover {
    background: #ebebeb !important;
    border-color: #ccc !important;
}

.arb-btn {
    white-space: nowrap;
    border-radius: 2px !important;
}

.arb-btn-pdf {
    background: var(--navy) !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.dashicons-clock, .dashicons-visibility {
    color: #888 !important;
    vertical-align: middle;
    margin-top: -2px;
}
