.bi-toppturer-map {
	--bi-map-summer: #dd8500;
	--bi-map-winter: #2878b5;
	--bi-map-neutral: #68737d;
	margin: 1.5rem 0 3rem;
}

.bi-toppturer-map__legend {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.25rem;
	align-items: center;
	margin: 0.8rem 0 0;
	color: #303841;
	font-size: 0.95rem;
	font-weight: 650;
}

.bi-toppturer-map__legend > span {
	display: inline-flex;
	gap: 0.45rem;
	align-items: center;
}

.bi-toppturer-map__swatch {
	width: 0.85rem;
	height: 0.85rem;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgb(24 35 45 / 20%);
}

.bi-toppturer-map__swatch--summer {
	background: var(--bi-map-summer);
}

.bi-toppturer-map__swatch--winter {
	background: var(--bi-map-winter);
}

.bi-toppturer-map__swatch--neutral {
	background: var(--bi-map-neutral);
}

.bi-toppturer-map__canvas {
	overflow: hidden;
	border: 1px solid rgb(26 41 55 / 14%);
	border-radius: 18px;
	background: #eef2f4;
	box-shadow: 0 12px 30px rgb(23 36 48 / 10%);
}

.bi-toppturer-map__canvas .leaflet-map,
.bi-toppturer-map__canvas .leaflet-container {
	width: 100% !important;
	height: clamp(380px, 62vh, 620px) !important;
	min-height: 380px;
}

.bi-toppturer-map__popup {
	display: grid;
	gap: 0.2rem;
	min-width: 150px;
	line-height: 1.35;
}

.bi-toppturer-map__popup strong {
	color: #17232c;
	font-size: 1rem;
}

.bi-toppturer-map__popup span {
	color: #65717a;
	font-size: 0.86rem;
}

.bi-toppturer-map__popup a {
	display: inline-block;
	margin-top: 0.2rem;
	color: #9a5900;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.bi-toppturer-map__admin-note,
.bi-toppturer-map__status {
	margin: 0.8rem 0 0;
	padding: 0.8rem 1rem;
	border-left: 4px solid #b26a00;
	border-radius: 6px;
	background: #fff7e6;
	color: #4b3a20;
}

@media (max-width: 600px) {
	.bi-toppturer-map {
		margin-bottom: 2rem;
	}

	.bi-toppturer-map__canvas .leaflet-map,
	.bi-toppturer-map__canvas .leaflet-container {
		height: 430px !important;
		min-height: 430px;
	}
}
