.wm-map-wrapper {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	font-family: inherit;
}

.wm-map-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.wm-map-filter {
	flex: 1 1 180px;
	padding: 0.5rem;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	font-size: 1rem;
	background-color: #fff;
}

.wm-map-content {
	display: flex;
	gap: 1.5rem;
	align-items: stretch;
}

.wm-map-sidebar {
	flex: 0 0 280px;
	padding: 1rem;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background-color: #fafafa;
}

.wm-map-canvas {
	flex: 1 1 auto;
	min-height: 360px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background-color: #f0f0f0;
}

.wm-sidebar-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.wm-sidebar-item {
	cursor: pointer;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #e5e5e5;
}

.wm-sidebar-item:last-child {
	border-bottom: none;
}

.wm-sidebar-item span {
	display: block;
	color: #666;
	font-size: 0.9rem;
}
