.sentiment-page {
    width: min(100% - 2rem, var(--site-width));
    margin: 0 auto;
    padding: 1rem 0 3rem;
    color: var(--brand-deep);
}

.sentiment-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.38rem;
    align-items: center;
    margin: 0 0 0.8rem;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.sentiment-breadcrumb a {
    color: var(--brand);
}

.sentiment-hero,
.sentiment-panel,
.sentiment-feed,
.sentiment-source-panel,
.sentiment-meta-grid > div,
.sentiment-insight,
.sentiment-article {
    border: 1px solid #c8d6e4;
    background: linear-gradient(135deg, #ffffff 0%, #f7fafc 100%);
}

.sentiment-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 18rem);
    gap: 1.2rem;
    align-items: center;
    padding: clamp(1rem, 2.4vw, 1.65rem);
}

.sentiment-hero-copy {
    min-width: 0;
}

.sentiment-kicker,
.sentiment-section-head p,
.sentiment-source-panel > div p {
    margin: 0;
    color: #425a73;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sentiment-hero h1 {
    margin: 0.2rem 0 0;
    color: #0b1d32;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: clamp(2.2rem, 4.7vw, 4.65rem);
    line-height: 0.95;
    letter-spacing: 0;
    text-wrap: balance;
}

.sentiment-subtitle {
    max-width: 76rem;
    margin: 0.65rem 0 0;
    color: #36516d;
    font-size: 1rem;
    font-weight: 650;
    line-height: 1.45;
}

.sentiment-link-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 1rem;
}

.sentiment-link-row a,
.sentiment-article a {
    color: var(--brand);
}

.sentiment-link-row a {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.38rem 0.72rem;
    border: 1px solid #b8cada;
    background: #f7fbff;
    font-size: 0.78rem;
    font-weight: 900;
    text-decoration: none;
}

.sentiment-link-row a:hover,
.sentiment-link-row a:focus {
    background: var(--brand);
    color: #fff;
}

.sentiment-score-card {
    display: grid;
    gap: 0.15rem;
    justify-items: start;
    align-self: stretch;
    align-content: center;
    padding: 1rem;
    border: 1px solid #b8cada;
    background: #f8fbfe;
}

