ul.wp-block-list.is-style-super-gabarit-list {
	list-style-type: none;

	li {
		position: relative;

		&::before {
			content: "";
			background-image: url("./star-svgrepo-com.svg");
			background-repeat: no-repeat;
			background-size: cover;
			background-position: 50%;
			position: absolute;
			width: 15px;
			display: block;
			height: 15px;
			left: -20px;
			top: 50%;
			transform: translateY(-50%);
			color: #0073aa;
		}
	}
}
