.sv-city-empty-state,
.sv-city-empty-state * {
	box-sizing: border-box;
}

.sv-city-empty-state {
	--sv-empty-ink: #25211d;
	--sv-empty-muted: #655d55;
	--sv-empty-orange: #e77b22;
	--sv-empty-orange-dark: #b9530d;
	--sv-empty-blue: #2c7fa3;
	--sv-empty-link: #4b4640;
	--sv-empty-link-hover: #292521;
	--sv-empty-cream: #fdf7ed;
	--sv-empty-border: #eadac6;
	background: transparent;
	color: var(--sv-empty-ink);
}

.sv-city-empty-state-page .sv-hero.sv-city-empty-state__hero-fallback {
	background: #39342f url("https://www.salsavida.com/img/salsa-congress-salsa-dancing.jpg") center / cover no-repeat;
}

.sv-city-empty-state-page .sv-hero.sv-city-empty-state__hero-fallback .sv-hero__media {
	display: none;
}

.sv-city-empty-state-page .sv-hero,
.sv-city-empty-state-page .sv-hero__inner {
	min-height: 255px;
}

.sv-city-empty-state-page .sv-hero__inner {
	padding-bottom: 24px;
}

.sv-city-empty-state-page .sv-hero__copy {
	align-self: end;
}

.sv-city-empty-state__cta,
.sv-city-empty-state__section {
	width: min(1120px, calc(100% - 40px));
	margin-right: auto;
	margin-left: auto;
}

.sv-city-empty-state__cta {
	margin-top: 24px;
	margin-bottom: 0;
	padding: 24px 0;
}

.sv-city-empty-state__cta h2,
.sv-city-empty-state__section h2 {
	margin: 0;
	color: var(--sv-empty-ink);
	font-size: clamp(25px, 3vw, 36px);
	font-weight: 850;
	letter-spacing: -.025em;
	line-height: 1.13;
	text-transform: none;
}

.sv-city-empty-state__cta p {
	max-width: 760px;
	margin: 12px 0 0;
	color: #55483d;
	font-size: 17px;
	line-height: 1.6;
}

.sv-city-empty-state__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.sv-city-empty-state__button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 12px 19px;
	border: 2px solid transparent;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}

.sv-city-empty-state__button:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

.sv-city-empty-state__button:focus-visible,
.sv-city-empty-state__text-link:focus-visible,
.sv-city-empty-state__event-link:focus-visible {
	outline: 3px solid #123f55;
	outline-offset: 3px;
}

.sv-city-empty-state__button--primary {
	background: var(--sv-empty-orange-dark);
	box-shadow: 0 8px 18px rgba(113, 47, 5, .18);
	color: #fff;
}

.sv-city-empty-state__button--primary:hover,
.sv-city-empty-state__button--primary:focus {
	background: #983f08;
	color: #fff;
}

.sv-city-empty-state__button--secondary {
	border-color: #b8702c;
	background: rgba(255,255,255,.64);
	color: #743907;
}

.sv-city-empty-state__button--secondary:hover,
.sv-city-empty-state__button--secondary:focus {
	border-color: #743907;
	background: #fff;
	color: #743907;
}

.sv-city-empty-state__section {
	padding: 54px 0;
}

.sv-city-empty-state__section + .sv-city-empty-state__section {
	border-top: 1px solid var(--sv-empty-border);
}

.sv-city-empty-state__section-head {
	display: flex;
	gap: 20px;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 22px;
}

.sv-city-empty-state__section-head p {
	max-width: 680px;
	margin: 9px 0 0;
	color: var(--sv-empty-muted);
	font-size: 16px;
	line-height: 1.5;
}

.sv-city-empty-state__event-track {
	display: grid;
	grid-auto-columns: minmax(245px, 28%);
	grid-auto-flow: column;
	gap: 16px;
	margin: 0 -4px;
	padding: 4px 4px 18px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-color: #cbb9a5 transparent;
	scrollbar-width: thin;
}

.sv-city-empty-state__event-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid #e4d7c8;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(44, 34, 25, .08);
	scroll-snap-align: start;
	transition: transform .18s ease, box-shadow .18s ease;
}

.sv-city-empty-state__event-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 26px rgba(44, 34, 25, .13);
}

.sv-city-empty-state__event-link {
	display: flex;
	height: 100%;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
}

.sv-city-empty-state__event-link:hover,
.sv-city-empty-state__event-link:focus {
	color: inherit;
	text-decoration: none;
}

