/* ── Braz Turismo · Spot A partir de (Distâncias) ──── */
.brt-spot-origens{
	background: #fff;
	border: 1px solid #E3DFD4;
	border-radius: 14px;
	padding: 18px 20px;
}
.brt-spot-origens__title{
	margin: 0 0 12px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #5B6660;
}
.brt-spot-origens__list{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}
.brt-spot-origens__list li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid #f0ece4;
	font-size: 13.5px;
}
.brt-spot-origens__list li:last-child{ border-bottom: none; }
.brt-spot-origens__cidade{ color: #1d2420; font-weight: 500; }
.brt-spot-origens__tempo{ color: #5B6660; font-weight: 600; font-size: 13px; }
