.overtocht-kaart {
	width: 100%;
	min-height: 320px;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 2px 14px rgba(15, 40, 80, 0.12);
	position: relative;
}

.overtocht-kaart .maplibregl-popup-content {
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	color: #283278;
	padding: 6px 10px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(15, 40, 80, 0.18);
}

.overtocht-kaart .maplibregl-popup-tip {
	display: none;
}

.overtocht-kaart-fout {
	padding: 12px 16px;
	border: 1px dashed #c0392b;
	border-radius: 8px;
	color: #c0392b;
	background: #fff5f4;
	font-size: 14px;
}
