.pnm-map-wrapper {
	position: relative;
	margin: 20px 0;
}

.pnm-map {
	width: 100%;
	border-radius: 10px;
	z-index: 1;
}

.pnm-loading {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	padding: 6px 16px;
	border-radius: 20px;
	font-size: 13px;
	box-shadow: 0 2px 8px rgba(0,0,0,.15);
	z-index: 500;
}

.pnm-admin-note {
	background: #fff8e5;
	border: 1px solid #f0c36d;
	padding: 12px 16px;
	border-radius: 6px;
	color: #7a5b00;
}

.pnm-legend {
	background: #fff;
	margin: 10px;
	padding: 10px 14px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,.2);
	font-size: 13px;
	max-height: 260px;
	overflow-y: auto;
	max-width: 220px;
}

.pnm-legend-item {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 3px 0;
	cursor: pointer;
	white-space: nowrap;
}

.pnm-legend-item input {
	margin: 0;
}
