.rp-locations-map-widget {
	width: 100%;
}

.rp-locations-map {
	width: 100%;
	height: 450px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #ebebeb;
}

.rp-lmap-popup {
	font-family: Ubuntu, sans-serif;
}

.rp-lmap-popup strong {
	display: block;
	font-size: 14px;
	color: #1f2937;
	margin-bottom: 4px;
}

.rp-lmap-popup span {
	font-size: 13px;
	color: #6b7280;
	line-height: 1.4;
}

.rp-lmap-directions {
	display: inline-block;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #38B44A;
	text-decoration: none;
}

.rp-lmap-directions:hover {
	text-decoration: underline;
}

.leaflet-popup-content-wrapper {
	border-radius: 6px;
}
