/* Webux Checkliste (field block) - frontend.
   Pixel-ported from the original .lv-checklist design. */
.webux-checklist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(var(--webux-cols, 1), minmax(0, 1fr));
	gap: 12px;
}

.webux-checklist li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 15px;
	color: #403d3a;
	line-height: 1.4;
}

.webux-checklist__ic {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	color: #8b8178;
}
