/**
 * Where to Next? full-screen preference survey
 */

.tupelo-next-page,
.tupelo-next-page #page-container,
.tupelo-next-page #et-boc,
.tupelo-next-page #et-main-area,
.tupelo-next-page #main-content,
.tupelo-next-page #content-area,
.tupelo-next-page #left-area,
.tupelo-next-page .container,
.tupelo-next-page .et-l,
.tupelo-next-page article {
	background: transparent !important;
}

.tupelo-next-page,
.tupelo-next-page.tupelo-next-lock,
html.tupelo-next-lock,
body.tupelo-next-lock {
	overflow: hidden !important;
	height: 100%;
	overscroll-behavior: none;
}

.tupelo-next-page {
	background: #d7e3ef !important;
	height: 100dvh;
	max-height: 100dvh;
	color: #1c2a3a;
}

.tupelo-next-page #main-footer,
.tupelo-next-page #sidebar,
.tupelo-next-page .et_pb_title_container,
.tupelo-next-page .entry-title,
.tupelo-next-page .breadcrumbs,
.tupelo-next-page #main-header,
.tupelo-next-page #top-header,
.tupelo-next-page .et-fixed-header {
	display: none !important;
}

.tupelo-next-page #main-content,
.tupelo-next-page #left-area,
.tupelo-next-page .container,
.tupelo-next-page article {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
}

.tupelo-next {
	--ink: #1c2a3a;
	--muted: #5d6b7c;
	--navy: #173a5e;
	--navy-deep: #0f2a45;
	--red: #b01e2e;
	--red-dark: #8c1824;
	--fb: #1877f2;
	--line: #d5dde6;
	--surface: #ffffff;
	--surface-strong: #ffffff;
	--sans: "Outfit", "Segoe UI", sans-serif;
	--display: "Fraunces", Georgia, serif;
	--shadow: none;
	position: relative;
	isolation: isolate;
	color: var(--ink);
	font-family: var(--sans);
	height: 100dvh;
	max-width: 720px;
	margin: 0 auto;
	padding: 0 1.15rem;
}

