/* ── Braz Turismo · Como Chegar ──────────────────── */
.brt-chegar{
	background: #1f3a24;
	border-radius: 16px;
	padding: 18px 18px 10px;
}

.brt-chegar__title{
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 6px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.62);
}
.brt-chegar__icon{ width: 15px; height: 15px; flex: 0 0 auto; }

.brt-chegar__row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 11px 0;
	font-size: 14px;
}
.brt-chegar__row + .brt-chegar__row{
	border-top: 1px solid rgba(255,255,255,0.10);
}
.brt-chegar__origem{ color: rgba(255,255,255,0.88); }
.brt-chegar__tempo{ color: #fff; font-weight: 700; white-space: nowrap; }
