/**
 * Telecel Map Layers — panneau de bascule des couches.
 */
.telecel-ml-panel {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.3 );
	margin: 10px;
	padding: 8px 10px;
	font-size: 13px;
	line-height: 1.4;
	max-width: 240px;
}

.telecel-ml-panel__title {
	font-weight: 700;
	margin-bottom: 6px;
}

.telecel-ml-panel__row {
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	padding: 2px 0;
}

.telecel-ml-panel__swatch {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 2px;
	border: 1px solid rgba( 0, 0, 0, 0.2 );
	flex: 0 0 auto;
}
