/* Popup content inside Leaflet popups */
.empl-map-popup {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #1f2937;
}

.empl-map-popup .empl-location-img {
	margin: 0 0 10px;
}

.empl-map-popup .empl-location-img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.empl-map-popup .empl-location-title {
	padding-bottom: 0;
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.25;
}

.empl-map-popup .empl-location-props {
	margin: 0;
	font-size: 13px;
	color: #374151;
}
