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

.foz-icon-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.6em;
	padding: 0.35em 0;
	font-weight: 600;
	font-style: normal;
	line-height: 1.4;
}

.foz-icon-list__icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	margin-top: 0.15em;
}

.foz-icon-list__icon.material-symbols-rounded {
	font-family: 'Material Symbols Rounded';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	font-size: 1em;
	font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 24;
	-webkit-font-smoothing: antialiased;
}

.foz-icon-list__icon svg {
	width: 1em;
	height: 1em;
}

.foz-icon-list__text {
	flex: 1;
}
