.ascet-post-map-wrap{width:100%}
.ascet-post-map{width:100%;min-height:240px;background:#f3f3f3;z-index:1}
.ascet-post-map-popup{line-height:1.45;min-width:180px}
.ascet-post-map-popup__title{display:block;font-size:1rem;margin-bottom:.35rem}
.ascet-post-map-popup__address,.ascet-post-map-popup__price{margin-bottom:.35rem}
.ascet-post-map-popup__price{font-weight:600}
.ascet-post-map-popup__link{margin-top:.45rem}
.ascet-post-map-message{padding:12px 14px;border:1px solid #d9d9d9;background:#fafafa}

/* Overlapping-property count badge */
.ascet-pm-overlap-wrapper {
	background: transparent;
	border: 0;
}

.ascet-pm-overlap-count {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #2a81cb;
	color: #fff;
	border: 3px solid #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,.45);
	font: 700 14px/1 Arial, sans-serif;
	cursor: pointer;
	box-sizing: border-box;
}


.ascet-post-map-popup__field {
	margin-top: 5px;
}

.ascet-post-map-popup__label {
	font-weight: 600;
}

.ascet-post-map-popup__image {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 8px;
	border-radius: 3px;
}

/* v0.4.1 configurable presentation */
.ascet-pm-pin-wrapper{background:transparent;border:0}
.ascet-pm-pin{position:absolute;left:4px;top:2px;width:20px;height:20px;background:var(--ascet-pm-marker-colour,#2f7d32);border:2px solid #fff;border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 1px 4px rgba(0,0,0,.35)}
.ascet-pm-pin::after{content:"";position:absolute;width:6px;height:6px;left:5px;top:5px;background:#fff;border-radius:50%}
.ascet-pm-overlap-count{background:var(--ascet-pm-overlap-colour,#2f7d32)!important}


/* v0.5.0 Locator Mode */
.ascet-pm-locator{
	display:flex;
	flex-wrap:wrap;
	align-items:end;
	gap:10px;
	margin:0 0 14px;
}
.ascet-pm-locator__search{
	flex:1 1 260px;
}
.ascet-pm-locator__location,
.ascet-pm-locator__radius-select{
	width:100%;
	min-height:42px;
	box-sizing:border-box;
}
.ascet-pm-locator__radius{
	flex:0 0 auto;
}
.ascet-pm-locator__radius label{
	display:block;
	font-size:.85em;
	margin-bottom:3px;
}
.ascet-pm-locator__submit,
.ascet-pm-locator__geolocate,
.ascet-pm-locator__clear{
	min-height:42px;
	padding:0 16px;
	cursor:pointer;
}
.ascet-pm-locator__status{
	flex:1 0 100%;
	min-height:1.4em;
	font-size:.92em;
}
.ascet-pm-locator__status.is-error{
	color:#b32d2e;
}
.ascet-pm-locator.is-loading{
	opacity:.72;
}
.ascet-post-map-popup__distance{
	margin-top:.4rem;
	font-weight:600;
}
.ascet-pm-search-centre-wrapper{
	background:transparent;
	border:0;
}
.ascet-pm-search-centre{
	display:block;
	width:16px;
	height:16px;
	border-radius:50%;
	background:#fff;
	border:4px solid #333;
	box-shadow:0 1px 4px rgba(0,0,0,.35);
	box-sizing:border-box;
}
@media (max-width:600px){
	.ascet-pm-locator__radius{
		flex:1 1 110px;
	}
	.ascet-pm-locator__submit,
	.ascet-pm-locator__geolocate,
	.ascet-pm-locator__clear{
		flex:1 1 auto;
	}
}


/* v0.5.4 configurable Locator button colours */
.ascet-post-map-wrap .ascet-pm-locator__submit,
.ascet-post-map-wrap .ascet-pm-locator__geolocate,
.ascet-post-map-wrap .ascet-pm-locator__clear{
	background:var(--ascet-pm-locator-button-bg,#2f7d32);
	color:var(--ascet-pm-locator-button-text,#fff);
	border:1px solid var(--ascet-pm-locator-button-bg,#2f7d32);
	border-radius:3px;
}
.ascet-post-map-wrap .ascet-pm-locator__submit:hover,
.ascet-post-map-wrap .ascet-pm-locator__submit:focus,
.ascet-post-map-wrap .ascet-pm-locator__geolocate:hover,
.ascet-post-map-wrap .ascet-pm-locator__geolocate:focus,
.ascet-post-map-wrap .ascet-pm-locator__clear:hover,
.ascet-post-map-wrap .ascet-pm-locator__clear:focus{
	background:var(--ascet-pm-locator-button-hover-bg,#245f27);
	color:var(--ascet-pm-locator-button-hover-text,#fff);
	border-color:var(--ascet-pm-locator-button-hover-bg,#245f27);
}


/* v0.5.5 semantic component classes and popup typography */
.ascet-pm__leaflet-popup .ascet-pm__popup{
	font-size:var(--ascet-pm-popup-content-size,13px);
	line-height:var(--ascet-pm-popup-line-height,1.45);
}
.ascet-pm__leaflet-popup .ascet-pm__popup-title{
	font-size:var(--ascet-pm-popup-title-size,16px);
}
.ascet-pm__leaflet-popup .ascet-pm__popup-distance{
	font-size:var(--ascet-pm-popup-distance-size,13px);
}

/*
Stable public styling hooks:
.ascet-pm
.ascet-pm__locator
.ascet-pm__search
.ascet-pm__search-label
.ascet-pm__search-input
.ascet-pm__radius
.ascet-pm__radius-label
.ascet-pm__radius-select
.ascet-pm__button
.ascet-pm__button--search
.ascet-pm__button--geolocate
.ascet-pm__button--clear
.ascet-pm__status
.ascet-pm__map
.ascet-pm__marker-wrapper
.ascet-pm__marker
.ascet-pm__cluster-wrapper
.ascet-pm__cluster-badge
.ascet-pm__search-centre-wrapper
.ascet-pm__search-centre
.ascet-pm__radius-circle
.ascet-pm__spider-leg
.ascet-pm__leaflet-popup
.ascet-pm__tooltip
.ascet-pm__popup
.ascet-pm__popup-title
.ascet-pm__popup-field
.ascet-pm__popup-label
.ascet-pm__popup-value
.ascet-pm__popup-image
.ascet-pm__popup-link
.ascet-pm__popup-link-anchor
.ascet-pm__popup-distance

State modifiers:
.ascet-pm--locator-enabled
.ascet-pm--loading
.ascet-pm--filtered
.ascet-pm--has-results
.ascet-pm--no-results
*/
