.vf-location-deals,
.vf-location-deals * {
	box-sizing: border-box;
}

.vf-location-deals {
	--vf-deals-blue: #128add;
	--vf-deals-yellow: #ffcb00;
	--vf-deals-navy: #101b2b;
	--vf-deals-gray: #707070;
	position: relative;
	display: grid;
	grid-template-columns: 420px minmax(0, 1fr);
	gap: 28px;
	width: calc(100% - 32px);
	max-width: 1170px;
	height: 356px;
	min-height: 0;
	margin: 88px auto 5px;
	padding: 24px 30px;
	background: var(--vf-deals-blue);
	border-radius: 18px;
	overflow: hidden;
	font-family: "Poppins", sans-serif;
}

.vf-location-deals__filters {
	position: absolute;
	top: 24px;
	left: 30px;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 10px;
}

.vf-location-deals__filters button {
	-webkit-appearance: none;
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 124px;
	height: 42px;
	min-height: 42px;
	padding: 8px 18px;
	background: #fff;
	border: 1px solid #dce4ed;
	border-radius: 10px;
	box-shadow: none;
	color: var(--vf-deals-navy);
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	outline: none !important;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.vf-location-deals__filters button:hover,
.vf-location-deals__filters button:focus-visible {
	background: #f2f6fa;
	border-color: #c4d2df;
	box-shadow: none !important;
	outline: none !important;
	transform: translateY(-1px);
}

.vf-location-deals__filters button.is-alternate {
	background: var(--vf-deals-yellow);
	border-color: var(--vf-deals-yellow);
	color: var(--vf-deals-navy);
}

.vf-location-deals__map-card {
	position: relative;
	z-index: 1;
	display: block;
	min-width: 0;
	height: 205px;
	min-height: 0;
	background: #fff;
	border: 1px solid #dce4ed;
	border-radius: 16px;
	overflow: hidden;
}

.vf-location-deals__map-copy {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	width: 52%;
	height: 100%;
	padding: 20px 0 18px 28px;
}

.vf-location-deals__eyebrow {
	margin: 0 0 10px;
	color: var(--vf-deals-blue);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.vf-location-deals__map-copy h2 {
	max-width: 215px;
	margin: 0;
	color: var(--vf-deals-navy);
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.12;
}

.vf-location-deals__map-copy h2 span {
	display: block;
	color: inherit;
}

.vf-location-deals__map-copy h2 .vf-location-deals__heading-prefix {
	white-space: nowrap;
}

.vf-location-deals__map-copy h2 .vf-location-deals__heading-origin {
	color: var(--vf-deals-yellow);
}

.vf-location-deals__description {
	max-width: 188px;
	margin: 10px 0 0;
	color: var(--vf-deals-gray);
	font-size: 15px;
	line-height: 1.4;
}

.vf-location-deals__description:empty {
	display: none;
}

.vf-location-deals__explore,
.vf-location-deal-card__book {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 9px 19px;
	background: var(--vf-deals-blue);
	border-radius: 9px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 160ms ease, transform 160ms ease;
}

.vf-location-deals__explore {
	margin-top: auto;
	margin-bottom: 4px;
}

.vf-location-deals__explore:hover,
.vf-location-deal-card__book:hover {
	background: #0876cf;
	color: #fff;
	transform: translateY(-1px);
}

.vf-location-deals__dot-map {
	position: absolute;
	top: 5px;
	right: -200px;
	width: 110%;
	height: 100%;
	transform: none;
	pointer-events: none;
}

.vf-location-deals__deals {
	position: relative;
	z-index: 3;
	display: flex;
	min-width: 0;
	align-items: center;
	padding-top: 68px;
}

.vf-location-deals__controls {
	position: absolute;
	top: 0;
	right: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
	align-items: center;
	width: 110px;
	height: 42px;
	min-height: 42px;
	background: #fff;
	border: 1px solid #dce4ed;
	border-radius: 12px;
	overflow: hidden;
	box-sizing: border-box;
}

.vf-location-deals__controls i {
	height: 24px;
	background: #dce4ed;
}

.vf-location-deals__controls button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 40px;
	padding: 0;
	background: #fff;
	border: 0;
	box-shadow: none;
	color: var(--vf-deals-blue);
	cursor: pointer;
	outline: 0;
}

.vf-location-deals__controls button > span:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 32px;
	font-weight: 300;
	line-height: 1;
	transform: translateY(-2px);
}

.vf-location-deals__controls button:hover,
.vf-location-deals__controls button:focus-visible {
	background: #f2f6fa;
	box-shadow: none;
}

