.motorplug-location-section {
	position: relative;
	overflow: hidden;
	min-height: 420px;
	padding-top: 48px !important;
	padding-bottom: 48px !important;
	margin-bottom: 0;
	isolation: isolate;
	z-index: 1;
}

.motorplug-location-section + .e-con.e-parent,
.motorplug-location-section + .elementor-section {
	position: relative;
	z-index: 2;
	margin-top: 32px !important;
}

.motorplug-location-section > .elementor-container {
	position: relative;
	z-index: 2;
}

.motorplug-location-map-backdrop {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.motorplug-location-map-backdrop .stm-single-listing-map__element {
	width: 100%;
	height: 100%;
	margin: 0 !important;
	background: #e8edf2;
}

.motorplug-location-map-backdrop .leaflet-container {
	width: 100%;
	height: 100%;
	font: inherit;
}

.motorplug-location-section::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.94) 0%,
		rgba(255, 255, 255, 0.82) 34%,
		rgba(255, 255, 255, 0.45) 62%,
		rgba(255, 255, 255, 0.2) 100%
	);
	pointer-events: none;
}

.motorplug-location-section .stm-single-listing-map {
	position: relative;
	z-index: 2;
	min-height: 0;
}

.motorplug-location-section .stm-single-listing-map__address {
	margin-bottom: 0;
	padding: 14px 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 8px 28px rgba(17, 24, 39, 0.12);
	backdrop-filter: blur(6px);
}

.motorplug-location-section .stm-single-listing-map__address + .stm-single-listing-map__element {
	display: none;
}

.motorplug-location-section .elementor-heading-title {
	position: relative;
	z-index: 2;
}

@media (max-width: 767px) {
	.motorplug-location-section {
		min-height: 320px;
		padding-top: 32px !important;
		padding-bottom: 32px !important;
	}

	.motorplug-location-section::before {
		background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.92) 0%,
			rgba(255, 255, 255, 0.72) 42%,
			rgba(255, 255, 255, 0.35) 100%
		);
	}

	.motorplug-location-section .stm-single-listing-map__address {
		margin-top: 12px;
	}
}