.sv-city-empty-state__event-media {
	position: relative;
	display: grid;
	height: 160px;
	place-items: center;
	overflow: hidden;
	background: linear-gradient(135deg, #d7eff1, #fff1dd);
}

.sv-city-empty-state__event-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.sv-city-empty-state__event-card:hover .sv-city-empty-state__event-media img {
	transform: scale(1.025);
}

.sv-city-empty-state__event-fallback {
	color: rgba(30, 102, 128, .7);
	font-size: 40px;
	font-weight: 900;
	letter-spacing: -.08em;
}

.sv-city-empty-state__event-type {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 6px 9px;
	border-radius: 999px;
	background: #7a7266;
	box-shadow: 0 2px 7px rgba(0,0,0,.16);
	color: #fff;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .03em;
	line-height: 1;
	text-transform: uppercase;
}

.sv-city-empty-state__event-type--festival {
	background: #f96e45;
}

.sv-city-empty-state__event-type--both {
	background: #467599;
}

.sv-city-empty-state__event-type--lessons {
	background: #588157;
}

.sv-city-empty-state__event-type--socials {
	background: #c12923;
}

.sv-city-empty-state__event-type--bachata-lessons {
	background: #9d4edd;
}

.sv-city-empty-state__event-type--bachata-socials {
	background: #6d28d9;
}

.sv-city-empty-state__event-type--bachata-both {
	background: #86198f;
}

.sv-city-empty-state__event-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 17px;
}

.sv-city-empty-state__event-date {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 10px;
	color: var(--sv-empty-orange-dark);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
}

