.sf-spark-body {
    margin: 0;
    background: #080b0e;
}

.sf-propositions {
    width: min(1120px, calc(100% - 32px));
    margin: 32px auto 72px;
    color: #f5f3ea;
    font-family:
        Arial,
        Helvetica,
        sans-serif;
}

.sf-propositions a {
    color: inherit;
}

.sf-spark-back {
    margin-bottom: 18px;
}

.sf-spark-back a {
    color: #c8c6bd;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
}

.sf-spark-back a:hover {
    color: #ffffff;
}

.sf-propositions-header {
    margin-bottom: 28px;
}

.sf-propositions-eyebrow {
    margin: 0 0 8px;
    color: #d7b65d;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sf-propositions h1,
.sf-propositions h2,
.sf-propositions h3,
.sf-propositions p {
    margin-top: 0;
}

.sf-propositions h1 {
    margin-bottom: 10px;
    font-size: clamp(2rem, 6vw, 4.2rem);
    line-height: 0.98;
}

.sf-propositions-intro {
    max-width: 720px;
    color: #c8c6bd;
    line-height: 1.6;
}

.sf-proposition-section {
    margin-top: 38px;
}

.sf-proposition-grid {
    display: grid;
    grid-template-columns: repeat(
        auto-fit,
        minmax(260px, 1fr)
    );
    gap: 18px;
}

.sf-proposition-card,
.sf-proposition-panel {
    border:
        1px solid
        rgba(215, 182, 93, 0.35);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(25, 30, 33, 0.98),
            rgba(9, 12, 15, 0.98)
        );
    box-shadow:
        0 18px 45px
        rgba(0, 0, 0, 0.28);
}

.sf-proposition-card {
    display: block;
    padding: 22px;
    text-decoration: none;
    transition:
        border-color 140ms ease,
        transform 140ms ease;
}

.sf-proposition-card:hover {
    border-color:
        rgba(215, 182, 93, 0.75);
    transform: translateY(-1px);
}

.sf-proposition-card h3 {
    margin-bottom: 20px;
    font-size: 1.08rem;
    line-height: 1.45;
}

.sf-proposition-card-meta {
    display: grid;
    grid-template-columns:
        repeat(3, 1fr);
    gap: 10px;
}

.sf-proposition-stat {
    padding: 11px;
    border-radius: 12px;
    background:
        rgba(255, 255, 255, 0.045);
    text-align: center;
}

.sf-proposition-stat strong {
    display: block;
    color: #ffffff;
    font-size: 1.25rem;
}

.sf-proposition-stat span {
    display: block;
    margin-top: 3px;
    color: #aaa89f;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.sf-proposition-status {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border:
        1px solid
        rgba(215, 182, 93, 0.4);
    border-radius: 999px;
    color: #d7b65d;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.sf-proposition-page-header {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 28px;
}

.sf-spark-heading h1 {
    margin-top: 16px;
    font-size:
        clamp(1.8rem, 5vw, 3.6rem);
    line-height: 1.05;
}

.sf-proposition-score {
    display: flex;
    width: 150px;
    height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid #d7b65d;
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 35% 30%,
            #1c7457,
            #063c2b 65%,
            #021d15
        );
    box-shadow:
        0 0 28px
            rgba(28, 116, 87, 0.32),
        inset 0 0 18px
            rgba(255, 255, 255, 0.08);
}

.sf-proposition-score strong {
    color: #ffffff;
    font-size: 2.65rem;
    line-height: 1;
}

.sf-proposition-score span {
    max-width: 95px;
    margin-top: 8px;
    color: #d7d6cf;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}

.sf-proposition-panel {
    margin-top: 20px;
    padding: 24px;
}

.sf-spark-call-panel {
    text-align: center;
}

.sf-spark-total {
    margin-top: 16px;
}

.sf-spark-total-label {
    display: block;
    color: #aaa89f;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sf-spark-total strong {
    display: block;
    margin-top: 4px;
    color: #ffffff;
    font-size:
        clamp(2.4rem, 8vw, 4.5rem);
    line-height: 1;
}

.sf-proposition-share {
    margin-top: 16px;
    padding: 12px 18px;
    border:
        1px solid
        rgba(215, 182, 93, 0.7);
    border-radius: 10px;
    background:
        rgba(215, 182, 93, 0.08);
    color: #f5f3ea;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 800;
}

.sf-proposition-share:hover {
    background:
        rgba(215, 182, 93, 0.14);
}

.sf-spark-call-breakdown {
    display: grid;
    max-width: 460px;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 22px auto 0;
}

.sf-proposition-votes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 18px;
}

