/**
 * Fancy Unordered List — custom SVG icon when class is on the column.
 *
 * WPBakery: Column → Extra class → as-fancy-ul--svg-check
 * (sve nectar-fancy-ul liste unutar te kolone dobiju SVG ikonu)
 */

.as-fancy-ul--svg-check {
	--as-fancy-ul-icon: url('../img/as-fancy-ul-check.svg');
	--as-fancy-ul-icon-size: 20px;
}

.as-fancy-ul--svg-check .nectar-fancy-ul ul li i.icon-default-style,
.as-fancy-ul--svg-check .nectar-fancy-ul ul li i.icon-default-style.icon-salient-thin-line {
	width: var(--as-fancy-ul-icon-size);
	height: 21px;
	line-height: var(--as-fancy-ul-icon-size);
	font-size: 0;
	overflow: hidden;
	color: transparent;
	background-color: transparent;
	background-image: var(--as-fancy-ul-icon);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.as-fancy-ul--svg-check .nectar-fancy-ul ul li i.icon-default-style::before {
	display: none !important;
	content: '' !important;
}

.as-fancy-ul--svg-check.as-fancy-ul--svg-lg {
	--as-fancy-ul-icon-size: 24px;
}

.as-fancy-ul--svg-check.as-fancy-ul--svg-sm {
	--as-fancy-ul-icon-size: 16px;
}
