.sf-home-prototype-page {
    background:
        radial-gradient(circle at 16% 0%, rgba(255, 51, 51, 0.11), transparent 30rem),
        radial-gradient(circle at 82% 7%, rgba(0, 229, 255, 0.1), transparent 32rem),
        linear-gradient(180deg, #11151d 0, #07090d 52rem);
}

.sf-home-shell {
    width: min(1320px, calc(100% - 32px));
    margin: 0 auto;
    padding: 18px 0 56px;
}

.sf-home-topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    min-height: 118px;
    margin-bottom: 22px;
    padding: 10px 2px 18px;
    border-bottom: 1px solid var(--sf-line);
}

.sf-home-brand-lockup {
    display: grid;
    justify-items: center;
    gap: 8px;
}

.sf-home-brand {
    display: inline-flex;
    text-decoration: none;
}

.sf-home-brand img {
    display: block;
    width: 198px;
    height: auto;
}

.sf-home-tagline {
    margin: 0;
    color: var(--sf-text);
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.025em;
    text-align: center;
}

.sf-home-account {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 14px;
    color: var(--sf-muted);
    font-size: 13px;
    font-weight: 800;
}

.sf-home-account a,
.sf-home-account button {
    color: inherit;
    text-decoration: none;
}

.sf-home-account form { margin: 0; }

.sf-home-account button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.sf-home-account .sf-home-register {
    padding: 9px 14px;
    border: 1px solid rgba(212, 173, 89, 0.52);
    border-radius: 999px;
    color: var(--sf-gold-light);
}

.sf-home-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 318px);
    gap: 22px;
    align-items: start;
}

.sf-home-main {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.sf-home-opening,
.sf-home-section,
.sf-home-voting-hub {
    border: 1px solid var(--sf-line);
    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-home-opening {
    overflow: visible;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.sf-home-noon {
    position: relative;
    overflow: hidden;
    padding: 28px 30px 26px;
    border: 1px solid rgba(212, 173, 89, 0.58);
    border-radius: 26px;
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 51, 51, 0.2), transparent 25rem),
        radial-gradient(circle at 92% 4%, rgba(0, 229, 255, 0.17), transparent 28rem),
        linear-gradient(135deg, rgba(24, 13, 18, 0.98), rgba(9, 23, 29, 0.98));
    box-shadow:
        0 26px 66px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sf-home-noon::before {
    content: "";
    position: absolute;
    inset: 0 14% auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 220, 143, 0.75), transparent);
}

.sf-home-section-heading,
.sf-home-board-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.sf-home-noon-heading {
    display: grid;
    justify-items: center;
    gap: 8px;
    text-align: center;
}

.sf-home-noon-heading h1,
.sf-home-section-heading h2,
.sf-home-search-panel h2,
.sf-home-side-heading h2 {
    margin: 0;
}

.sf-home-noon-heading h1 {
    font-size: clamp(36px, 4.5vw, 58px);
    line-height: 0.95;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    text-shadow: 0 0 26px rgba(255, 255, 255, 0.08);
}