.sf-proposition-vote {
    min-height: 58px;
    border: 0;
    border-radius: 14px;
    color: white;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.sf-proposition-vote--sizz {
    background: #a82121;
}

.sf-proposition-vote--fizz {
    background: #145f9d;
}

.sf-proposition-vote.is-active {
    outline: 3px solid #d7b65d;
    outline-offset: 3px;
}

.sf-proposition-no-call {
    margin-top: 14px;
    color: #aaa89f;
    font-size: 0.88rem;
}

.sf-proposition-associations {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sf-proposition-association {
    padding: 9px 12px;
    border:
        1px solid
        rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background:
        rgba(255, 255, 255, 0.04);
    text-decoration: none;
}

.sf-proposition-association small {
    color: #aaa89f;
}

.sf-proposition-history {
    width: 100%;
    border-collapse: collapse;
}

.sf-proposition-history th,
.sf-proposition-history td {
    padding: 12px 8px;
    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.09);
    text-align: left;
}

.sf-proposition-empty {
    color: #aaa89f;
}

@media (max-width: 680px) {
    .sf-propositions {
        width:
            min(
                calc(100% - 20px),
                1120px
            );
        margin-top: 18px;
    }

    .sf-proposition-page-header {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .sf-proposition-score {
        width: 118px;
        height: 118px;
    }

    .sf-proposition-score strong {
        font-size: 2.15rem;
    }

    .sf-proposition-score span {
        font-size: 0.58rem;
    }

    .sf-proposition-card-meta {
        grid-template-columns: 1fr;
    }

    .sf-spark-call-breakdown {
        grid-template-columns: 1fr 1fr;
    }
}

.sf-proposition-card-meta--two {
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 680px) {
    .sf-proposition-card-meta--two {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Spark archive and lifecycle presentation */

.sf-proposition-filters {
display: flex;
flex-wrap: wrap;
gap: 9px;
margin: 0 0 28px;
}

.sf-proposition-filter {
display: inline-flex;
align-items: center;
min-height: 38px;
padding: 8px 13px;
border:
1px solid
rgba(255, 255, 255, 0.14);
border-radius: 999px;
background:
rgba(255, 255, 255, 0.035);
color: #c8c6bd;
font-size: 0.78rem;
font-weight: 800;
line-height: 1.1;
text-decoration: none;
transition:
background 140ms ease,
border-color 140ms ease,
color 140ms ease;
}

.sf-proposition-filter:hover,
.sf-proposition-filter:focus-visible {
border-color:
rgba(215, 182, 93, 0.58);
background:
rgba(215, 182, 93, 0.08);
color: #ffffff;
}

.sf-proposition-filter.is-active {
border-color:
rgba(215, 182, 93, 0.82);
background:
rgba(215, 182, 93, 0.13);
color: #f5f3ea;
}

.sf-proposition-card-labels {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px;
margin-bottom: 15px;
}

.sf-proposition-category {
display: inline-flex;
align-items: center;
padding: 6px 10px;
border:
1px solid
rgba(255, 255, 255, 0.13);
border-radius: 999px;
background:
rgba(255, 255, 255, 0.035);
color: #aaa89f;
font-size: 0.7rem;
font-weight: 800;
letter-spacing: 0.055em;
line-height: 1;
text-transform: uppercase;
}

.sf-spark-heading
.sf-proposition-card-labels {
margin-bottom: 0;
}

.sf-spark-interest {
margin-top: 18px;
}

.sf-spark-interest strong {
display: block;
margin-top: 5px;
color: #ffffff;
font-size: 1.2rem;
line-height: 1.2;
}

@media (max-width: 680px) {
.sf-proposition-filters {
gap: 7px;
margin-bottom: 22px;
}

.sf-proposition-filter {
min-height: 36px;
padding: 7px 11px;
font-size: 0.72rem;
}

.sf-proposition-category {
font-size: 0.66rem;
}
}

/* FIRE DIRECTORY START */

.sf-fire-logo {
    display: block;
    width: fit-content;
    margin: 0 auto 24px;
}

.sf-fire-logo img {
    display: block;
    width: min(240px, 62vw);
    height: auto;
}

.sf-fire-header {
    position: relative;
    overflow: hidden;
    margin-bottom: 34px;
    padding: 28px;
    border: 1px solid rgba(215, 182, 93, 0.42);
    border-radius: 22px;
    background:
        radial-gradient(
            circle at 8% 0%,
            rgba(255, 51, 51, 0.18),
            transparent 26rem
        ),
        radial-gradient(
            circle at 94% 4%,
            rgba(0, 229, 255, 0.12),
            transparent 28rem
        ),
        linear-gradient(
            145deg,
            rgba(25, 18, 20, 0.98),
            rgba(8, 17, 20, 0.98)
        );
    box-shadow:
        0 24px 58px rgba(0, 0, 0, 0.3);
}

.sf-fire-header h1 {
    margin-bottom: 12px;
color: #fff;
}

.sf-fire-header .sf-propositions-intro {
    margin-bottom: 0;
}

.sf-fire-directory h2 {
    position: relative;
    width: fit-content;
    margin: 0 0 20px;
    padding-bottom: 8px;
    color: #f5f3ea;
    font-size: 1.18rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sf-fire-directory h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: #d7b65d;
}

.sf-fire-list {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.sf-fire-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    min-height: 58px;
    padding: 14px 4px;
    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.11);
    color: #f5f3ea;
    text-decoration: none;
}

.sf-fire-row:hover,
.sf-fire-row:focus-visible {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.025);
}

.sf-fire-statement {
    min-width: 0;
    font-size: 0.98rem;
    font-weight: 750;
    line-height: 1.4;
}

.sf-fire-count {
    min-width: 48px;
    color: #d7b65d;
    font-size: 1rem;
    font-variant-numeric: tabular-nums;
    text-align: right;
}

@media (max-width: 680px) {
    .sf-fire-logo {
        margin-bottom: 18px;
    }

    .sf-fire-logo img {
        width: min(190px, 58vw);
    }

    .sf-fire-header {
        margin-bottom: 28px;
        padding: 20px;
    }

    .sf-fire-row {
        gap: 14px;
        align-items: start;
        min-height: 0;
        padding: 15px 2px;
    }

    .sf-fire-statement {
        font-size: 0.94rem;
        line-height: 1.42;
    }

    .sf-fire-count {
        min-width: 36px;
    }
}

/* FIRE DIRECTORY END */


/* INDIVIDUAL SPARK PRESENTATION START */

.sf-spark-body {
    min-height: 100vh;
    color: var(--sf-text);
    background:
        radial-gradient(
            circle at 14% 0%,
            rgba(255, 51, 51, 0.10),
            transparent 30rem
        ),
        radial-gradient(
            circle at 86% 5%,
            rgba(0, 229, 255, 0.09),
            transparent 32rem
        ),
        linear-gradient(
            180deg,
            #11151d 0,
            #07090d 52rem
        );
    font-family:
        Arial,
        Helvetica,
        sans-serif;
}

.sf-spark-brand-header {
    width:
        min(
            1120px,
            calc(100% - 32px)
        );
    margin: 0 auto;
    padding: 11px 0 10px;
    border: 0;
    border-bottom:
        1px solid
        var(--sf-line);
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.sf-spark-brand-logo {
    display: inline-flex;
    width: 148px;
    margin: 0 auto;
    text-decoration: none;
}

.sf-spark-brand-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.sf-spark-brand-tagline {
    margin: 4px 0 0 !important;
    color: var(--sf-text);
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.025em;
    text-align: center;
}

.sf-spark-brand-polarity {
    display: none;
}

.sf-spark-body .sf-propositions {
    width:
        min(
            1120px,
            calc(100% - 32px)
        );
    gap: 9px;
    margin: 9px auto 20px;
    color: var(--sf-text);
}

.sf-spark-body .sf-spark-back {
    margin: 0 0 2px;
}

.sf-spark-body .sf-spark-back a {
    color: var(--sf-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.sf-spark-body .sf-spark-back a:hover,
.sf-spark-body .sf-spark-back a:focus-visible {
    color: var(--sf-text);
}

.sf-spark-body .sf-proposition-panel {
    position: relative;
    overflow: hidden;
    border:
        1px solid
        var(--sf-line);
    border-radius: 20px;
    background:
        linear-gradient(
            150deg,
            rgba(255, 255, 255, 0.025),
            transparent 45%
        ),
        rgba(16, 20, 27, 0.94);
    box-shadow:
        0 22px 54px
        rgba(0, 0, 0, 0.23);
}

.sf-spark-body
.sf-proposition-page-header {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        130px;
    gap: 24px;
    align-items: center;
    min-height: 0;
    padding: 19px 25px;
    border-radius: 17px;
    background:
        radial-gradient(
            circle at 8% 0%,
            rgba(255, 51, 51, 0.18),
            transparent 28rem
        ),
        radial-gradient(
            circle at 92% 100%,
            rgba(0, 229, 255, 0.14),
            transparent 30rem
        ),
        linear-gradient(
            145deg,
            #121824,
            #090c12
        );
    box-shadow:
        0 24px 65px
        rgba(0, 0, 0, 0.38);
}

.sf-spark-body
.sf-proposition-page-header::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background:
        linear-gradient(
            90deg,
            #ff3333 0%,
            #ff3333 48%,
            #00e5ff 52%,
            #00e5ff 100%
        );
    content: "";
}

.sf-spark-body
.sf-proposition-page-header::after {
    display: none;
}

.sf-spark-body
.sf-propositions-eyebrow {
    margin-bottom: 6px;
    color: #cfd4dc;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.18em;
}

.sf-spark-body
.sf-proposition-card-labels {
    gap: 8px;
}

.sf-spark-body
.sf-proposition-status,
.sf-spark-body
.sf-proposition-category {
    padding: 4px 8px;
    border:
        1px solid
        var(--sf-line-strong);
    border-radius: 999px;
    background:
        rgba(0, 0, 0, 0.18);
    color: #c8ced8;
    font-size: 9px;
}

.sf-spark-body
.sf-spark-heading h1 {
    max-width: 820px;
    margin-top: 11px;
    color: var(--sf-text);
    font-family:
        Arial,
        Helvetica,
        sans-serif;
    font-size:
        clamp(
            29px,
            3.25vw,
            43px
        );
    font-weight: 900;
    line-height: 1.01;
    letter-spacing: -0.035em;
    text-shadow: none;
}

.sf-spark-body
.sf-propositions-intro {
    margin-top: 8px;
    color: #b7bec9;
    font-size: 11px;
}

.sf-spark-score-wrap {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sf-spark-score-wrap
.sf-score-jewel-component--compact {
    width: 118px;
    height: 77px;
    padding: 7px;
    border-width: 5px;
}

.sf-spark-score-wrap
.sf-score-jewel-component__number {
    font-size: 35px;
}

.sf-spark-score-wrap
.sf-score-jewel-component__caption {
    grid-template-columns:
        18px
        auto
        18px;
    gap: 4px;
    margin-top: 2px;
    font-size: 5.5px;
}

.sf-spark-score-label {
    margin-top: 4px;
    color: var(--sf-muted);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.sf-spark-primary-grid,
.sf-spark-secondary-grid {
    display: grid;
    gap: 9px;
}

.sf-spark-primary-grid {
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(0, 0.92fr);
}

.sf-spark-secondary-grid {
    grid-template-columns:
        minmax(0, 0.8fr)
        minmax(0, 1.2fr);
}

.sf-spark-secondary-grid > :only-child {
    grid-column: 1 / -1;
}

.sf-spark-body
.sf-proposition-panel h2 {
    margin-bottom: 18px;
    color: var(--sf-text);
    font-family:
        Arial,
        Helvetica,
        sans-serif;
    font-size:
        clamp(
            20px,
            1.9vw,
            27px
        );
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.025em;
}

.sf-spark-body
.sf-spark-call-panel,
.sf-spark-body
.sf-spark-vote-panel {
    min-height: 0;
    padding: 13px 15px;
}

.sf-spark-body
.sf-spark-call-panel {
    display: grid;
    grid-template-columns:
        repeat(
            4,
            minmax(0, 1fr)
        );
    grid-template-rows:
        auto
        auto;
    gap: 8px;
}

.sf-spark-body
.sf-spark-call-panel h2 {
    grid-column: 1 / 4;
    grid-row: 1;
    align-self: center;
    margin: 0;
    text-align: left;
}

.sf-spark-body
.sf-spark-call-panel
.sf-proposition-share {
    grid-column: 4;
    grid-row: 1;
    align-self: center;
    justify-self: end;
    margin: 0;
    padding: 7px 10px;
    border:
        1px solid
        var(--sf-line-strong);
    border-radius: 999px;
    background:
        rgba(255, 255, 255, 0.035);
    color: var(--sf-text);
    font-size: 10px;
    letter-spacing: 0.03em;
}

.sf-spark-body
.sf-proposition-share:hover,
.sf-spark-body
.sf-proposition-share:focus-visible {
    border-color:
        rgba(255, 255, 255, 0.42);
    background:
        rgba(255, 255, 255, 0.07);
}

.sf-spark-body
.sf-spark-call-panel
.sf-spark-total {
    grid-column: 1;
    grid-row: 2;
}

.sf-spark-body
.sf-spark-call-panel
.sf-spark-interest {
    grid-column: 2;
    grid-row: 2;
}

.sf-spark-body
.sf-spark-call-panel
.sf-spark-call-breakdown {
    display: contents;
}

.sf-spark-body
.sf-spark-call-panel
.sf-spark-call-breakdown
.sf-proposition-stat:first-child {
    grid-column: 3;
    grid-row: 2;
    border-color:
        rgba(255, 51, 51, 0.48);
    box-shadow:
        inset 0 0 28px
        rgba(255, 51, 51, 0.06);
}

.sf-spark-body
.sf-spark-call-panel
.sf-spark-call-breakdown
.sf-proposition-stat:last-child {
    grid-column: 4;
    grid-row: 2;
    border-color:
        rgba(0, 229, 255, 0.42);
    box-shadow:
        inset 0 0 28px
        rgba(0, 229, 255, 0.05);
}

.sf-spark-body
.sf-spark-call-panel
.sf-spark-total,
.sf-spark-body
.sf-spark-call-panel
.sf-spark-interest,
.sf-spark-body
.sf-spark-call-panel
.sf-proposition-stat {
    display: grid;
    min-height: 59px;
    place-items: center;
    align-content: center;
    gap: 2px;
    margin: 0;
    padding: 6px;
    border:
        1px solid
        var(--sf-line);
    border-radius: 11px;
    background:
        rgba(0, 0, 0, 0.23);
    text-align: center;
}

.sf-spark-body
.sf-spark-call-panel
.sf-spark-total-label,
.sf-spark-body
.sf-spark-call-panel
.sf-proposition-stat span {
    color: var(--sf-muted);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sf-spark-body
.sf-spark-call-panel
.sf-spark-total strong {
    color: var(--sf-text);
    font-family:
        "Arial Narrow",
        Arial,
        Helvetica,
        sans-serif;
    font-size: 27px;
    font-weight: 900;
    line-height: 1;
}

.sf-spark-body
.sf-spark-call-panel
.sf-spark-interest strong {
    color: #d3d8e0;
    font-size: 14px;
    line-height: 1;
}

.sf-spark-body
.sf-spark-call-panel
.sf-proposition-stat strong {
    font-size: 22px;
    line-height: 1;
}

.sf-spark-body
.sf-spark-call-panel
.sf-proposition-stat:first-child strong {
    color: #ff5b5b;
}

.sf-spark-body
.sf-spark-call-panel
.sf-proposition-stat:last-child strong {
    color: #44efff;
}

.sf-spark-body
.sf-spark-vote-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sf-spark-body
.sf-spark-vote-panel h2 {
    margin: 0 0 9px;
}

.sf-spark-body
.sf-spark-vote-panel
.sf-proposition-votes {
    display: grid;
    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        );
    gap: 8px;
    margin-top: 0;
}

.sf-spark-body
.sf-spark-vote-panel
.sf-proposition-vote {
    min-height: 45px;
    border: 0;
    border-radius: 11px;
    color: #ffffff;
    font-family:
        Arial,
        Helvetica,
        sans-serif;
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.09em;
}

.sf-spark-body
.sf-proposition-vote--sizz {
    background:
        linear-gradient(
            180deg,
            #ef443c,
            #b8201b
        );
    box-shadow:
        0 12px 28px
        rgba(228, 59, 50, 0.18);
}

.sf-spark-body
.sf-proposition-vote--fizz {
    background:
        linear-gradient(
            180deg,
            #3299e8,
            #1767aa
        );
    box-shadow:
        0 12px 28px
        rgba(39, 136, 216, 0.18);
}

.sf-spark-body
.sf-proposition-vote.is-active {
    outline:
        3px solid
        #ffffff;
    outline-offset: 3px;
}

.sf-spark-body
.sf-spark-vote-panel
.sf-proposition-no-call {
    margin: 5px 0 0;
    color: var(--sf-muted);
    font-size: 10px;
}

.sf-spark-body
.sf-spark-about-panel,
.sf-spark-body
.sf-spark-activity-panel {
    min-height: 0;
    padding: 11px 14px;
}

.sf-spark-body
.sf-spark-about-panel h2,
.sf-spark-body
.sf-spark-activity-panel h2 {
    margin: 0 0 7px;
    font-size: 18px;
}

.sf-spark-body
.sf-spark-about-panel
.sf-proposition-associations {
    gap: 5px;
}

.sf-spark-body
.sf-spark-about-panel
.sf-proposition-association {
    padding: 6px 10px;
    border:
        1px solid
        var(--sf-line);
    border-radius: 999px;
    background:
        rgba(255, 255, 255, 0.035);
    font-size: 12px;
}

.sf-spark-body
.sf-spark-about-panel
.sf-proposition-association small {
    font-size: 9px;
}

.sf-spark-body
.sf-spark-activity-panel
.sf-proposition-empty {
    margin: 0;
    color: var(--sf-muted);
    font-size: 12px;
}

.sf-spark-body
.sf-spark-activity-panel
.sf-proposition-history {
    margin-top: 0;
    font-size: 11px;
}

.sf-spark-body
.sf-spark-activity-panel
.sf-proposition-history th,
.sf-spark-body
.sf-spark-activity-panel
.sf-proposition-history td {
    padding: 4px 6px;
    border-bottom-color:
        var(--sf-line);
}

@media (max-width: 760px) {
    .sf-spark-brand-header {
        width:
            min(
                100% - 20px,
                1120px
            );
        padding: 13px 0;
    }

    .sf-spark-body
    .sf-propositions {
        width:
            min(
                100% - 20px,
                1120px
            );
    }

    .sf-spark-primary-grid,
    .sf-spark-secondary-grid {
        grid-template-columns: 1fr;
    }

    .sf-spark-body
    .sf-proposition-page-header {
        grid-template-columns: 1fr;
        gap: 17px;
        padding: 21px 18px;
    }

    .sf-spark-body
    .sf-spark-heading h1 {
        font-size:
            clamp(
                31px,
                10vw,
                45px
            );
    }

    .sf-spark-score-wrap {
        justify-self: center;
    }

    .sf-spark-body
    .sf-proposition-panel {
        border-radius: 17px;
    }

    .sf-spark-body
    .sf-spark-call-panel {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );
    }

    .sf-spark-body
    .sf-spark-call-panel h2 {
        grid-column: 1;
    }

    .sf-spark-body
    .sf-spark-call-panel
    .sf-proposition-share {
        grid-column: 2;
    }

    .sf-spark-body
    .sf-spark-call-panel
    .sf-spark-total {
        grid-column: 1;
        grid-row: 2;
    }

    .sf-spark-body
    .sf-spark-call-panel
    .sf-spark-interest {
        grid-column: 2;
        grid-row: 2;
    }

    .sf-spark-body
    .sf-spark-call-panel
    .sf-spark-call-breakdown
    .sf-proposition-stat:first-child {
        grid-column: 1;
        grid-row: 3;
    }

    .sf-spark-body
    .sf-spark-call-panel
    .sf-spark-call-breakdown
    .sf-proposition-stat:last-child {
        grid-column: 2;
        grid-row: 3;
    }
}

/* INDIVIDUAL SPARK PRESENTATION END */