.vf-location-deals__controls button:disabled {
	color: #b8c1cc;
	cursor: default;
}

.vf-location-deals__status {
	align-self: center;
	width: 100%;
	margin: 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.vf-location-deals__status.is-result-count {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 4;
	width: auto;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	text-align: right;
	white-space: nowrap;
}

.vf-location-deals__status[hidden] {
	display: none;
}

.vf-location-deals__viewport {
	position: relative;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0 0 10px 16px;
	scroll-padding-left: 16px;
	scroll-behavior: auto;
	scroll-snap-type: none;
	scrollbar-width: none;
}

.vf-location-deals__viewport::-webkit-scrollbar {
	display: none;
}

@media (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {

	.vf-location-deals {
		width: 960px;
		max-width: calc(100% - 30px);
	}

}

@media (min-width: 1200px) and (max-width: 1366px) and (orientation: landscape) {

	.vf-location-deals {
		width: 1110px;
		max-width: calc(100% - 30px);
	}

}

.vf-location-deals__track {
	position: relative;
	display: block;
	width: 100%;
	min-height: 192px;
}

.vf-location-deal-card {
	position: absolute;
	top: 0;
	left: var(--vf-card-left, 0px);
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto auto minmax(46px, 1fr);
	column-gap: 10px;
	row-gap: 6px;
	align-content: start;
	width: var(--vf-deal-card-width, 300px);
	height: 184px;
	min-height: 184px;
	padding: 12px 16px 14px;
	background: #fff;
	border: 1px solid #dce4ed;
	border-radius: 16px;
	box-shadow: 0 10px 22px rgba(16, 27, 43, 0.12);
	transition: left 300ms cubic-bezier(0.22, 0.78, 0.45, 1), box-shadow 180ms ease;
	will-change: left;
}

.vf-location-deal-card.is-vf-stacked {
	z-index: var(--vf-stack-z, 2);
	box-shadow: 0 8px 18px rgba(16, 27, 43, 0.12);
}

.vf-location-deal-card.is-vf-current {
	z-index: 20;
}

.vf-location-deal-card__route {
	grid-column: 1 / -1;
	display: grid;
	align-content: start;
	gap: 5px;
	min-width: 0;
}

.vf-location-deal-card__route > div {
	display: flex;
	align-items: center;
	min-width: 0;
	color: var(--vf-deals-navy);
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
}

.vf-location-deal-card__airport {
	display: flex;
	align-items: baseline;
	min-width: 0;
	overflow: hidden;
}

.vf-location-deal-card__route-icon {
	flex: 0 0 27px;
	width: 27px;
	height: 27px;
	margin-right: 8px;
	display: block;
	object-fit: contain;
	color: var(--vf-deals-blue);
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.vf-location-deal-card__route strong {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	font-weight: 800;
	text-overflow: ellipsis;
}

.vf-location-deal-card__route small {
	flex: 0 0 auto;
	margin-left: 4px;
	font-size: 12px;
	font-weight: 600;
}

.vf-location-deal-card__details {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	justify-self: stretch;
	gap: 8px;
	width: 100%;
	min-height: 28px;
	padding: 5px 0;
	border-top: 1px solid #dce4ed;
	border-bottom: 1px solid #dce4ed;
	color: #172b63;
	font-size: 12px;
	line-height: 1.15;
	text-align: left;
	min-width: 0;
	overflow: hidden;
}

.vf-location-deal-card__details > span {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vf-location-deal-card__details > span:not(:last-child)::after {
	content: "•";
	margin-left: 8px;
	color: #aeb8c4;
}

.vf-location-deal-card__airline {
	color: var(--vf-deals-gray);
	text-align: left;
}

.vf-location-deal-card__price {
	display: flex;
	align-self: end;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 46px;
	padding-top: 2px;
}

.vf-location-deal-card__price small {
	color: #172b63;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.1;
}

.vf-location-deal-card__price strong {
	color: var(--vf-deals-blue);
	font-size: 31px;
	font-variant-numeric: tabular-nums lining-nums;
	letter-spacing: -0.04em;
	line-height: 1;
	white-space: nowrap;
}

.vf-location-deal-card__currency {
	display: inline-block;
	font-size: 24px;
	letter-spacing: -0.02em;
	line-height: 1;
}

.vf-location-deal-card__book {
	align-self: end;
	justify-self: end;
	margin-top: 0;
	width: 102px;
	min-width: 102px;
	min-height: 40px;
	padding: 8px 12px;
	line-height: 1.2;
	white-space: nowrap;
}

@media (min-width: 981px) {
	.vf-location-deals__map-card {
		transform: translateY(74px);
	}
}

@media (max-width: 980px) {
	.vf-location-deals {
		grid-template-columns: 1fr;
		height: auto;
		padding: 28px;
	}

	.vf-location-deals__map-card {
		height: auto;
		min-height: 315px;
		margin-top: 56px;
	}

	.vf-location-deals__deals {
		padding-top: 78px;
		padding-bottom: 26px;
	}

	.vf-location-deals__viewport {
		overflow-x: auto;
		overflow-y: hidden;
		touch-action: pan-x;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
	}

	.vf-location-deals__track {
		display: flex;
		gap: 18px;
		width: max-content;
	}

	.vf-location-deal-card {
		position: relative;
		top: auto;
		left: auto;
		flex: 0 0 var(--vf-deal-card-width, 300px);
		scroll-snap-align: start;
	}

	.vf-location-deal-card.is-vf-stacked {
		box-shadow: 0 10px 22px rgba(16, 27, 43, 0.12);
	}
}

/* Match Stories width and use a true touch carousel on tablet portrait. */
@media (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
	.vf-location-deals {
		--vf-deal-card-width: 300px !important;
		width: 690px;
		max-width: calc(100% - 30px);
		margin-right: auto;
		margin-left: auto;
		padding: 24px;
	}

	.vf-location-deals__controls {
		display: none;
	}

	.vf-location-deals__map-card {
		min-height: 240px;
		margin-top: 50px;
	}

	.vf-location-deals__map-copy {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.vf-location-deals__explore {
		margin-top: auto;
		margin-bottom: 0;
	}

	.vf-location-deals__deals {
		padding-top: 20px;
	}

	.vf-location-deals__viewport {
		padding-left: 0;
		scroll-padding-left: 0;
	}

	.vf-location-deal-card {
		flex: 0 0 300px;
		width: 300px;
		max-width: 300px;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}
}

@media (max-width: 600px) {
	.vf-location-deals {
		width: calc(100% - 24px);
		/* White space outside the blue widget on mobile. */
		margin: 16px auto !important;
		gap: 16px;
		padding: 16px;
		border-radius: 14px;
	}

	.vf-location-deals__filters {
		top: 16px;
		left: 16px;
		right: 16px;
		gap: 8px;
	}

	.vf-location-deals__filters button {
		flex: 1 1 0;
		min-width: 0;
		min-height: 40px;
		padding: 8px 10px;
		font-size: 13px;
	}

	.vf-location-deals__map-card {
		width: 100%;
		height: 205px;
		min-height: 205px;
		margin-top: 50px;
	}

	.vf-location-deals__map-copy {
		width: 58%;
		padding: 18px 0 16px 20px;
	}

	.vf-location-deals__eyebrow {
		margin-bottom: 8px;
		font-size: 11px;
	}

	.vf-location-deals__map-copy h2 {
		font-size: 24px;
		line-height: 1.08;
	}

	.vf-location-deals__explore {
		min-height: 40px;
		margin-bottom: 0;
		padding: 8px 18px;
	}

	.vf-location-deals__dot-map {
		top: 0;
		right: -34px;
		bottom: auto;
		width: 70%;
		height: 100%;
		opacity: 0.72;
	}

	.vf-location-deals__description {
		max-width: 75%;
	}

	.vf-location-deals__controls {
		display: none;
	}

	.vf-location-deals__deals {
		width: 100%;
		padding-top: 0;
		padding-bottom: 26px;
	}

	.vf-location-deals__viewport {
		width: 100%;
		padding: 0;
		overflow-x: auto;
		overflow-y: hidden;
		touch-action: pan-x;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
		scroll-padding-left: 0;
	}

	.vf-location-deals__track {
		gap: 14px;
	}

	.vf-location-deal-card {
		grid-template-columns: minmax(0, 1fr) auto;
		flex: 0 0 var(--vf-deal-card-width, 100%);
		width: var(--vf-deal-card-width, 100%);
		max-width: none;
		padding: 12px 16px 14px;
		box-shadow: none;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	.vf-location-deal-card.is-vf-stacked,
	.vf-location-deal-card.is-vf-current {
		box-shadow: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vf-location-deals__viewport {
		scroll-behavior: auto;
	}
}

/* =========================================================
   OTA DESTINATION TILE
   Schedule-first, logo-free itinerary treatment. Round-trip and
   one-way cards share the same compact dimensions.
   ========================================================= */

.vf-location-deal-card {
	display: flex;
	flex-direction: column;
	gap: 0;
	height: 184px;
	min-height: 184px;
	padding: 13px 16px 14px;
}


.vf-location-deal-card__oneway {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto auto auto;
	column-gap: 12px;
	row-gap: 4px;
	align-items: start;
	min-width: 0;
	padding-bottom: 8px;
}

.vf-location-deal-card__oneway .vf-location-deal-card__date {
	grid-column: 1;
	grid-row: 1;
}

.vf-location-deal-card__oneway .vf-location-deal-card__stops {
	grid-column: 2;
	grid-row: 1;
	justify-self: end;
	text-align: right;
}

.vf-location-deal-card__oneway .vf-location-deal-card__time {
	grid-column: 1;
	grid-row: 2;
}

.vf-location-deal-card__oneway .vf-location-deal-card__duration {
	grid-column: 2;
	grid-row: 2;
	justify-self: end;
}

.vf-location-deal-card__oneway .vf-location-deal-card__route-name {
	grid-column: 1;
	grid-row: 3;
	align-self: center;
}

.vf-location-deal-card__oneway > .vf-location-deal-card__codes {
	grid-column: 2;
	grid-row: 3;
	align-self: center;
	justify-self: end;
}

.vf-location-deal-card__oneway.has-multiline-route .vf-location-deal-card__route-name {
	align-self: start;
}

.vf-location-deal-card__oneway.has-multiline-route > .vf-location-deal-card__codes {
	align-self: end;
	transform: translateY(3px);
}

.vf-location-deal-card__summary {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	min-width: 0;
	padding-bottom: 5px;
}

.vf-location-deal-card__date,
.vf-location-deal-card__stops {
	color: var(--vf-deals-navy);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	white-space: nowrap;
}

.vf-location-deal-card__date {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vf-location-deal-card__oneway.is-roundtrip .vf-location-deal-card__date {
	font-size: 13px;
	letter-spacing: -.015em;
}

.vf-location-deal-card__leg {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 12px;
	min-width: 0;
	padding: 5px 0 6px;
	border-top: 1px solid #e1e7ee;
}

.vf-location-deal-card__leg--return {
	padding-top: 6px;
}

.vf-location-deal-card__leg-copy,
.vf-location-deal-card__leg-meta {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.vf-location-deal-card__leg-copy {
	align-items: flex-start;
	gap: 2px;
}

.vf-location-deal-card__leg-copy small {
	color: var(--vf-deals-blue);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .045em;
	line-height: 1.2;
	text-transform: uppercase;
}

.vf-location-deal-card__leg-copy > span,
.vf-location-deal-card__leg-meta > span,
.vf-location-deal-card__time,
.vf-location-deal-card__duration {
	color: #657286;
	font-size: 11px;
	font-weight: 500;
	font-variant-numeric: tabular-nums lining-nums;
	line-height: 1.25;
	white-space: nowrap;
}

.vf-location-deal-card__leg-copy > strong:not(.vf-location-deal-card__date) {
	display: block;
	max-width: 100%;
	overflow: hidden;
	color: #40516a;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vf-location-deal-card__oneway .vf-location-deal-card__leg-copy {
	gap: 4px;
}

.vf-location-deal-card__oneway .vf-location-deal-card__leg-copy > strong:not(.vf-location-deal-card__date) {
	font-size: 13px;
}

.vf-location-deal-card__route-name {
	display: flex;
	flex-wrap: wrap;
	column-gap: 3px;
	max-width: 100%;
	overflow: visible;
	color: #40516a;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	text-overflow: clip;
	white-space: normal;
}

.vf-location-deal-card__route-name > span {
	flex: 0 0 auto;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vf-location-deal-card__route-name.is-multiline {
	flex-direction: column;
	row-gap: 0;
}

.vf-location-deal-card__leg-meta {
	align-items: flex-end;
	gap: 4px;
	text-align: right;
}

.vf-location-deal-card__codes {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
	white-space: nowrap;
}

.vf-location-deal-card__codes > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 24px;
	padding: 3px 7px;
	border-radius: 6px;
	background: #e7f3fc;
	color: #435775;
	font-size: 11px;
	font-weight: 700;
	font-variant-numeric: tabular-nums lining-nums;
	line-height: 1;
}

.vf-location-deal-card__codes > i {
	color: #8592a4;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
}

.vf-location-deal-card__fare {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	min-width: 0;
	margin-top: auto;
	padding-top: 8px;
	border-top: 1px solid #e1e7ee;
}

.vf-location-deal-card__price {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	min-width: 0;
	min-height: 42px;
	padding: 0;
}

.vf-location-deal-card__price strong {
	color: var(--vf-deals-navy);
	font-size: 27px;
	font-weight: 800;
	font-variant-numeric: tabular-nums lining-nums;
	letter-spacing: -.035em;
	line-height: 1;
	white-space: nowrap;
}

.vf-location-deal-card__currency {
	font-size: inherit;
	letter-spacing: inherit;
}

.vf-location-deal-card__airline {
	display: block;
	max-width: 150px;
	margin-top: 3px;
	overflow: hidden;
	color: var(--vf-deals-navy);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vf-location-deal-card__book {
	gap: 8px;
	width: auto;
	min-width: 112px;
	min-height: 42px;
	padding: 8px 14px;
	border-radius: 9px;
	font-size: 14px;
}

.vf-location-deal-card__book > span {
	font-size: 22px;
	font-weight: 400;
	line-height: .8;
}

@media (max-width: 600px) {
	.vf-location-deal-card__leg,
	.vf-location-deal-card__oneway {
		gap: 8px;
	}

	.vf-location-deal-card__airline {
		max-width: 128px;
	}
}

/* =========================================================
   PHONE SPACING — PORTRAIT AND LANDSCAPE
   16px outer gutters, 16px component gaps, 44px touch targets.
   ========================================================= */

@media (max-width: 767px),
	(orientation: landscape) and (max-width: 932px) and (max-height: 500px) {
	.vf-location-deals {
		width: calc(100% - 32px);
		max-width: none;
		margin: 48px auto 0 !important;
		padding: 16px;
		gap: 16px;
		border-radius: 14px;
	}

	.vf-location-deals__filters {
		top: 16px;
		left: 16px;
		right: 16px;
		gap: 8px;
	}

	.vf-location-deals__filters button,
	.vf-location-deals__explore,
	.vf-location-deal-card__book {
		min-height: 44px;
	}

	.vf-location-deals__deals,
	.vf-location-deals__viewport {
		padding-top: 0;
	}

	.vf-location-deals__deals {
		padding-bottom: 26px;
	}

	.vf-location-deals__viewport {
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
		scroll-padding-left: 0;
	}

	.vf-location-deals__track {
		gap: 16px;
	}
}

@media (orientation: landscape) and (max-width: 932px) and (max-height: 500px) {
	.vf-location-deals {
		margin-top: 32px !important;
	}
}

/* Half-screen desktop browser: retain mouse-accessible carousel controls.
   Touch-only tablets continue to use the swipe interaction. */
@media (min-width: 768px) and (max-width: 991px) and (hover: hover) and (pointer: fine) {
	.vf-location-deals__deals {
		position: static;
		padding-top: 20px;
	}

	.vf-location-deals__controls {
		top: 24px;
		right: 30px;
		z-index: 6;
		display: grid;
		grid-template-columns: 44px 1px 44px;
		width: 91px;
		height: 42px;
		min-height: 42px;
		border-radius: 10px;
	}

	.vf-location-deals__controls button {
		width: 44px;
		height: 100%;
		min-height: 0;
	}

	.vf-location-deals__controls button > span:first-child {
		font-size: 28px;
		transform: none;
	}
}

/* =========================================================
   LANDSCAPE PHONE — STORIES WIDTH AND SHORTER MAP TILE
   ========================================================= */

@media (orientation: landscape) and (max-width: 932px) and (max-height: 500px) {
	.vf-location-deals {
		width: 688px !important;
		max-width: calc(100vw - 62px) !important;
		margin-right: auto !important;
		margin-left: auto !important;
		box-sizing: border-box !important;
	}

	.vf-location-deals__map-card {
		height: 180px !important;
		min-height: 180px !important;
		margin-top: 50px !important;
	}

	.vf-location-deals__map-copy {
		width: 56% !important;
		height: 180px !important;
		padding: 14px 0 12px 18px !important;
	}

	.vf-location-deals__eyebrow {
		margin-bottom: 6px !important;
		font-size: 11px !important;
	}

	.vf-location-deals__map-copy h2 {
		font-size: 22px !important;
		line-height: 1.08 !important;
	}

	.vf-location-deals__explore {
		min-height: 44px !important;
		margin-top: auto !important;
		margin-bottom: 0 !important;
	}
}