.sentiment-tone-positive .sentiment-score-card {
    border-color: #7dc39f;
    background: linear-gradient(135deg, #effaf3 0%, #ffffff 100%);
}

.sentiment-tone-negative .sentiment-score-card {
    border-color: #df9b72;
    background: linear-gradient(135deg, #fff4ef 0%, #ffffff 100%);
}

.sentiment-tone-neutral .sentiment-score-card {
    border-color: #91bed5;
    background: linear-gradient(135deg, #eff8fc 0%, #ffffff 100%);
}

.sentiment-tone-positive .sentiment-score-card strong {
    color: #0b7a4b;
}

.sentiment-tone-negative .sentiment-score-card strong {
    color: #b64a12;
}

.sentiment-tone-neutral .sentiment-score-card strong {
    color: #2f85ae;
}

.sentiment-score-card span,
.sentiment-score-card small,
.sentiment-insight span,
.sentiment-meta-grid span {
    color: #526579;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sentiment-score-card strong {
    font-size: clamp(2.4rem, 4vw, 4.4rem);
    line-height: 1;
}

.sentiment-score-card em {
    font-style: normal;
    font-weight: 900;
}

.sentiment-meta-grid,
.sentiment-insight-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.7rem;
    margin-top: 0.7rem;
}

.sentiment-meta-grid > div,
.sentiment-insight {
    min-width: 0;
    padding: 0.85rem;
}

.sentiment-meta-grid strong,
.sentiment-insight strong {
    display: block;
    margin-top: 0.22rem;
    color: #06182c;
    font-size: 1.08rem;
    overflow-wrap: anywhere;
}

.sentiment-meta-grid small,
.sentiment-insight p {
    display: block;
    margin: 0.28rem 0 0;
    color: #425a73;
    font-size: 0.85rem;
    font-weight: 650;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.sentiment-insight {
    border-left-width: 4px;
}

.sentiment-tone-positive {
    border-left-color: #0b7a4b;
}

.sentiment-tone-negative {
    border-left-color: #b64a12;
}

.sentiment-tone-neutral {
    border-left-color: #2f85ae;
}

.sentiment-analytics-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 0.7rem;
    margin-top: 0.7rem;
}

.sentiment-dashboard-grid {
    align-items: start;
}

.sentiment-pair-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sentiment-dashboard-lower-grid {
    grid-template-columns: minmax(22rem, 0.95fr) minmax(24rem, 1.05fr);
}

.sentiment-ticker-analysis-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sentiment-split-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    margin-top: 0.7rem;
}

.sentiment-wide-panel {
    min-height: 0;
}

.sentiment-pressure-panel,
.sentiment-reaction-panel {
    margin-top: 0.7rem;
}

.sentiment-panel,
.sentiment-feed,
.sentiment-source-panel {
    min-width: 0;
    padding: clamp(0.82rem, 1.5vw, 1rem);
}

.sentiment-section-head,
.sentiment-source-panel {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.sentiment-section-head h2,
.sentiment-source-panel h2 {
    margin: 0.12rem 0 0;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.02;
    text-wrap: balance;
}

.sentiment-section-head > span {
    color: #425a73;
    font-size: 0.78rem;
    font-weight: 900;
    white-space: nowrap;
}

.sentiment-panel-link {
    color: #003366;
    font-size: 0.78rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.sentiment-panel-link:hover,
.sentiment-panel-link:focus {
    text-decoration: underline;
}

.sentiment-mix,
.sentiment-bars {
    display: grid;
    gap: 0.52rem;
    margin-top: 0.82rem;
}

.sentiment-pressure-bars {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sentiment-mix-row,
.sentiment-bar-row {
    display: grid;
    grid-template-columns: minmax(7rem, 1fr) 3rem minmax(8rem, 1.5fr);
    gap: 0.6rem;
    align-items: center;
    min-width: 0;
    padding-bottom: 0.52rem;
    border-bottom: 1px solid #dbe5ef;
    font-weight: 900;
}

.sentiment-mix-row span,
.sentiment-bar-row span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.sentiment-bar-link {
    color: #06182c;
    text-decoration: none;
}

.sentiment-bar-link:hover,
.sentiment-bar-link:focus {
    color: #003366;
    background: #f8fbfe;
}

.sentiment-bar-link:hover span,
.sentiment-bar-link:focus span {
    text-decoration: underline;
}

.sentiment-mix-row i,
.sentiment-bar-row i {
    display: block;
    height: 0.64rem;
    border: 1px solid #c8d6e4;
    background:
        linear-gradient(90deg, #003366 0%, #0b7a4b var(--bar), transparent var(--bar)),
        #f0f5f9;
}

.sentiment-tone-negative.sentiment-bar-row i,
.sentiment-bar-row.sentiment-tone-negative i {
    background:
        linear-gradient(90deg, #b64a12 0%, #d0641f var(--bar), transparent var(--bar)),
        #f0f5f9;
}

.sentiment-tone-neutral.sentiment-bar-row i,
.sentiment-bar-row.sentiment-tone-neutral i {
    background:
        linear-gradient(90deg, #2f85ae 0%, #5ba6c9 var(--bar), transparent var(--bar)),
        #f0f5f9;
}

.sentiment-mix-row.is-negative i {
    background:
        linear-gradient(90deg, #b64a12 0%, #d0641f var(--bar), transparent var(--bar)),
        #f0f5f9;
}

.sentiment-mix-row.is-neutral i {
    background:
        linear-gradient(90deg, #2f85ae 0%, #5ba6c9 var(--bar), transparent var(--bar)),
        #f0f5f9;
}

.sentiment-context-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
    margin-top: 0.7rem;
}

.sentiment-context-grid > div {
    min-width: 0;
    padding: 0.72rem;
    border: 1px solid #d6e2ee;
    background: #f8fbfe;
}

.sentiment-context-grid span,
.sentiment-badge-row span {
    color: #526579;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sentiment-context-grid strong {
    display: block;
    margin-top: 0.2rem;
    color: #06182c;
    font-size: 1.05rem;
    line-height: 1.15;
}

.sentiment-context-grid small,
.sentiment-reaction-summary {
    color: #425a73;
    font-weight: 700;
    line-height: 1.4;
}

.sentiment-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.85rem;
}

.sentiment-badge-row span {
    padding: 0.28rem 0.48rem;
    border: 1px solid #c8d6e4;
    background: #ffffff;
    color: #003366;
}

.sentiment-feed {
    margin-top: 0.7rem;
}

.sentiment-rank-list,
.sentiment-mini-feed {
    display: grid;
    gap: 0.48rem;
    margin-top: 0.82rem;
}

.sentiment-rank-card,
.sentiment-mini-item {
    display: grid;
    grid-template-columns: minmax(4rem, max-content) minmax(2.8rem, max-content) minmax(0, 1fr);
    gap: 0.55rem;
    align-items: start;
    min-width: 0;
    padding: 0.62rem 0.68rem;
    border: 1px solid #c8d6e4;
    border-left-width: 4px;
    background: #f8fbfe;
    color: #0b1d32;
    text-decoration: none;
}

.sentiment-rank-card:hover,
.sentiment-rank-card:focus,
.sentiment-mini-item:hover,
.sentiment-mini-item:focus {
    border-color: #003366;
    background: #ffffff;
}

.sentiment-card-symbol,
.sentiment-rank-card > span,
.sentiment-mini-item > strong {
    color: #003366;
    font-weight: 950;
    text-decoration: none;
}

.sentiment-card-symbol:hover,
.sentiment-card-symbol:focus,
.sentiment-rank-card em a:hover,
.sentiment-rank-card em a:focus {
    text-decoration: underline;
}

.sentiment-rank-card > strong {
    justify-self: start;
    min-width: 2.4rem;
    padding: 0.18rem 0.36rem;
    border: 1px solid #b8cada;
    background: #ffffff;
    text-align: center;
}

.sentiment-rank-card em,
.sentiment-mini-item > span {
    min-width: 0;
    overflow-wrap: anywhere;
    color: #0b1d32;
    font-style: normal;
    font-weight: 850;
}

.sentiment-rank-card em a {
    color: inherit;
}

.sentiment-rank-card > small,
.sentiment-mini-item > small {
    grid-column: 1 / -1;
    color: #425a73;
    font-weight: 650;
    line-height: 1.35;
}

.sentiment-market-badge {
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: 0.28rem;
    min-width: 0;
    max-width: 100%;
    padding: 0.22rem 0.42rem;
    border: 1px solid #b8cada;
    background: #ffffff;
    color: #003366;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.15;
    text-decoration: none;
}

.sentiment-market-badge span,
.sentiment-market-badge strong,
.sentiment-market-badge small {
    min-width: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.sentiment-market-badge small {
    color: #425a73;
    letter-spacing: 0.08em;
}

.sentiment-market-badge:hover,
.sentiment-market-badge:focus {
    border-color: #003366;
    background: #003366;
    color: #ffffff;
}

.sentiment-market-badge:hover small,
.sentiment-market-badge:focus small {
    color: #ffffff;
}

.sentiment-panel > .sentiment-muted,
.sentiment-bars > .sentiment-muted,
.sentiment-rank-list > .sentiment-muted,
.sentiment-mini-feed > .sentiment-muted {
    margin: 0.82rem 0 0;
    padding: 0.72rem;
    border: 1px solid #d6e2ee;
    background: #f8fbfe;
}

.sentiment-compact-bars .sentiment-bar-row {
    grid-template-columns: minmax(9rem, 1fr) 3.5rem minmax(7rem, 1fr);
}

.sentiment-history-panel {
    margin-top: 0.7rem;
}

.sentiment-history-chart {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0.35rem, 1fr));
    align-items: center;
    gap: 0.14rem;
    min-height: 7.6rem;
    margin-top: 0.82rem;
    padding: 0.65rem 0.48rem;
    border: 1px solid #dbe5ef;
    background:
        linear-gradient(180deg, rgba(214, 226, 238, 0.42) 0 1px, transparent 1px 25%, rgba(214, 226, 238, 0.42) 25% calc(25% + 1px), transparent calc(25% + 1px) 75%, rgba(214, 226, 238, 0.42) 75% calc(75% + 1px), transparent calc(75% + 1px)),
        linear-gradient(180deg, transparent calc(50% - 1px), #8092a5 calc(50% - 1px), #8092a5 calc(50% + 1px), transparent calc(50% + 1px)),
        #f8fbfe;
}

.sentiment-history-baseline {
    position: absolute;
    left: 0.6rem;
    right: 0.6rem;
    top: 50%;
    height: 1px;
    background: #526579;
    opacity: 0.42;
}

.sentiment-history-column {
    position: relative;
    height: 6rem;
}

.sentiment-history-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    min-height: 0.22rem;
    height: var(--height);
    background: linear-gradient(180deg, #0b7a4b, #2f85ae);
}

.sentiment-history-bar.is-negative {
    top: 50%;
    bottom: auto;
    background: linear-gradient(180deg, #d0641f, #b64a12);
}

.sentiment-history-neutral {
    background: #2f85ae;
}

.sentiment-history-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 0.55rem;
    color: #425a73;
    font-size: 0.82rem;
    font-weight: 800;
}

.sentiment-history-legend span {
    display: inline-flex;
    gap: 0.35rem;
    align-items: center;
}

.sentiment-dot {
    width: 0.62rem;
    height: 0.62rem;
    display: inline-block;
    border-radius: 50%;
    background: #2f85ae;
}

.sentiment-dot.is-positive {
    background: #0b7a4b;
}

.sentiment-dot.is-negative {
    background: #b64a12;
}

.sentiment-article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 0.7rem;
    margin-top: 1rem;
}

.sentiment-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dbe5ef;
}

.sentiment-pagination a,
.sentiment-pagination span,
.sentiment-pagination strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.1rem;
    padding: 0.42rem 0.74rem;
    border: 1px solid #b8cada;
    background: #f8fbfe;
    color: #003366;
    font-size: 0.82rem;
    font-weight: 900;
    text-decoration: none;
}

.sentiment-pagination span {
    color: #7a8794;
}

.sentiment-pagination a:hover,
.sentiment-pagination a:focus {
    background: #003366;
    color: #fff;
}

.sentiment-article {
    display: grid;
    gap: 0.62rem;
    align-content: start;
    min-width: 0;
    padding: 0.82rem;
    border-left-width: 4px;
}

.sentiment-article-top {
    display: flex;
    flex-wrap: wrap;
    gap: 0.38rem;
    align-items: center;
}

.sentiment-article-top span,
.sentiment-article-top mark {
    padding: 0.22rem 0.42rem;
    border: 1px solid #c8d6e4;
    background: #f8fbfe;
    color: #003366;
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
}

.sentiment-article h3 {
    margin: 0;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: clamp(1.02rem, 1.45vw, 1.18rem);
    line-height: 1.12;
    text-wrap: balance;
}

.sentiment-article p {
    margin: 0;
    color: #36516d;
    font-weight: 600;
    line-height: 1.45;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sentiment-article dl,
.sentiment-source-panel dl {
    display: grid;
    gap: 0.4rem;
    margin: 0;
}

.sentiment-article dl div,
.sentiment-source-panel dl div {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    border-top: 1px solid #dbe5ef;
    padding-top: 0.4rem;
}

.sentiment-article dt,
.sentiment-source-panel dt {
    color: #526579;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sentiment-article dd,
.sentiment-source-panel dd {
    margin: 0;
    text-align: right;
    font-weight: 800;
}

.sentiment-source-panel {
    margin-top: 0.7rem;
    align-items: stretch;
}

.sentiment-source-panel dl {
    min-width: min(100%, 34rem);
}

.sentiment-empty {
    grid-column: 1 / -1;
    padding: 1.25rem;
    border: 1px solid #c8d6e4;
    background: #f8fbfe;
}

.sentiment-empty h3 {
    margin: 0 0 0.35rem;
    font-family: "Source Serif 4", Georgia, serif;
}

.sentiment-muted {
    color: #526579;
    font-weight: 700;
}

.sentiment-leader-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    margin-top: 0.7rem;
    padding: 1rem;
    border: 1px solid #c8d6e4;
    border-left-width: 4px;
    background: linear-gradient(135deg, #ffffff 0%, #f7fafc 100%);
}

.sentiment-leader-band h2 {
    margin: 0.15rem 0 0.35rem;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: clamp(1.45rem, 2.4vw, 2.2rem);
    line-height: 1;
}

.sentiment-leader-band p:not(.sentiment-kicker) {
    margin: 0;
    color: #36516d;
    font-weight: 700;
    line-height: 1.4;
}

.sentiment-leader-band > strong {
    min-width: 4.2rem;
    padding: 0.55rem 0.7rem;
    border: 1px solid #b8cada;
    background: #ffffff;
    color: #06182c;
    font-size: 1.65rem;
    text-align: center;
}

.sentiment-rollup-list {
    margin-top: 0.7rem;
    padding: clamp(0.82rem, 1.5vw, 1rem);
    border: 1px solid #c8d6e4;
    background: #ffffff;
}

.sentiment-group-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 0.75rem;
    margin-top: 0.85rem;
}

.sentiment-group-card {
    display: grid;
    align-content: start;
    gap: 0.62rem;
    min-width: 0;
    padding: 0.82rem;
    border: 1px solid #c8d6e4;
    border-left-width: 4px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbfe 100%);
}

.sentiment-group-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: start;
}

.sentiment-group-head h3 {
    margin: 0;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: clamp(1.15rem, 1.7vw, 1.32rem);
    line-height: 1.08;
    text-wrap: balance;
}

.sentiment-group-head span {
    display: inline-block;
    margin-top: 0.28rem;
    color: #526579;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sentiment-group-head > strong {
    min-width: 3.2rem;
    padding: 0.35rem 0.45rem;
    border: 1px solid #b8cada;
    background: #ffffff;
    color: #06182c;
    font-size: 1.15rem;
    text-align: center;
}

.sentiment-group-bar {
    height: 0.62rem;
    border: 1px solid #c8d6e4;
    background: #eff5f9;
}

.sentiment-group-bar i {
    display: block;
    height: 100%;
    width: var(--bar);
    background: linear-gradient(90deg, #003366, #0b7a4b);
}

.sentiment-tone-negative .sentiment-group-bar i {
    background: linear-gradient(90deg, #b64a12, #d0641f);
}

.sentiment-tone-neutral .sentiment-group-bar i {
    background: linear-gradient(90deg, #2f85ae, #5ba6c9);
}

.sentiment-group-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    margin: 0;
}

.sentiment-group-stats div {
    min-width: 0;
    padding: 0.48rem;
    border: 1px solid #d6e2ee;
    background: #f8fbfe;
}

.sentiment-group-stats dt {
    color: #526579;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sentiment-group-stats dd {
    margin: 0.15rem 0 0;
    color: #06182c;
    font-weight: 950;
}

.sentiment-tone-strip,
.sentiment-group-evidence,
.sentiment-ticker-chip nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.sentiment-group-evidence span,
.sentiment-tone-strip span {
    padding: 0.22rem 0.42rem;
    border: 1px solid #d6e2ee;
    background: #f8fbfe;
    font-size: 0.7rem;
    font-weight: 900;
}

.sentiment-group-evidence span {
    color: #425a73;
}

.sentiment-tone-strip .is-positive {
    color: #0b7a4b;
}

.sentiment-tone-strip .is-neutral {
    color: #2f85ae;
}

.sentiment-tone-strip .is-negative {
    color: #b64a12;
}

.sentiment-context-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    min-height: 2rem;
    padding: 0.38rem 0.68rem;
    border: 1px solid #b8cada;
    background: #ffffff;
    color: #003366;
    font-size: 0.78rem;
    font-weight: 900;
    text-decoration: none;
}

.sentiment-context-link:hover,
.sentiment-context-link:focus {
    border-color: #003366;
    background: #003366;
    color: #ffffff;
}

.sentiment-ticker-stack {
    display: grid;
    gap: 0.38rem;
}

.sentiment-ticker-chip {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
    padding: 0.5rem;
    border: 1px solid #d6e2ee;
    border-left-width: 3px;
    background: #ffffff;
}

.sentiment-ticker-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    min-width: 0;
    color: #003366;
    font-weight: 950;
    text-decoration: none;
}

.sentiment-ticker-main strong {
    min-width: 0;
    overflow-wrap: anywhere;
}

.sentiment-ticker-main span {
    min-width: 2.2rem;
    padding: 0.15rem 0.35rem;
    border: 1px solid #b8cada;
    background: #f8fbfe;
    color: #06182c;
    text-align: center;
}

.sentiment-ticker-chip small {
    color: #425a73;
    font-weight: 750;
    line-height: 1.3;
}

.sentiment-ticker-chip nav a {
    color: #003366;
    font-size: 0.75rem;
    font-weight: 900;
}

@media (max-width: 1180px) {
    .sentiment-article-grid,
    .sentiment-analytics-grid,
    .sentiment-group-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sentiment-split-grid {
        grid-template-columns: 1fr;
    }

    .sentiment-meta-grid,
    .sentiment-insight-grid,
    .sentiment-context-grid,
    .sentiment-pressure-bars {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sentiment-hero h1 {
        font-size: clamp(2.1rem, 5.6vw, 4rem);
    }
}

@media (max-width: 760px) {
    .sentiment-page {
        width: min(100% - 1rem, var(--site-width));
        padding-top: 0.6rem;
    }

    .sentiment-hero,
    .sentiment-article-grid,
    .sentiment-analytics-grid,
    .sentiment-group-grid,
    .sentiment-split-grid,
    .sentiment-meta-grid,
    .sentiment-insight-grid,
    .sentiment-context-grid,
    .sentiment-pressure-bars,
    .sentiment-leader-band {
        grid-template-columns: 1fr;
    }

    .sentiment-hero {
        gap: 0.85rem;
        padding: 0.9rem;
    }

    .sentiment-hero h1 {
        font-size: clamp(2rem, 13vw, 3.2rem);
        line-height: 0.98;
    }

    .sentiment-subtitle {
        font-size: 0.95rem;
    }

    .sentiment-score-card {
        align-self: start;
    }

    .sentiment-section-head,
    .sentiment-source-panel {
        display: grid;
        gap: 0.5rem;
    }

    .sentiment-mix-row,
    .sentiment-bar-row {
        grid-template-columns: minmax(0, 1fr) 2.5rem;
    }

    .sentiment-mix-row i,
    .sentiment-bar-row i {
        grid-column: 1 / -1;
    }

    .sentiment-rank-card,
    .sentiment-mini-item {
        grid-template-columns: minmax(0, 1fr) max-content;
    }

    .sentiment-rank-card em,
    .sentiment-mini-item > span,
    .sentiment-rank-card > small,
    .sentiment-mini-item > small {
        grid-column: 1 / -1;
    }

    .sentiment-group-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sentiment-history-chart {
        min-height: 6.5rem;
    }

    .sentiment-history-column {
        height: 5rem;
    }
}

@media (max-width: 520px) {
    .sentiment-link-row a,
    .sentiment-pagination a,
    .sentiment-pagination span,
    .sentiment-pagination strong {
        width: 100%;
    }

    .sentiment-score-card strong {
        font-size: 2.7rem;
    }

    .sentiment-group-stats,
    .sentiment-article dl div,
    .sentiment-source-panel dl div {
        grid-template-columns: 1fr;
    }

    .sentiment-article dl div,
    .sentiment-source-panel dl div {
        display: grid;
        gap: 0.18rem;
    }

    .sentiment-article dd,
    .sentiment-source-panel dd {
        text-align: left;
    }
}