.sf-home-noon-heading > span {
    color: var(--sf-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sf-home-noon-promise {
    margin: 16px 0 0;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    color: #7f9cc8;
    font-size: 13px;
    text-align: center;
}

.sf-home-noon-next {
    margin: 22px 0 8px;
    color: var(--sf-muted);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-align: center;
    text-transform: uppercase;
}

.sf-home-countdown {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.sf-home-countdown > div {
    min-width: 0;
    padding: 15px 16px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.31);
    text-align: center;
}

.sf-home-countdown strong {
    display: block;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: clamp(36px, 5vw, 58px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.015em;
    font-variant-numeric: tabular-nums;
}

.sf-home-countdown span {
    display: block;
    margin-top: 3px;
    color: var(--sf-muted);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.sf-home-section {
    padding: 20px 22px;
    border-radius: 20px;
}

.sf-home-section-heading h2 {
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.05;
}

.sf-home-section-heading h2 span {
    color: var(--sf-muted);
    font-weight: 500;
}

.sf-home-blue-note {
    margin: 7px 0 0;
    color: #7f9cc8;
    font-size: 13px;
}

.sf-home-daily-grid,
.sf-home-groove-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.sf-home-daily-panel,
.sf-home-groove-list {
    padding: 16px;
    border: 1px solid var(--sf-line);
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.21);
}

.sf-home-daily-panel > h3 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 12px;
    font-size: 18px;
}

.sf-home-daily-panel > h3 span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 15px;
}

.sf-home-daily-sizz > h3 span {
    border: 1px solid rgba(255, 51, 51, 0.7);
    color: #ff5b5b;
}

.sf-home-daily-fizz > h3 span {
    border: 1px solid rgba(0, 229, 255, 0.66);
    color: #44efff;
}

.sf-home-daily-group { margin-top: 12px; }

.sf-home-daily-group h4,
.sf-home-groove-list h3 {
    margin: 0 0 5px;
    color: var(--sf-muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.sf-home-daily-group ol,
.sf-home-groove-list ol,
.sf-home-trend-panel ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-home-daily-group li,
.sf-home-groove-list li,
.sf-home-trend-panel li {
    border-top: 1px solid var(--sf-line);
}

.sf-home-daily-group li:first-child,
.sf-home-groove-list li:first-child,
.sf-home-trend-panel li:first-child {
    border-top: 0;
}

.sf-home-daily-group a,
.sf-home-groove-list a,
.sf-home-trend-panel a {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    min-height: 41px;
    text-decoration: none;
}

.sf-home-daily-group a > span,
.sf-home-groove-list a > span,
.sf-home-trend-panel a > span {
    color: var(--sf-gold);
    font-size: 11px;
    font-weight: 900;
}

.sf-home-daily-group a > strong,
.sf-home-groove-list a > strong,
.sf-home-trend-panel a > strong {
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sf-home-daily-group a > small,
.sf-home-groove-list a > small,
.sf-home-trend-panel a > small {
    color: var(--sf-muted);
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.sf-home-daily-group a > small b,
.sf-home-trend-panel a > small b {
    margin-left: 7px;
    color: var(--sf-text);
    font-size: 12px;
}

.sf-home-section-note {
    margin: 16px 0 0;
    padding-top: 13px;
    border-top: 1px solid var(--sf-line);
    color: #7f9cc8;
    font-size: 13px;
}

.sf-home-quarter-clock {
    display: grid;
    min-width: 250px;
    padding-left: 26px;
    border-left: 1px solid var(--sf-line);
    justify-items: end;
    gap: 5px;
    color: var(--sf-muted);
    font-size: 10px;
    text-align: right;
    text-transform: uppercase;
}

.sf-home-quarter-clock > span {
    letter-spacing: 0.08em;
}

.sf-home-groove-countdown {
    display: grid;
    justify-items: end;
    gap: 3px;
    color: var(--sf-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
}

.sf-home-groove-countdown b {
    color: var(--sf-text);
    font-size: clamp(32px, 3.4vw, 46px);
    line-height: 1;
    letter-spacing: 0.035em;
    font-variant-numeric: tabular-nums;
}

.sf-home-empty {
    margin: 9px 0 0;
    color: var(--sf-muted);
    font-size: 13px;
    line-height: 1.4;
}

.sf-home-board-tabs {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    margin-top: 17px;
    padding-bottom: 3px;
}

.sf-home-board-tabs button,
.sf-home-entity-toggle button {
    flex: 0 0 auto;
    border: 1px solid var(--sf-line);
    background: rgba(0, 0, 0, 0.22);
    color: var(--sf-muted);
    font-weight: 900;
    cursor: pointer;
}

.sf-home-board-tabs button {
    padding: 9px 12px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.sf-home-board-tabs button.is-active {
    border-color: rgba(212, 173, 89, 0.58);
    color: var(--sf-gold-light);
}

.sf-home-board-toolbar { margin-top: 14px; }

.sf-home-entity-toggle {
    display: inline-flex;
    padding: 3px;
    border: 1px solid var(--sf-line);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.2);
}

.sf-home-entity-toggle button {
    padding: 7px 11px;
    border: 0;
    border-radius: 999px;
    font-size: 11px;
}

.sf-home-entity-toggle button.is-active {
    background: rgba(255, 255, 255, 0.09);
    color: var(--sf-text);
}

.sf-home-board-toolbar > span {
    color: var(--sf-muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.sf-home-trend-results {
    margin-top: 12px;
    border-top: 1px solid var(--sf-line);
}

.sf-home-trend-panel { display: none; }
.sf-home-trend-panel.is-active { display: block; }
.sf-home-trend-panel li { border-bottom: 1px solid var(--sf-line); }
.sf-home-trend-panel a { min-height: 48px; }

.sf-home-trend-empty {
    margin: 0;
    padding: 22px 0 8px;
    color: var(--sf-muted);
    font-size: 13px;
}

.sf-home-discovery {
    position: sticky;
    top: 18px;
}

.sf-home-voting-hub {
    position: relative;
    overflow: hidden;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 51, 51, 0.18), transparent 19rem),
        radial-gradient(circle at 100% 100%, rgba(0, 229, 255, 0.14), transparent 22rem),
        linear-gradient(155deg, rgba(255, 255, 255, 0.035), transparent 42%),
        rgba(15, 20, 27, 0.97);
    box-shadow:
        0 24px 58px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.sf-home-voting-hub::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(
        90deg,
        #ff3333 0%,
        rgba(255, 51, 51, 0.92) 24%,
        rgba(212, 173, 89, 0.8) 50%,
        rgba(0, 229, 255, 0.9) 76%,
        #00e5ff 100%
    );
}

.sf-home-voting-intro h2 {
    position: relative;
    margin: 0;
    padding-bottom: 11px;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.sf-home-voting-intro h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 76px;
    height: 2px;
    background: linear-gradient(90deg, #ff3333, #00e5ff);
}

.sf-home-voting-intro > p {
    margin: 12px 0 0;
    color: #93a4bf;
    font-size: 12px;
    line-height: 1.45;
}

.sf-home-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 8px;
    margin-top: 18px;
}

.sf-home-search input {
    min-width: 0;
    height: 44px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 11px;
    outline: none;
    background: rgba(0, 0, 0, 0.29);
    color: var(--sf-text);
}

.sf-home-search input:focus {
    border-color: rgba(255, 51, 51, 0.55);
    box-shadow:
        0 0 0 2px rgba(255, 51, 51, 0.08),
        0 0 0 3px rgba(0, 229, 255, 0.05);
}

.sf-home-search button {
    border: 1px solid transparent;
    border-radius: 11px;
    background:
        linear-gradient(rgba(28, 29, 31, 0.96), rgba(28, 29, 31, 0.96)) padding-box,
        linear-gradient(135deg, #ff3333 0%, #d4ad59 48%, #00e5ff 100%) border-box;
    color: var(--sf-gold-light);
    font-size: 20px;
    cursor: pointer;
}

.sf-home-voting-browse {
    margin-top: 22px;
    padding-top: 19px;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.sf-home-voting-browse > h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.1;
}

.sf-home-voting-group {
    margin-top: 18px;
}

.sf-home-voting-group + .sf-home-voting-group {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.sf-home-voting-group-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.sf-home-voting-group-heading p {
    margin: 0;
    color: var(--sf-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sf-home-voting-group-heading span {
    color: var(--sf-muted);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sf-home-voting-group nav {
    display: grid;
    margin-top: 9px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sf-home-voting-group nav a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 10px;
    gap: 8px;
    align-items: center;
    min-height: 44px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.sf-home-voting-group nav a:hover strong {
    color: var(--sf-gold-light);
}

.sf-home-voting-group nav strong {
    font-size: 14px;
}

.sf-home-voting-group nav span,
.sf-home-voting-group nav b {
    color: var(--sf-muted);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.sf-home-voting-group nav b {
    font-size: 15px;
}

.sf-home-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    clip-path: inset(50%);
}

@media (max-width: 1040px) {
    .sf-home-daily-grid { grid-template-columns: 1fr; }
}

@media (max-width: 920px) {
    .sf-home-layout { grid-template-columns: 1fr; }
    .sf-home-discovery {
        position: static;
    }
}

@media (max-width: 640px) {
    .sf-home-shell {
        width: min(100% - 18px, 1320px);
        padding-top: 8px;
    }

    .sf-home-topbar {
        grid-template-columns: 1fr;
        min-height: 0;
        margin-bottom: 14px;
        padding: 8px 0 14px;
    }

    .sf-home-header-balance { display: none; }
    .sf-home-brand-lockup { justify-self: center; }
    .sf-home-brand img { width: 168px; }
    .sf-home-tagline { font-size: clamp(18px, 6vw, 25px); }
    .sf-home-account {
        justify-self: center;
        gap: 9px;
        font-size: 11px;
    }

    .sf-home-opening {
        padding: 0;
        border-radius: 0;
    }

    .sf-home-noon,
    .sf-home-section,
    .sf-home-voting-hub { padding: 16px; }

    .sf-home-section-heading {
        display: grid;
        gap: 8px;
    }

    .sf-home-noon-heading h1 { white-space: normal; }
    .sf-home-noon { padding: 22px 16px 18px; }
    .sf-home-countdown { gap: 6px; }
    .sf-home-countdown > div { padding: 11px 4px 9px; text-align: center; }
    .sf-home-countdown strong { font-size: clamp(27px, 10vw, 40px); }

    .sf-home-daily-grid,
    .sf-home-groove-grid { grid-template-columns: 1fr; }

    .sf-home-quarter-clock {
        min-width: 0;
        padding-left: 0;
        border-left: 0;
        justify-items: start;
        text-align: left;
    }

    .sf-home-groove-countdown { justify-items: start; }
}

/* HOMEPAGE METRICS AND SHARING START */

.sf-home-result-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    align-items: center;
    column-gap: 8px;
}

.sf-home-result-link {
    min-width: 0;
}

.sf-home-result-metric {
    display: inline-flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 4px;
    min-width: 52px;
    margin-left: 10px !important;
    color: var(--sf-text);
    font-size: 18px !important;
    font-weight: 950 !important;
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.sf-home-result-metric > span {
    font-size: 14px;
    font-weight: 950;
}

.sf-home-result-metric--sizz {
    color: #ff5b5b !important;
    text-shadow: 0 0 14px rgba(255, 51, 51, 0.14);
}

.sf-home-result-metric--fizz {
    color: #44efff !important;
    text-shadow: 0 0 14px rgba(0, 229, 255, 0.14);
}

small.sf-home-result-metric--activity {
    display: grid;
    justify-items: end;
    gap: 2px;
    min-width: 58px;
    color: var(--sf-text) !important;
}

small.sf-home-result-metric--activity b {
    color: var(--sf-text);
    font-size: 18px;
    font-weight: 950;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

small.sf-home-result-metric--activity span {
    color: var(--sf-muted);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
}

.sf-home-row-share {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 1px solid rgba(201, 160, 67, 0.46);
    border-radius: 50%;
    color: var(--sf-muted);
    background: rgba(6, 9, 12, 0.72);
    cursor: pointer;
    transition:
        border-color 150ms ease,
        color 150ms ease,
        background 150ms ease,
        transform 150ms ease;
}

.sf-home-row-share svg {
    overflow: visible;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sf-home-row-share:hover,
.sf-home-row-share:focus-visible {
    border-color: var(--sf-gold);
    color: var(--sf-text);
    background: rgba(201, 160, 67, 0.12);
    outline: none;
    transform: translateY(-1px);
}

.sf-home-row-share.is-copied {
    border-color: #7de0a4;
    color: #7de0a4;
}

@media (max-width: 640px) {
    .sf-home-result-row {
        grid-template-columns: minmax(0, 1fr) 32px;
        column-gap: 6px;
    }

    .sf-home-result-metric {
        min-width: 46px;
        font-size: 16px !important;
    }

    small.sf-home-result-metric--activity b {
        font-size: 16px;
    }

    .sf-home-row-share {
        width: 28px;
        height: 28px;
    }
}

/* HOMEPAGE METRICS AND SHARING END */

/* HOMEPAGE SHARE LABEL VISIBILITY START */

.sf-home-result-row {
    grid-template-columns:
        minmax(0, 1fr)
        76px;
}

.sf-home-row-share {
    grid-auto-flow: column;
    gap: 6px;
    width: 72px;
    height: 31px;
    padding: 0 9px;
    border-color: rgba(201, 160, 67, 0.72);
    border-radius: 999px;
    color: #dce4ef;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.sf-home-row-share svg {
    width: 15px;
    height: 15px;
}

.sf-home-row-share span {
    display: inline;
}

.sf-home-row-share:hover,
.sf-home-row-share:focus-visible {
    border-color: var(--sf-gold);
    color: #ffffff;
    background: rgba(201, 160, 67, 0.16);
}

@media (max-width: 640px) {
    .sf-home-result-row {
        grid-template-columns:
            minmax(0, 1fr)
            62px;
    }

    .sf-home-row-share {
        width: 59px;
        padding: 0 6px;
        font-size: 8px;
    }

    .sf-home-row-share svg {
        width: 13px;
        height: 13px;
    }
}

/* HOMEPAGE SHARE LABEL VISIBILITY END */

/* VOTE HEADING CENTER START */

.sf-home-voting-intro {
    display: grid;
    justify-items: center;
    text-align: center;
}

.sf-home-voting-intro h2 {
    margin-right: auto;
    margin-left: auto;
}

.sf-home-voting-intro h2::after {
    margin-right: auto;
    margin-left: auto;
}

.sf-home-voting-intro p {
    text-align: center;
}

.sf-home-search,
.sf-home-voting-browse {
    text-align: left;
}

/* VOTE HEADING CENTER END */

/* OFFICIAL HOMEPAGE SEARCH START */

.sf-home-search-results[hidden] {
    display: none;
}

.sf-home-search-results {
    position: relative;
    z-index: 8;
    display: grid;
    max-height: 320px;
    margin-top: 8px;
    overflow-y: auto;
    border: 1px solid rgba(201, 160, 67, 0.5);
    border-radius: 12px;
    background: rgba(8, 11, 15, 0.98);
    box-shadow:
        0 18px 36px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(0, 229, 255, 0.04);
}

.sf-home-search-option {
    display: grid;
    gap: 3px;
    width: 100%;
    padding: 11px 13px;
    border: 0;
    border-top: 1px solid var(--sf-line);
    color: var(--sf-text);
    text-align: left;
    background: transparent;
    cursor: pointer;
}

.sf-home-search-option:first-child {
    border-top: 0;
}

.sf-home-search-option:hover,
.sf-home-search-option:focus-visible,
.sf-home-search-option.is-active {
    outline: none;
    background:
        linear-gradient(
            90deg,
            rgba(255, 51, 51, 0.1),
            rgba(0, 229, 255, 0.07)
        );
}

.sf-home-search-option strong {
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sf-home-search-option span,
.sf-home-search-status {
    color: var(--sf-muted);
    font-size: 10px;
    line-height: 1.35;
}

.sf-home-search-status {
    padding: 12px 13px;
}

/* OFFICIAL HOMEPAGE SEARCH END */
