.enliven-map-wrap {
	position: relative;
	width: 100%;
	height: 520px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 32px rgba(13, 33, 71, .12);
}

#enliven-map {
	width: 100%;
	height: 100%;
}


.enliven-popup__name {
	font-size: 14px;
	font-weight: 700;
	color: #0d2147;
	margin: 0 0 3px;
	line-height: 1.3;
}

.enliven-popup__info {
	font-size: 12px;
	color: #666;
	margin: 0 0 10px;
}

.enliven-popup__link {
	display: inline-block;
	padding: 6px 14px;
	background: #0d2147;
	color: #fff !important;
	font-size: 12px;
	font-weight: 600;
	border-radius: 4px;
	text-decoration: none !important;
	transition: background .2s ease;
}

.enliven-popup__link:hover {
	background: #1a3b7a;
}

/* Collapse the empty header area Google Maps adds by default; keep native × button */
.gm-style .gm-style-iw-chr {
	height: 0;
	overflow: visible;
}

.gm-style .gm-style-iw-d {
	padding-top: 15px !important;
}

@media (max-width: 768px) {
	.enliven-map-wrap {
		height: 380px;
		border-radius: 8px;
	}
}
