/* AW Locations Map */

.aw-locations-map {
	width: 100%;
	position: relative;
	/* Isolate Leaflet's internal z-indexes (up to 1000) from the page so
	   the map never overlaps fixed headers or modals. */
	isolation: isolate;
	z-index: 0;
}

.aw-locmap-popup {
	font-size: 14px;
	line-height: 1.4;
}

.aw-locmap-popup strong {
	display: block;
	margin-bottom: 4px;
}

.aw-locmap-touch-hint {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.45);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding: 0 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
	pointer-events: none;
	z-index: 1001;
}

.aw-locmap-touch-hint--visible {
	opacity: 1;
	visibility: visible;
}

.aw-locmap-reset a {
	font-size: 18px;
	line-height: 26px;
}

.aw-locmap-phone {
	margin-top: 4px;
}

.aw-locmap-view {
	display: inline-block;
	margin-top: 6px;
	font-weight: 600;
}
