.pc-map-shell {
	background: #e6efeb;
	border-radius: 24px;
	margin-block: 2rem;
	overflow: hidden;
}

.pc-map {
	height: clamp(380px, 55vh, 640px);
	width: 100%;
}

.pc-map-shell--large .pc-map {
	height: clamp(480px, 72vh, 820px);
}

.pc-map-shell .maplibregl-ctrl-group {
	border-radius: 10px;
}

.pc-map-shell__fallback {
	color: #102a2a;
	margin: 0;
	padding: 2rem;
}

@media (max-width: 767px) {
	.pc-map,
	.pc-map-shell--large .pc-map {
		height: min(62vh, 560px);
		min-height: 380px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pc-map-shell * {
		scroll-behavior: auto !important;
	}
}
