.a-flash-checkout-travel { --afc-travel-ink:#1d2933; --afc-travel-muted:#5f6d78; --afc-travel-border:#d8e0e6; position: relative; width: 100%; }
.a-flash-checkout-travel-map {
	--a-flash-checkout-city-spacing: 20px;
	position: relative;
	width: 100%;
	min-height: 220px;
	overflow: hidden;
	background: #e9f3f7;
	border:1px solid var(--afc-travel-border);
	border-radius:10px;
	box-shadow:0 12px 34px rgba(29,41,51,.08);
}
.a-flash-checkout-travel-cities { position: absolute; inset: 0; z-index: 2; overflow: hidden; pointer-events: none; }
.a-flash-checkout-travel-city-label {
	position: absolute;
	left: 0;
	top: 0;
	padding: 2px 5px;
	border:1px solid rgba(216,224,230,.8);
	border-radius: 5px;
	background: rgba(255, 255, 255, .9);
	box-shadow:0 2px 8px rgba(29,41,51,.08);
	color: var(--afc-travel-ink);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.2;
	white-space: nowrap;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .8);
	transform: translate(-50%, -50%);
}
.a-flash-checkout-travel .a-flash-checkout-travel-map-image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: 50% 50%;
}
.a-flash-checkout-travel-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	align-items: center;
	margin-top: 12px;
	color: var(--afc-travel-ink);
	font-size: 14px;
}
.a-flash-checkout-travel-legend > span { display: inline-flex; gap: 7px; align-items: center; }
.a-flash-checkout-travel-legend-title { font-weight: 650; }
.a-flash-checkout-travel-legend i { width: 14px; height: 14px; border: 1px solid rgba(29,41,51,.22); border-radius: 4px; box-shadow:inset 0 0 0 1px rgba(255,255,255,.28); }
.a-flash-checkout-travel-error {
	box-sizing: border-box;
	min-height: 220px;
	display: grid;
	place-items: center;
	padding: 18px;
	border: 1px solid #e3b7b7;
	background: #fff4f4;
	color: #8a2525;
	text-align: center;
	border-radius:10px;
}
