.pxbms-map-wrap {
	margin: 0 0 1.5em;
}

.pxbms-map {
	width: 100%;
	min-height: 240px;
	border-radius: 4px;
	z-index: 0;
}

.pxbms-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 1.25em;
	border: 0;
	margin: 0 0 0.75em;
	padding: 0;
}

.pxbms-legend-item {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	cursor: pointer;
	font-size: 0.95em;
}

.pxbms-legend-dot {
	display: inline-block;
	width: 0.85em;
	height: 0.85em;
	border-radius: 50%;
	flex: 0 0 auto;
}

.pxbms-popup {
	max-width: 240px;
}

.pxbms-popup-thumb {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 0.5em;
	border-radius: 3px;
}

.pxbms-popup-title {
	margin: 0 0 0.25em;
	font-size: 1.05em;
	line-height: 1.3;
}

.pxbms-popup-address,
.pxbms-popup-excerpt {
	margin: 0 0 0.5em;
	font-size: 0.9em;
}

.pxbms-popup-more {
	margin: 0;
}

.pxbms-location-box {
	margin: 2em 0;
}

.pxbms-location-box .pxbms-map {
	height: 320px;
	margin-top: 1em;
}

.pxbms-location-meta {
	margin: 0 0 0.5em;
}

@media (max-width: 600px) {
	.pxbms-legend {
		gap: 0.4em 0.9em;
	}
}
