/* Sticky race summary block (above hero photos) — matches approval-page-head chrome */

body.sleek-home .all-polls-page-head.state-race-page-head {
    position: sticky;
    top: 0;
    z-index: 45;
    padding: 0;
    border-bottom: 1px solid rgb(30 41 55 / 0.8);
    background: #050608;
    box-shadow: none;
}

/* Forecast state pages: EH-style party glow + colored rule under headline block */
body.race-view-forecast .state-race-page-head[data-state-race-lead="D"] {
    border-bottom: 3px solid #1181ff;
    background-color: #050608;
    background-image: linear-gradient(0deg,
            rgba(17, 129, 255, 0.24) 0%,
            rgba(17, 129, 255, 0.12) 22%,
            rgba(17, 129, 255, 0.045) 52%,
            #050608 80%,
            #050608 100%);
}

body.race-view-forecast .state-race-page-head[data-state-race-lead="R"] {
    border-bottom: 3px solid #ff4142;
    background-color: #050608;
    background-image: linear-gradient(0deg,
            rgba(255, 65, 66, 0.24) 0%,
            rgba(255, 65, 66, 0.12) 22%,
            rgba(255, 65, 66, 0.045) 52%,
            #050608 80%,
            #050608 100%);
}

/* Forecast hubs: solid party accent (no D/R lead from a single race) */
body.senate-hub-page .forecast-hub-page-head--forecast-hero[data-forecast-hub-accent="senate"] {
    border-bottom: 3px solid #1181ff;
    background-color: #050608;
    background-image: linear-gradient(0deg,
            rgba(17, 129, 255, 0.24) 0%,
            rgba(17, 129, 255, 0.12) 22%,
            rgba(17, 129, 255, 0.045) 52%,
            #050608 80%,
            #050608 100%);
}

body.gov-hub-page .forecast-hub-page-head--forecast-hero[data-forecast-hub-accent="gov"] {
    border-bottom: 3px solid #22c55e;
    background-color: #050608;
    background-image: linear-gradient(0deg,
            rgba(34, 197, 94, 0.24) 0%,
            rgba(34, 197, 94, 0.12) 22%,
            rgba(34, 197, 94, 0.045) 52%,
            #050608 80%,
            #050608 100%);
}

body.sleek-home .state-race-page-head-pad {
    padding-top: 2rem;
    padding-bottom: calc(1.35rem + 7px);
    box-sizing: border-box;
}

body.sleek-home .all-polls-page-head.state-race-page-head .all-polls-page-head-inner {
    width: 100%;
}

body.sleek-home .all-polls-page-head.state-race-page-head .state-race-page-head-text {
    max-width: none;
    width: 100%;
    min-width: 0;
    overflow: visible;
    box-sizing: border-box;
}

/* Same horizontal inset as chart section (page px only — no JS padding). */
body.sleek-home .state-race-page-head-text--chart-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    max-width: 100%;
}

body.sleek-home h2.state-race-page-headline {
    display: block;
    font-family: "Plus Jakarta Sans", "DM Sans", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1.625rem, 3.2vw, 2.125rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0;
    line-height: 1.2;
    font-style: normal;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    width: auto;
    max-width: 100%;
    min-width: min-content;
    border: 0;
    border-style: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

body.sleek-home .state-race-page-headline-line {
    display: inline-block;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
}

/* Rotating win-chance headline (winner first, then opponent every 5s) */
body.sleek-home h2.state-race-rotating-headline {
    display: block;
    white-space: normal !important;
    text-wrap: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    overflow-x: visible;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.state-race-rotating-headline__track {
    display: grid;
    grid-template-areas: 'stack';
    align-items: start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.state-race-rotating-headline__line {
    grid-area: stack;
    margin: 0;
    font: inherit;
    color: inherit;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    word-break: keep-all;
    overflow-wrap: normal;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    opacity: 0;
    transform: translateY(0.35rem);
    transition: opacity 0.38s ease, transform 0.38s ease;
    pointer-events: none;
}

.state-race-rotating-headline__line--wrapped {
    white-space: normal !important;
    text-wrap: wrap !important;
}

.state-race-rotating-headline__row {
    display: block;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
}

.state-race-rotating-headline__row--2 {
    margin: 0;
}

.state-race-rotating-headline__measure {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    pointer-events: none;
    white-space: nowrap;
    height: 0;
    overflow: hidden;
}

.state-race-rotating-headline__line--active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.state-race-rotating-name,
.state-race-rotating-pct {
    font-style: italic;
    font-weight: 700;
}

.state-race-rotating-name--d,
.state-race-rotating-pct--d {
    color: #1181ff;
}

.state-race-rotating-name--ind,
.state-race-rotating-pct--ind {
    color: #8795a6;
}

.state-race-rotating-name--r,
.state-race-rotating-pct--r {
    color: #ff4142;
}

.state-race-rotating-muted {
    font-style: normal;
    font-weight: inherit;
    color: inherit;
}

@media (prefers-reduced-motion: reduce) {
    .state-race-rotating-headline__line {
        transition: opacity 0.15s ease;
        transform: none;
    }
}

/* Headline wraps at the right edge of the More Information chevron (not a fixed phrase break). */
body.sleek-home .state-race-page-head-text--with-detail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 1.25rem;
    align-items: start;
}

body.sleek-home .state-race-page-head-text--with-detail h2.state-race-rotating-headline {
    grid-column: 1 / -1;
    grid-row: 1;
}

body.sleek-home .state-race-page-head-text--with-detail .state-race-page-detail-row {
    display: contents;
}

body.sleek-home .state-race-page-head-text--with-detail .state-race-page-detail {
    grid-column: 1;
    grid-row: 2;
    margin: 0.85rem 0 0;
    min-width: 0;
    max-width: 100%;
    font-size: clamp(1rem, 1.7vw, 1.1875rem);
    font-weight: 400;
    font-style: normal;
    line-height: 1.45;
    color: #94a3b8;
    white-space: normal;
    overflow-wrap: break-word;
    text-wrap: pretty;
}

body.sleek-home .state-race-page-head-text--with-detail .state-race-page-more-panel {
    grid-column: 1 / -1;
    grid-row: 3;
}

body.sleek-home .state-race-page-detail-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem 1.25rem;
    width: 100%;
    margin: 0.85rem 0 0;
}

body.sleek-home .state-race-page-detail {
    margin: 0;
    flex: 1 1 16rem;
    min-width: 0;
    max-width: 100%;
    font-size: clamp(1rem, 1.7vw, 1.1875rem);
    font-weight: 400;
    font-style: normal;
    line-height: 1.45;
    color: #94a3b8;
    white-space: normal;
    overflow-wrap: break-word;
    text-wrap: pretty;
}

/* Footer Pollsmax hide-chrome: keep detail line, drop More Information + chevron */
body.pollsmax-header-hidden.race-view-forecast .state-race-page-more-toggle,
body.pollsmax-header-hidden.race-view-forecast .state-race-page-more-panel {
    display: none !important;
}

body.pollsmax-header-hidden.race-view-forecast .state-race-page-head-text--with-detail {
    grid-template-columns: minmax(0, 1fr);
}

body.sleek-home .state-race-page-head-text--with-detail .state-race-page-more-toggle {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    align-self: baseline;
    margin: 0.85rem 0 0;
}

/* Forecast race pages + Senate/Gov hubs: More Information + chevron 3px lower */
body.race-view-forecast .state-race-page-head-text--with-detail .state-race-page-more-toggle,
body.senate-hub-page .forecast-hub-page-head .state-race-page-head-text--with-detail .state-race-page-more-toggle,
body.gov-hub-page .forecast-hub-page-head .state-race-page-head-text--with-detail .state-race-page-more-toggle {
    margin-top: calc(0.85rem + 3px);
}

body.sleek-home .state-race-page-more-toggle {
    flex-shrink: 0;
    margin: 4px 0 0;
    padding: 0;
    border: none;
    background: transparent;
    color: #94a3b8;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.8125rem, 1.3vw, 0.875rem);
    font-weight: 400;
    line-height: 1.45;
    cursor: pointer;
    transition: color 0.12s ease;
}

body.sleek-home .state-race-page-more-toggle:hover {
    color: #e2e8f0;
}

body.sleek-home .state-race-page-more-chevron {
    width: 0.9rem;
    height: 0.9rem;
    flex-shrink: 0;
    transform: rotate(180deg);
    transition: transform 0.2s ease;
}

body.sleek-home .state-race-page-more-toggle[aria-expanded="true"] .state-race-page-more-chevron {
    transform: rotate(0deg);
}

body.sleek-home .state-race-page-more-control {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
}

body.sleek-home .state-race-page-more-panel {
    width: 100%;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.32s ease, opacity 0.24s ease, margin 0.32s ease, padding 0.32s ease;
    margin-top: 0;
    padding-top: 0;
}

body.sleek-home .state-race-page-more-panel.is-open {
    max-height: 32rem;
    opacity: 1;
    margin-top: 0;
    padding-top: 1.35rem;
}

body.sleek-home .state-race-page-more-body {
    margin: 0;
    font-size: clamp(0.8125rem, 1.25vw, 0.875rem);
    font-weight: 400;
    line-height: 1.55;
    color: #94a3b8;
}

/* Legacy tilt-D sample */
body.sleek-home .state-race-page-tilt-d {
    color: #bdddff;
    font-style: italic;
    font-weight: inherit;
}

body.sleek-home .state-race-page-cand--d {
    color: #1181ff;
    font-style: normal;
    font-weight: inherit;
}

body.sleek-home .state-race-page-cand--ind {
    color: #8795a6;
    font-style: normal;
    font-weight: inherit;
}

body.sleek-home .state-race-page-cand--r {
    color: #ff4142;
    font-style: normal;
    font-weight: inherit;
}

html[data-pollsmax-theme="light"] body.sleek-home .all-polls-page-head.state-race-page-head {
    background: #ffffff;
    border-bottom-color: rgb(30 41 55 / 0.8);
}

html[data-pollsmax-theme="light"] body.race-view-forecast .state-race-page-head[data-state-race-lead="D"] {
    border-bottom: 3px solid #1181ff;
    background-color: #ffffff;
    background-image: linear-gradient(0deg,
            rgba(17, 129, 255, 0.18) 0%,
            rgba(17, 129, 255, 0.09) 22%,
            rgba(17, 129, 255, 0.035) 52%,
            #ffffff 80%,
            #ffffff 100%);
}

html[data-pollsmax-theme="light"] body.race-view-forecast .state-race-page-head[data-state-race-lead="R"] {
    border-bottom: 3px solid #ff4142;
    background-color: #ffffff;
    background-image: linear-gradient(0deg,
            rgba(255, 65, 66, 0.16) 0%,
            rgba(255, 65, 66, 0.08) 22%,
            rgba(255, 65, 66, 0.03) 52%,
            #ffffff 80%,
            #ffffff 100%);
}

html[data-pollsmax-theme="light"] body.senate-hub-page .forecast-hub-page-head--forecast-hero[data-forecast-hub-accent="senate"] {
    border-bottom: 3px solid #1181ff;
    background-color: #ffffff;
    background-image: linear-gradient(0deg,
            rgba(17, 129, 255, 0.18) 0%,
            rgba(17, 129, 255, 0.09) 22%,
            rgba(17, 129, 255, 0.035) 52%,
            #ffffff 80%,
            #ffffff 100%);
}

html[data-pollsmax-theme="light"] body.gov-hub-page .forecast-hub-page-head--forecast-hero[data-forecast-hub-accent="gov"] {
    border-bottom: 3px solid #22c55e;
    background-color: #ffffff;
    background-image: linear-gradient(0deg,
            rgba(34, 197, 94, 0.18) 0%,
            rgba(34, 197, 94, 0.09) 22%,
            rgba(34, 197, 94, 0.035) 52%,
            #ffffff 80%,
            #ffffff 100%);
}

html[data-pollsmax-theme="light"] body.sleek-home h2.state-race-page-headline {
    color: #0f172a;
}

html[data-pollsmax-theme="light"] body.sleek-home .state-race-page-detail {
    color: #64748b;
}

html[data-pollsmax-theme="light"] body.sleek-home .state-race-page-more-toggle {
    color: #64748b;
}

html[data-pollsmax-theme="light"] body.sleek-home .state-race-page-more-toggle:hover {
    color: #334155;
}

html[data-pollsmax-theme="light"] body.sleek-home .state-race-page-more-body {
    color: #64748b;
}

html[data-pollsmax-theme="light"] body.sleek-home .state-race-page-tilt-d {
    color: #2563eb;
}

html[data-pollsmax-theme="light"] body.sleek-home .state-race-page-cand--d {
    color: #1181ff;
}

html[data-pollsmax-theme="light"] body.sleek-home .state-race-page-cand--ind {
    color: #8795a6;
}

html[data-pollsmax-theme="light"] body.sleek-home .state-race-page-cand--r {
    color: #dc2626;
}

html[data-pollsmax-theme="light"] body.state-race-ge-page.sleek-home #mainHeader {
    border-bottom: none;
}

html[data-pollsmax-theme="light"] body.state-race-ge-page .state-race-select-bar {
    background: #ffffff;
    border-top-color: rgb(30 41 55 / 0.8);
    border-bottom-color: rgb(30 41 55 / 0.8);
}

html[data-pollsmax-theme="light"] body.state-race-ge-page .state-race-select-bar__label {
    color: #475569;
}

html[data-pollsmax-theme="light"] body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source {
    background: #e8edf3;
    border-color: rgba(148, 163, 184, 0.85);
}

html[data-pollsmax-theme="light"] body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn {
    color: #64748b;
}

html[data-pollsmax-theme="light"] body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn:not(.forecast-hub-map-source__btn--active):not(.forecast-hub-map-source__btn--polling-disabled),
html[data-pollsmax-theme="light"] body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn:not(.forecast-hub-map-source__btn--active):not(.forecast-hub-map-source__btn--polling-disabled):hover,
html[data-pollsmax-theme="light"] body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn:not(.forecast-hub-map-source__btn--active):not(.forecast-hub-map-source__btn--polling-disabled):focus,
html[data-pollsmax-theme="light"] body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn:not(.forecast-hub-map-source__btn--active):not(.forecast-hub-map-source__btn--polling-disabled):focus-visible,
html[data-pollsmax-theme="light"] body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn:not(.forecast-hub-map-source__btn--active):not(.forecast-hub-map-source__btn--polling-disabled):active {
    background-color: #cbd5e1 !important;
    background-image: none !important;
}

html[data-pollsmax-theme="light"] body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn--active,
html[data-pollsmax-theme="light"] body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn--active:hover,
html[data-pollsmax-theme="light"] body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn--active:focus,
html[data-pollsmax-theme="light"] body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn--active:focus-visible,
html[data-pollsmax-theme="light"] body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn--active:active {
    background-color: #ffffff !important;
    background-image: none !important;
    color: #0f172a;
}

html[data-pollsmax-theme="light"] body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn--polling-disabled {
    color: #94a3b8;
}

html[data-pollsmax-theme="light"] body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn--polling-disabled:hover {
    color: #94a3b8;
}

/* Race selector bar — below site header on state / governor GE pages */
body.state-race-ge-page.sleek-home #mainHeader {
    border-bottom: none;
}

body.state-race-ge-page .state-race-select-bar {
    position: relative;
    z-index: 40;
    background: #0c0f14;
    border-top: 1px solid rgba(51, 65, 85, 0.45);
    border-bottom: 1px solid rgba(51, 65, 85, 0.45);
}

body.state-race-ge-page .state-race-select-bar__shell {
    padding-top: 0.65rem;
    padding-bottom: 0.75rem;
}

/* Match Forecast / Polling toggle height (btn padding + line-height + border). */
body.state-race-ge-page .state-race-select-bar {
    --state-race-select-bar-toggle-h: calc(0.45rem * 2 + 0.8rem * 1.2 + 2px);
}

body.state-race-ge-page .state-race-select-bar__grid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0.75rem 1.25rem;
}

body.state-race-ge-page .state-race-select-bar__label {
    display: none !important;
}

body.state-race-ge-page .state-race-select-bar__filters {
    justify-self: start;
    transform: translateY(-2px);
}

body.state-race-ge-page .state-race-select-bar__filters .ga-header-search-polls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem calc(0.75rem + 20px);
    margin: 0 !important;
    max-width: none;
}

body.state-race-ge-page .state-race-select-bar__filters .ga-header-search-field {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

body.state-race-ge-page .state-race-select-bar__filters select.sleek-select.pill {
    width: 8.74rem;
    font-size: 0.8125rem;
    padding-right: 1.1rem;
}

body.state-race-ge-page .state-race-select-bar__views {
    justify-self: end;
    display: flex;
    align-items: center;
}

body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 1fr;
    align-items: stretch;
    height: var(--state-race-select-bar-toggle-h);
    min-height: var(--state-race-select-bar-toggle-h);
    border: 1px solid rgba(51, 65, 85, 0.85);
    border-radius: 6px;
    overflow: hidden;
    background: #0c1018;
    padding: 0;
    isolation: isolate;
}

body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn {
    appearance: none;
    border: none;
    margin: 0;
    color: #94a3b8;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: calc(0.45rem + 1px) 0.76rem calc(0.45rem - 1px);
    cursor: pointer;
    line-height: 1.15;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    height: 100%;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    background-image: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.12s ease;
}

body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn:not(.forecast-hub-map-source__btn--active):not(.forecast-hub-map-source__btn--polling-disabled),
body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn:not(.forecast-hub-map-source__btn--active):not(.forecast-hub-map-source__btn--polling-disabled):hover,
body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn:not(.forecast-hub-map-source__btn--active):not(.forecast-hub-map-source__btn--polling-disabled):focus,
body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn:not(.forecast-hub-map-source__btn--active):not(.forecast-hub-map-source__btn--polling-disabled):focus-visible,
body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn:not(.forecast-hub-map-source__btn--active):not(.forecast-hub-map-source__btn--polling-disabled):active {
    background-color: #050608 !important;
}

body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn--active,
body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn--active:hover,
body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn--active:focus,
body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn--active:focus-visible,
body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn--active:active {
    background-color: #334155 !important;
    color: #f8fafc;
    box-shadow: none !important;
    outline: none;
}

body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn--polling-disabled {
    color: #475569;
    cursor: default;
    pointer-events: none;
}

body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn--polling-disabled:hover {
    color: #475569;
}

body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn:not(.forecast-hub-map-source__btn--active):not(.forecast-hub-map-source__btn--polling-disabled):hover,
body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn:not(.forecast-hub-map-source__btn--active):not(.forecast-hub-map-source__btn--polling-disabled):focus-visible {
    color: #e2e8f0;
    text-decoration: none;
    box-shadow: none !important;
    outline: none;
}

body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn[data-source-tip] {
    position: relative;
}

body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn[data-source-tip]:hover::after,
body.state-race-ge-page .state-race-select-bar__views .forecast-hub-map-source__btn[data-source-tip]:focus-visible::after {
    content: attr(data-source-tip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%);
    z-index: 80;
    width: max-content;
    max-width: min(16rem, 70vw);
    padding: 0.45rem 0.6rem;
    border-radius: 6px;
    border: 1px solid rgba(51, 65, 85, 0.9);
    background: #0f172a;
    color: #e2e8f0;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.35;
    text-align: center;
    box-shadow: none;
    filter: none;
    pointer-events: none;
    white-space: normal;
}

/* Polling view: hide rotating win-% / blurb block above candidate photos */
body.race-view-polling section.state-race-page-head,
body.race-view-polling #stateRacePageHeadMount {
    display: none !important;
}

@media (max-width: 1024px) {
    body.state-race-ge-page .state-race-select-bar__grid {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    body.state-race-ge-page .state-race-select-bar__filters,
    body.state-race-ge-page .state-race-select-bar__views {
        justify-self: stretch;
    }

    body.state-race-ge-page .state-race-select-bar__views {
        justify-self: end;
    }

    body.state-race-ge-page .state-race-select-bar__filters .ga-header-search-polls {
        justify-content: flex-start;
    }
}

@media (max-width: 900px) {
    body.state-race-ge-page .state-race-select-bar__views {
        display: none;
    }
}