/**
 * Ön yüz: güzergah haritası (Leaflet).
 */

.tire-tur-map-route {
	width: 100%;
	min-height: 280px;
	height: min(52vh, 420px);
	border-radius: 14px;
	overflow: hidden;
	
	border: 1px solid rgba(37, 99, 235, 0.14);
	box-sizing: border-box;
	z-index: 1;
}

.tire-tur-map-route .leaflet-container {
	font-family: inherit;
}

.tire-tur-route-marker-wrap {
	background: transparent;
	border: none;
}

.tire-tur-route-marker {
	width: 40px;
	height: 48px;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 4px;
	box-sizing: border-box;
	background: linear-gradient(180deg, #e11d48 0%, #be123c 100%);
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
	border: 2px solid #fff;
}

.tire-tur-route-marker__num {
	transform: rotate(45deg);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin-top: 2px;
	background: #fff;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 700;
	color: #be123c;
	line-height: 1;
}

.tire-tur-widget--map .tire-tur-map-route {
	margin: 0;
}