.tupelo-next__sky {
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		radial-gradient(90% 55% at 85% -10%, #f3d7b8, transparent 55%),
		radial-gradient(70% 45% at 0% 100%, #ead4d6, transparent 50%),
		linear-gradient(165deg, #c9d9ea 0%, #dbe6f0 42%, #d3dee8 100%);
}

.tupelo-next__routes {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0.08;
}

.tupelo-next[data-step="intro"] .tupelo-next__routes {
	opacity: 0.28;
	-webkit-mask-image: radial-gradient(ellipse 74% 64% at 50% 46%, transparent 0%, transparent 58%, #000 100%);
	mask-image: radial-gradient(ellipse 74% 64% at 50% 46%, transparent 0%, transparent 58%, #000 100%);
}

@media (max-width: 640px) {
	.tupelo-next[data-step="intro"] .tupelo-next__routes {
		opacity: 0.26;
		-webkit-mask-image: radial-gradient(ellipse 96% 56% at 50% 48%, transparent 0%, transparent 62%, #000 100%);
		mask-image: radial-gradient(ellipse 96% 56% at 50% 48%, transparent 0%, transparent 62%, #000 100%);
	}
}

.tupelo-next__routes path {
	fill: none;
	stroke: #173a5e;
	stroke-width: 1.25;
	stroke-linecap: round;
	stroke-dasharray: 4 7;
}

.tupelo-next__routes circle {
	fill: #173a5e;
}

.tupelo-next__shell {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
}

.tupelo-next__topbar {
	display: none;
	grid-template-columns: 2.6rem minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.65rem;
	min-height: 3rem;
	flex: 0 0 auto;
	margin-top: 0.85rem;
	margin-bottom: 0.55rem;
}

.tupelo-next[data-step="board"] .tupelo-next__topbar,
.tupelo-next[data-step="propose"] .tupelo-next__topbar,
.tupelo-next[data-step="share"] .tupelo-next__topbar {
	display: grid;
}

.tupelo-next__back {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 6px;
	border: 1px solid var(--line);
	background: #fff;
	color: var(--navy);
	font-size: 1.05rem;
	cursor: pointer;
	display: grid;
	place-items: center;
}

.tupelo-next__top-mid {
	min-width: 0;
	text-align: center;
}

.tupelo-next__ktup {
	margin: 0;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--muted);
}

.tupelo-next__brand {
	margin: 0.05rem 0 0;
	font-size: 1rem;
	font-weight: 650;
	color: var(--navy);
}

.tupelo-next__who {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 0.55rem;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #fff;
	font-size: 0.78rem;
	font-weight: 600;
	max-width: 9.5rem;
	min-width: 0;
}

.tupelo-next__who[hidden] {
	display: none !important;
}

.tupelo-next__who span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
}

.tupelo-next__who-change {
	border: 0;
	background: transparent;
	color: var(--red);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	padding: 0;
}

.tupelo-next__stage {
	position: relative;
	flex: 1 1 auto;
	min-height: 0;
	overflow: hidden;
}

.tupelo-next__step {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	min-height: 0;
	overflow: hidden;
}

.tupelo-next__step[hidden] {
	display: none !important;
}

.tupelo-next__step.is-enter,
.tupelo-next__step.is-enter-back {
	animation: tupelo-next-in 0.38s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.tupelo-next__step.is-leave,
.tupelo-next__step.is-leave-back {
	animation: tupelo-next-out 0.2s ease both;
}

@keyframes tupelo-next-in {
	from { opacity: 0; transform: translateY(10px) scale(0.99); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes tupelo-next-out {
	from { opacity: 1; }
	to { opacity: 0; }
}

.tupelo-next__intro {
	margin: auto;
	padding: 1.25rem 0 1.5rem;
	max-width: 28rem;
	width: 100%;
	text-align: left;
}

.tupelo-next__mark {
	margin: 0 0 0.85rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--navy);
}

.tupelo-next__title {
	margin: 0 0 0.75rem;
	font-family: var(--display);
	font-size: clamp(2.55rem, 9vw, 3.4rem);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.03em;
	color: var(--navy-deep);
}

.tupelo-next__lead {
	margin: 0 0 1.35rem;
	font-size: 1.05rem;
	line-height: 1.55;
	color: #3d4c5c;
	font-weight: 450;
}

.tupelo-next__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.55rem;
	margin: 0 0 1.35rem;
}

.tupelo-next__stat {
	padding: 0.75rem 0.55rem;
	border-radius: 8px;
	background: #fff;
	border: 1px solid var(--line);
	text-align: center;
}

.tupelo-next__stat-num {
	display: block;
	font-family: var(--display);
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--navy);
	line-height: 1.1;
}

.tupelo-next__stat-label {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--muted);
	line-height: 1.25;
}

.tupelo-next__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.7rem 1.25rem;
	border-radius: 6px;
	border: 1px solid transparent;
	font-family: inherit;
	font-size: 0.95rem;
	font-weight: 650;
	line-height: 1.2;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.tupelo-next__btn:active {
	transform: scale(0.98);
}

.tupelo-next__btn--primary {
	background: var(--navy);
	color: #fff !important;
}

.tupelo-next__btn--primary:hover,
.tupelo-next__btn--primary:focus {
	background: var(--navy-deep);
	color: #fff !important;
}

.tupelo-next__btn--accent {
	background: var(--red);
	color: #fff !important;
}

.tupelo-next__btn--accent:hover,
.tupelo-next__btn--accent:focus {
	background: var(--red-dark);
	color: #fff !important;
}

.tupelo-next__btn--xl {
	width: 100%;
	min-height: 52px;
	font-size: 1.02rem;
}

.tupelo-next__btn--ghost {
	background: #fff;
	border-color: var(--line);
	color: var(--navy) !important;
}

.tupelo-next__btn--ghost:hover,
.tupelo-next__btn--ghost:focus {
	border-color: rgba(23, 58, 94, 0.28);
}

.tupelo-next__btn--fb {
	background: var(--fb);
	color: #fff !important;
}

.tupelo-next__btn--wide {
	width: 100%;
}

.tupelo-next__intro-actions {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	margin: 0 0 1rem;
}

.tupelo-next__intro-actions .tupelo-next__btn {
	width: 100%;
}

.tupelo-next__fineprint {
	margin: 1rem 0 1.15rem;
	font-size: 0.78rem;
	line-height: 1.5;
	color: #4a5868;
}

.tupelo-next__exit {
	display: inline-block;
	color: var(--navy);
	font-size: 0.88rem;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(23, 58, 94, 0.28);
}

.tupelo-next__exit:hover {
	color: var(--red);
	border-bottom-color: var(--red);
}

.tupelo-next__spotlight {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.85rem;
	margin: 0.2rem 0 0.85rem;
	padding: 0.95rem 1rem;
	background: #fff8f2;
	border: 1px solid #e4cfc4;
	border-radius: 8px;
}

.tupelo-next__spotlight-label {
	margin: 0 0 0.15rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--red);
}

.tupelo-next__spotlight-city {
	margin: 0;
	font-family: var(--display);
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--navy-deep);
}

.tupelo-next__spotlight-votes {
	margin: 0.2rem 0 0;
	color: var(--muted);
	font-size: 0.85rem;
}

.tupelo-next__board {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
}

.tupelo-next__board-intro {
	flex: 0 0 auto;
	margin: 0 0 0.5rem;
}

.tupelo-next__board-title {
	margin: 0 0 0.25rem;
	font-family: var(--display);
	font-size: 1.55rem;
	font-weight: 700;
	color: var(--navy-deep);
	letter-spacing: -0.02em;
}

.tupelo-next__hint-inline,
.tupelo-next__propose-lead {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--muted);
}

.tupelo-next__map-wrap {
	margin: 0.7rem 0 0.15rem;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 6px;
	overflow: hidden;
}

.tupelo-next__map {
	height: 240px;
	background: #e8eef4;
}

.tupelo-next__map svg {
	display: block;
	width: 100%;
	height: 100%;
}

.tupelo-next__map-wrap--results .tupelo-next__map {
	height: 260px;
}

.tupelo-next__states path {
	fill: #c5d3e0;
	stroke: #ffffff;
	stroke-width: 1.1;
}

.tupelo-next__state-labels text {
	fill: #5a6d82;
	font-size: 11px;
}

.tupelo-next__map-caption {
	margin: 0;
	padding: 0.45rem 0.7rem 0.55rem;
	border-top: 1px solid var(--line);
	font-size: 0.75rem;
	color: var(--muted);
	background: #f7f9fb;
}

.tupelo-next__step[data-step-panel="share"] {
	overflow-y: auto;
}

.tupelo-next__search {
	display: block;
	margin-top: 0.55rem;
}

.tupelo-next__search input {
	width: 100%;
	min-height: 44px;
	padding: 0.65rem 0.8rem;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #fff;
	color: var(--ink);
	font: inherit;
	font-size: 0.95rem;
}

.tupelo-next__search input:focus {
	outline: none;
	border-color: var(--navy);
}

.tupelo-next__board-list {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	gap: 0.45rem;
	padding: 0.05rem 0 0.35rem;
	scrollbar-width: thin;
}

.tupelo-next__board-foot {
	flex: 0 0 auto;
	padding: 0.7rem 0 0.15rem;
}

.tupelo-next__state {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 6px;
}

.tupelo-next__state summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.8rem 0.9rem;
	cursor: pointer;
	list-style: none;
	font-weight: 700;
	color: var(--navy-deep);
	background: #fff;
}

