.wtd-area-chooser { margin: 0 0 1rem; }
.wtd-area-chooser__bar { display: flex; align-items: center; gap: 12px; min-height: 34px; margin-bottom: 10px; }
.wtd-area-chooser__back {
	background: #fff; border: 1px solid #e5e5e2; border-radius: 999px;
	padding: 5px 14px; cursor: pointer; font: 500 13px/1 'Inter', system-ui, sans-serif; color: #203C56;
}
.wtd-area-chooser__back:hover { background: #f3f8fc; border-color: #0A4D8C; }
.wtd-area-chooser__crumb { font: 500 16px/1.3 'Inter', system-ui, sans-serif; color: #203C56; }
.wtd-area-chooser__grid { display: grid; grid-template-columns: 1fr 300px; gap: 16px; align-items: start; }
.wtd-area-chooser__map {
	height: var(--wtd-chooser-h, 560px); border-radius: 14px; overflow: hidden;
	border: 1px solid #e5e5e2; background: #dfeaf2;
}
.wtd-area-chooser__list {
	max-height: var(--wtd-chooser-h, 560px); overflow: auto;
	display: flex; flex-direction: column; gap: 6px; padding-right: 2px;
}
.wtd-area-chooser__row {
	text-align: left; background: #fff; border: 1px solid #e5e5e2; border-radius: 10px;
	padding: 10px 12px; cursor: pointer; display: flex; flex-direction: column; gap: 3px;
	font: inherit; transition: border-color .12s ease, background .12s ease;
}
.wtd-area-chooser__row:hover, .wtd-area-chooser__row.is-active { border-color: #0A4D8C; background: #f3f8fc; }
.wtd-area-chooser__name { font: 500 14px/1.3 'Inter', system-ui, sans-serif; color: #203C56; }
.wtd-area-chooser__chev { color: #8A8D91; font-size: 16px; }
.wtd-area-chooser__meta { font: 400 12px/1.3 'Inter', system-ui, sans-serif; color: #8A8D91; }
.wtd-area-chooser__loading { color: #8A8D91; padding: 8px 4px; font: 400 13px/1.4 'Inter', system-ui, sans-serif; }
.leaflet-div-icon.wtd-area-chooser__label { background: transparent; border: 0; width: auto !important; height: auto !important; }
.wtd-area-chooser__label span {
	display: inline-block; transform: translate(-50%, -50%); white-space: nowrap;
	background: rgba(255, 255, 255, .88); padding: 2px 9px; border-radius: 999px;
	font: 600 12px/1.5 'Inter', system-ui, sans-serif; color: #203C56;
	box-shadow: 0 1px 4px rgba(13, 13, 13, .18); pointer-events: none;
}
@media (max-width: 900px) {
	.wtd-area-chooser__grid { grid-template-columns: 1fr; }
	.wtd-area-chooser__list { max-height: none; }
}

.wtd-area-outline { height: var(--wtd-outline-h, 380px); border-radius: 14px; overflow: hidden; border: 1px solid #e5e5e2; background: #dfeaf2; }
.wtd-area-outline .leaflet-interactive { cursor: pointer; }

.leaflet-div-icon.wtd-poi { background: transparent; border: 0; }
.wtd-poi-pin { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid #fff; box-shadow: 0 1px 5px rgba(13,13,13,.4); }
.wtd-poi-pin svg { width: 14px; height: 14px; display: block; }
.wtd-poi-legend { background: rgba(255,255,255,.94); border: 1px solid #e5e5e2; border-radius: 10px; padding: 7px 11px; box-shadow: 0 1px 5px rgba(13,13,13,.12); font: 500 12px/1.7 'Inter', system-ui, sans-serif; color: #203C56; }
.wtd-poi-legend__item { display: flex; align-items: center; gap: 7px; }
.wtd-poi-legend__dot { width: 11px; height: 11px; border-radius: 50%; border: 1.5px solid #fff; box-shadow: 0 0 0 1px rgba(0,0,0,.12); flex: none; }

.wtd-poi-dot { display: block; width: 14px; height: 14px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 1px 4px rgba(13,13,13,.4); }
.leaflet-div-icon.wtd-poi-cluster { background: transparent; border: 0; }
.wtd-poi-cluster span { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: #203C56; color: #fff; font: 600 13px/1 'Inter', system-ui, sans-serif; border: 2px solid #fff; box-shadow: 0 1px 5px rgba(13,13,13,.4); }
