/* WV Carte PAV — conteneur, légende, popups. */
.wvcp-wrap {
	margin: 1.5rem 0;
}

.wvcp-map {
	height: 480px;
	max-height: 70vh;
	border-radius: 12px;
	z-index: 0; /* sous le header sticky du thème */
}

.wvcp-map.wvcp-vide {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f2f2f2;
	color: #444;
	padding: 1rem;
	text-align: center;
}

.wvcp-legende {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 1.1rem;
	margin-top: 0.6rem;
	font-size: 0.85rem;
}

.wvcp-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	white-space: nowrap;
}

.wvcp-dot {
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.wvcp-vert {
	background: #2e7d32;
}

.wvcp-orange {
	background: #ef8c00;
}

.wvcp-rouge {
	background: #d1183c;
}

.wvcp-gris {
	background: #757575;
}

.wvcp-source {
	margin-top: 0.4rem;
	font-size: 0.8rem;
	opacity: 0.75;
}

.wvcp-popup-adresse {
	font-weight: 700;
	margin-bottom: 0.2rem;
}

.wvcp-popup-niveau {
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 0.3rem;
}

.wvcp-popup-meta {
	font-size: 0.8rem;
	opacity: 0.8;
}