.tupelo-next__state summary::-webkit-details-marker {
	display: none;
}

.tupelo-next__state summary span:last-child {
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--muted);
}

.tupelo-next__state[open] summary {
	border-bottom: 1px solid var(--line);
}

.tupelo-next__state-list {
	display: flex;
	flex-direction: column;
}

.tupelo-next__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.75rem;
	align-items: center;
	padding: 0.75rem 0.9rem;
	background: #fff;
	border-top: 1px solid #edf1f5;
}

.tupelo-next__row:first-child {
	border-top: 0;
}

.tupelo-next__row-city {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 650;
	color: var(--ink);
}

.tupelo-next__row-meta {
	margin: 0.15rem 0 0;
	display: flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.78rem;
	color: var(--muted);
}

.tupelo-next__code {
	display: inline-block;
	min-width: 2.4rem;
	padding: 0.05rem 0.3rem;
	background: #eef2f6;
	border: 1px solid var(--line);
	border-radius: 3px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--navy);
}

.tupelo-next__btn--vote {
	min-height: 36px;
	padding: 0.35rem 0.9rem;
	font-size: 0.8rem;
	background: var(--red);
	color: #fff !important;
	border-radius: 6px;
}

.tupelo-next__btn--vote:hover,
.tupelo-next__btn--vote:focus {
	background: var(--red-dark);
	color: #fff !important;
}

