/**
 * Icon Liste PRO WB – Frontend
 * by WOWBRAVO
 */

.wbicl-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wbicl-list > li {
	display: flex;
	align-items: flex-start;
	margin: 0;
	padding: 0;
}

.wbicl-icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 10px;
	line-height: 1;
}

.wbicl-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1;
}

.wbicl-icon svg {
	width: 1em;
	height: 1em;
	display: block;
}

.wbicl-content {
	min-width: 0;
	flex: 1 1 auto;
}

.wbicl-header {
	font-weight: 700;
	line-height: 1.3;
	display: block;
	text-decoration: none;
}

a.wbicl-header-link {
	color: inherit;
	transition: color 0.2s ease;
}

a.wbicl-header-link:hover {
	text-decoration: none;
}

.wbicl-text {
	line-height: 1.5;
	margin-top: 4px;
}

.wbicl-empty,
.wbicl-error {
	padding: 12px;
	border: 1px dashed #ccc;
	color: #666;
	font-size: 13px;
	text-align: center;
	border-radius: 4px;
}

.wbicl-error {
	border-color: #d63638;
	color: #d63638;
}
