.fsc-map-root {
	position: relative;
	width: 100%;
	max-width: 100%;
	border-radius: var(--fsc-radius, 12px);
	overflow: hidden;
	box-shadow: var(--fsc-shadow, 0 4px 24px rgba(15, 118, 110, 0.1));
}

.fsc-map-canvas {
	width: 100%;
	height: 100%;
	min-height: 200px;
	background: var(--fsc-sky, #ecfeff);
}

.fsc-map-msg {
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1.5rem;
	background: linear-gradient(160deg, var(--fsc-sky, #ecfeff), var(--fsc-sky-deep, #cffafe));
	color: var(--fsc-teal-dark, #0f766e);
	border-radius: var(--fsc-radius, 12px);
	font-family: inherit;
	line-height: 1.5;
	max-width: 100%;
}

.fsc-iw {
	max-width: 220px;
	font-size: 14px;
	line-height: 1.4;
}

.fsc-iw a {
	color: var(--fsc-teal-dark, #0f766e);
	font-weight: 600;
}

.fsc-map-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	padding: 0.5rem 0.75rem;
	background: rgba(255, 251, 235, 0.96);
	border-top: 1px solid var(--fsc-line, rgba(13, 148, 136, 0.22));
	font-size: 0.82rem;
	color: var(--fsc-ink, #134e4a);
}

.fsc-leg-item {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.fsc-leg-swatch {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.fsc-leg-curated .fsc-leg-swatch {
	background: #ea4335;
}

.fsc-leg-community .fsc-leg-swatch {
	background: var(--fsc-coral, #f97316);
}

.fsc-iw-thumb {
	width: 100%;
	max-height: 120px;
	object-fit: cover;
	border-radius: 6px;
	margin-bottom: 6px;
	display: block;
}