.tupelo-next__propose,
.tupelo-next__share-card,
.tupelo-next__vote-sheet {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
}

.tupelo-next__propose {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	padding: 1.15rem 1.1rem 1.25rem;
}

.tupelo-next__propose .tupelo-next__board-title {
	margin-bottom: 0.35rem;
}

.tupelo-next__propose-lead {
	margin-bottom: 1rem;
}

.tupelo-next__form {
	margin: 0;
}

.tupelo-next__hp {
	position: absolute !important;
	left: -9999px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.tupelo-next__grid2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.65rem;
}

.tupelo-next__field {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	margin-bottom: 0.8rem;
	font-size: 0.8rem;
	font-weight: 650;
	color: var(--ink);
}

.tupelo-next__field em {
	font-style: normal;
	font-weight: 500;
	color: var(--muted);
}

.tupelo-next__field input,
.tupelo-next__field select,
.tupelo-next__field textarea {
	width: 100%;
	min-height: 46px;
	padding: 0.7rem 0.85rem;
	border-radius: 6px;
	border: 1px solid var(--line);
	background: #fff;
	color: var(--ink);
	font: inherit;
	font-size: 0.95rem;
	font-weight: 500;
}

.tupelo-next__field input:focus,
.tupelo-next__field select:focus,
.tupelo-next__field textarea:focus {
	outline: none;
	border-color: var(--navy);
}

.tupelo-next__field select option {
	background: #fff;
	color: #111;
}

#tupelo-next-share-pick-wrap[hidden] {
	display: none !important;
}

#tupelo-next-share-targets {
	color: var(--ink);
	background: #fff;
	-webkit-text-fill-color: var(--ink);
}

.tupelo-next__field--check {
	flex-direction: row;
	align-items: flex-start;
	gap: 0.55rem;
	font-weight: 500;
	color: var(--muted);
}

.tupelo-next__field--check input {
	width: auto;
	min-height: 0;
	margin-top: 0.15rem;
	accent-color: var(--navy);
}

.tupelo-next__details {
	margin: 0 0 1rem;
	border-radius: 6px;
	border: 1px solid var(--line);
	background: #f7f9fb;
	padding: 0.55rem 0.75rem;
}

.tupelo-next__details summary {
	cursor: pointer;
	font-size: 0.86rem;
	font-weight: 650;
	color: var(--navy);
	padding: 0.35rem 0.15rem;
	list-style: none;
}

.tupelo-next__details summary::-webkit-details-marker {
	display: none;
}

.tupelo-next__details[open] summary {
	margin-bottom: 0.55rem;
}

.tupelo-next__details .tupelo-next__field:last-child {
	margin-bottom: 0.25rem;
}

.tupelo-next__proposal {
	padding: 0;
	border: 0;
	background: transparent;
	margin: 0;
	box-shadow: none;
}

.tupelo-next__status {
	margin: 0.45rem 0 0;
	min-height: 1.1em;
	font-size: 0.88rem;
	color: var(--muted);
}

.tupelo-next__status.is-error { color: var(--red); }
.tupelo-next__status.is-ok { color: #1f6b3a; }

.tupelo-next__share-card {
	margin: auto 0;
	padding: 1.4rem 1.2rem 1.3rem;
	text-align: left;
}

.tupelo-next__check {
	display: none;
}

.tupelo-next__eyebrow {
	margin: 0 0 0.25rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #1f6b3a;
}

.tupelo-next__share-title {
	margin: 0 0 0.4rem;
	font-family: var(--display);
	font-size: 1.7rem;
	font-weight: 700;
	color: var(--navy-deep);
	letter-spacing: -0.02em;
}

.tupelo-next__share-lead {
	margin: 0 0 1rem;
	color: var(--muted);
	line-height: 1.45;
}

.tupelo-next[data-sparse="1"]:not([data-voted="1"]) .tupelo-next__share-lead {
	color: var(--navy-deep);
	font-weight: 600;
}

.tupelo-next__share-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.85rem;
}

