.jem-map-container {
	width: 100%;
	height: 380px;
	background: #f5f5f5;
	border-radius: 8px;
	overflow: hidden;
}

.jem-map-loading,
.jem-map-no-address,
.jem-map-error {
	padding: 1rem;
	color: #6b7280;
	font-size: 0.9rem;
}

.jem-single-project-map {
	width: 100%;
	height: 350px;
	border-radius: 8px;
	background: #f3f4f6;
	overflow: hidden;
}
