.wl-psme-results-summary {
	opacity: 0.75;
}

.wl-psme-map-wrap {
	margin: 24px 0 24px;
}

.wl-psme-map-container {
	height: 440px;
	border-radius: 10px;
	overflow: hidden;
	background: #f6f6f6;
}

.wl-psme-map-popup {
	width: 200px;
}

.leaflet-container {
	font-family: inherit;
}

.leaflet-container a {
	color: var(--wl-purple);
}

.leaflet-popup-content {
	margin: 16px;
}
.leaflet-popup-content p {
	margin: 0 0 0.5em 0;
}

.wl-psme-map-popup__card {
	display: block;
	padding: 0;
	color: inherit;
	text-decoration: none;
}

.wl-psme-map-popup__card:hover {
	color: inherit;
	text-decoration: none;
}

.wl-psme-map-popup__thumb {
	margin: 0 0 10px;
}

.wl-psme-map-popup__thumb-image {
	display: block;
	width: 200px;
	height: 200px;
	max-width: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.wl-psme-map-popup__title {
	margin: 0 0 2px;
	line-height: 1.35;
	font-weight: 600;
	color: var(--wl-purple);
}

.wl-psme-map-popup__rent {
	margin: 0;
	color: var(--wl-black);
}

@media (max-width: 767px) {
	.wl-psme-map-container {
		height: 320px;
	}
}