.tupelo-next__share-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-top: 0.35rem;
}

.tupelo-next__progress {
	display: none;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.55rem 0 0.95rem;
	flex: 0 0 auto;
}

.tupelo-next[data-step="board"] .tupelo-next__progress,
.tupelo-next[data-step="propose"] .tupelo-next__progress,
.tupelo-next[data-step="share"] .tupelo-next__progress {
	display: flex;
}

.tupelo-next .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.tupelo-next__progress-seg {
	width: 1.6rem;
	height: 0.22rem;
	border-radius: 1px;
	background: #c5d0db;
}

.tupelo-next__progress-seg.is-active {
	background: var(--navy);
	width: 2.2rem;
}

.tupelo-next__progress-seg.is-done {
	background: #8fa0b3;
}

.tupelo-next:not([data-voted="1"]) .tupelo-next__eyebrow {
	color: var(--navy);
}

.tupelo-next:not([data-voted="1"]) [data-after-vote] {
	display: none !important;
}

.tupelo-next[data-voted="1"] [data-before-vote] {
	display: none !important;
}

.tupelo-next:not([data-voted="1"]) .tupelo-next__share-nav {
	flex-direction: column;
	align-items: stretch;
}

.tupelo-next__sparse {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--navy-deep);
	line-height: 1.4;
}

.tupelo-next:not([data-sparse="1"]) .tupelo-next__sparse {
	display: none !important;
}

.tupelo-next__vote-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: end center;
	padding: 1rem;
	background: #314257;
}

.tupelo-next__vote-modal[hidden] {
	display: none !important;
}

.tupelo-next__vote-sheet {
	width: min(420px, 100%);
	max-height: min(88dvh, 720px);
	overflow-y: auto;
	padding: 1.25rem 1.2rem 1.35rem;
	color: var(--ink);
	animation: tupelo-next-in 0.3s ease both;
}

.tupelo-next__top5 {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0.65rem 0.75rem;
	background: #f7f9fb;
	border: 1px solid var(--line);
	border-radius: 6px;
}

.tupelo-next__top5[hidden] {
	display: none !important;
}

.tupelo-next__top5 li {
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.28rem 0;
	font-size: 0.88rem;
	color: var(--ink);
}

.tupelo-next__top5-head {
	font-weight: 700;
	color: var(--navy);
	font-size: 0.78rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding-bottom: 0.4rem !important;
	margin-bottom: 0.15rem;
	border-bottom: 1px solid var(--line);
}

.tupelo-next__sheet-kicker {
	margin: 0 0 0.2rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--muted);
}

.tupelo-next__vote-sheet h3 {
	margin: 0 0 0.35rem;
	font-family: var(--display);
	font-size: 1.45rem;
	font-weight: 700;
	color: var(--navy-deep);
}

.tupelo-next__vote-sheet > p {
	margin: 0 0 0.95rem;
	color: var(--muted);
	font-size: 0.92rem;
	line-height: 1.45;
}

.tupelo-next__privacy {
	margin: 0 0 0.95rem;
	font-size: 0.76rem;
	line-height: 1.45;
	color: #6a7788;
}

.tupelo-next__privacy--sheet {
	padding: 0.65rem 0.7rem;
	background: #f4f7fa;
	border-radius: 6px;
}

.tupelo-next__empty {
	margin: auto;
	padding: 2rem 1.25rem;
	color: var(--muted);
	text-align: center;
}

@media (max-width: 480px) {
	.tupelo-next__map,
	.tupelo-next__map-wrap--results .tupelo-next__map {
		height: 200px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tupelo-next__step.is-enter,
	.tupelo-next__step.is-enter-back,
	.tupelo-next__step.is-leave,
	.tupelo-next__step.is-leave-back,
	.tupelo-next__vote-sheet,
	.tupelo-next__bar > span {
		animation: none !important;
		transition: none !important;
	}
}