.sv-city-empty-state__event-body h3 {
	display: -webkit-box;
	margin: 9px 0 10px;
	overflow: hidden;
	color: var(--sv-empty-ink);
	font-size: 17px;
	font-weight: 850;
	letter-spacing: -.01em;
	line-height: 1.35;
	text-transform: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.sv-city-empty-state__event-body p {
	display: flex;
	gap: 7px;
	align-items: flex-start;
	margin: 0 0 15px;
	color: var(--sv-empty-muted);
	font-size: 14px;
	line-height: 1.4;
}

.sv-city-empty-state__event-body p svg {
	width: 17px;
	height: 17px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.sv-city-empty-state__event-cta {
	margin-top: auto;
	color: var(--sv-empty-link);
	font-size: 14px;
	font-weight: 850;
}

.sv-city-empty-state__text-link {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	margin-top: 17px;
	color: var(--sv-empty-link);
	font-size: 17px;
	font-weight: 850;
	text-decoration: none;
}

.sv-city-empty-state__text-link-label {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.sv-city-empty-state__text-link:hover,
.sv-city-empty-state__text-link:focus {
	color: var(--sv-empty-link-hover);
}

.sv-city-empty-state__text-link:hover .sv-city-empty-state__text-link-label,
.sv-city-empty-state__text-link:focus .sv-city-empty-state__text-link-label {
	text-decoration-thickness: 2px;
}

.sv-city-empty-state__map-shell {
	position: relative;
	z-index: 0;
	min-height: 410px;
	overflow: hidden;
	border: 1px solid #d7c8b6;
	border-radius: 16px;
	background: #edf1ed;
	box-shadow: 0 8px 22px rgba(40, 48, 43, .09);
	isolation: isolate;
}

.sv-city-empty-state__map {
	min-height: 410px;
}

.sv-city-empty-state__map-status {
	position: absolute;
	inset: 0;
	z-index: 401;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: #f2efe9;
	color: #514a42;
	font-size: 15px;
	font-weight: 750;
	text-align: center;
}

.sv-city-empty-state__map-status[hidden] {
	display: none;
}

.sv-city-empty-state__spinner {
	width: 20px;
	height: 20px;
	border: 3px solid rgba(44, 127, 163, .24);
	border-top-color: var(--sv-empty-blue);
	border-radius: 50%;
	animation: sv-empty-spin .8s linear infinite;
}

@keyframes sv-empty-spin {
	to {
		transform: rotate(360deg);
	}
}

.sv-city-empty-state__map .leaflet-popup-content-wrapper {
	border-radius: 12px;
}

.sv-city-empty-state__map .leaflet-popup-content {
	width: min(260px, 70vw) !important;
	margin: 15px;
}

.sv-city-empty-state__map-popup h3 {
	margin: 0 0 8px;
	color: var(--sv-empty-ink);
	font-size: 15px;
	font-weight: 850;
	line-height: 1.3;
	text-transform: none;
}

.sv-city-empty-state__map-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sv-city-empty-state__map-popup li + li {
	margin-top: 9px;
	padding-top: 9px;
	border-top: 1px solid #e7ded3;
}

.sv-city-empty-state__map-popup a {
	display: block;
	color: var(--sv-empty-link);
	font-weight: 750;
	line-height: 1.3;
	text-decoration: none;
}

.sv-city-empty-state__map-popup a:hover,
.sv-city-empty-state__map-popup a:focus {
	text-decoration: underline;
}

.sv-city-empty-state__map-popup small {
	display: block;
	margin-top: 3px;
	color: #6b6259;
	line-height: 1.3;
}

.sv-city-empty-state__festivals .salsa-festivals-carousel {
	margin-top: 4px;
}

.sv-city-empty-state__festivals .slider {
	max-width: none;
	border: 0;
}

.sv-city-empty-state__festivals .slider-container {
	padding: 4px 2px 18px;
}

.sv-city-empty-state__festivals .slider-item.mini-card {
	height: 320px;
	border: 1px solid #e4d7c8;
	background: var(--sv-empty-cream);
	box-shadow: 0 5px 16px rgba(44, 34, 25, .07);
}

.sv-city-empty-state__festivals .slider-item.mini-card > a {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.sv-city-empty-state__festivals .slider-item.mini-card img {
	height: 145px;
	object-fit: cover;
}

.sv-city-empty-state__festivals .mini-title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sv-city-empty-state__faq {
	padding-bottom: 64px;
}

.sv-city-empty-state__faq-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 24px;
}

.sv-city-empty-state__faq-item {
	padding: 22px;
	border: 1px solid var(--sv-empty-border);
	border-radius: 12px;
	background: var(--sv-empty-cream);
}

.sv-city-empty-state__faq-item h3 {
	margin: 0 0 9px;
	color: var(--sv-empty-ink);
	font-size: 17px;
	font-weight: 850;
	line-height: 1.35;
	text-transform: none;
}

.sv-city-empty-state__faq-item p {
	margin: 0;
	color: var(--sv-empty-muted);
	font-size: 15px;
	line-height: 1.55;
}

.sv-city-empty-state__faq-item p a {
	color: var(--sv-empty-link);
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.sv-city-empty-state__faq-item p a:hover,
.sv-city-empty-state__faq-item p a:focus {
	color: var(--sv-empty-link-hover);
}

#homepage-articles.sv-city-empty-state__articles {
	width: min(1120px, calc(100% - 40px));
	margin-right: auto;
	margin-left: auto;
	padding: 54px 0;
	background: transparent;
}

.sv-city-empty-state__articles h2,
.sv-city-empty-state__articles h4 {
	text-align: center;
}

.sv-city-empty-state__articles h4 {
	font-size: 17px;
}

.sv-city-empty-state__articles .container {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.sv-city-empty-state__articles .vw-loop--border-bottom .vw-post-box {
	border: 0;
}

.sv-city-empty-state__articles .vw-post-box__link,
.sv-city-empty-state__articles .viewall a {
	color: var(--sv-empty-link);
}

.sv-city-empty-state__articles .vw-post-box__link:hover,
.sv-city-empty-state__articles .vw-post-box__link:focus,
.sv-city-empty-state__articles .viewall a:hover,
.sv-city-empty-state__articles .viewall a:focus {
	color: var(--sv-empty-link-hover);
}

.sv-city-empty-state__articles .viewall {
	margin: 30px 0 0;
	text-align: center;
}

@media (max-width: 991px) {
	.sv-city-empty-state-page .sv-hero,
	.sv-city-empty-state-page .sv-hero__inner {
		min-height: 235px;
	}
}

@media (max-width: 820px) {
	.sv-city-empty-state__event-track {
		grid-auto-columns: minmax(240px, 44%);
	}

	.sv-city-empty-state__faq-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.sv-city-empty-state__cta,
	.sv-city-empty-state__section {
		width: min(100% - 28px, 1120px);
	}

	.sv-city-empty-state__cta {
		margin-top: 14px;
		padding: 18px 0 10px;
	}

	.sv-city-empty-state__cta h2,
	.sv-city-empty-state__section h2 {
		font-size: 25px;
	}

	.sv-city-empty-state__cta p {
		font-size: 15px;
		line-height: 1.55;
	}

	.sv-city-empty-state__cta-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.sv-city-empty-state__button {
		width: 100%;
	}

	.sv-city-empty-state__section {
		padding: 40px 0;
	}

	.sv-city-empty-state__section-head {
		align-items: flex-start;
	}

	.sv-city-empty-state__event-track {
		grid-auto-columns: minmax(238px, 82%);
		gap: 13px;
	}

	.sv-city-empty-state__event-media {
		height: 150px;
	}

	.sv-city-empty-state__map-shell,
	.sv-city-empty-state__map {
		min-height: 350px;
	}

	.sv-city-empty-state__festivals .slider-item.mini-card {
		flex-basis: 82%;
		width: auto;
	}

	.sv-city-empty-state__faq-item {
		padding: 18px;
	}

	#homepage-articles.sv-city-empty-state__articles {
		width: min(100% - 28px, 1120px);
		padding: 40px 0;
	}
}

@media (max-width: 600px) {
	.sv-city-empty-state-page .sv-hero,
	.sv-city-empty-state-page .sv-hero__inner {
		min-height: 210px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sv-city-empty-state__button,
	.sv-city-empty-state__event-card,
	.sv-city-empty-state__event-media img,
	.sv-city-empty-state__event-track {
		scroll-behavior: auto;
		transition: none;
	}

	.sv-city-empty-state__spinner {
		animation: none;
	}
}
