
.entry-content ul {
	padding-left: var(--col-gap-small);
}

.entry-content ul li::marker {
	font-size: 16px;
}
/* 
.entry-content ul li:not(:last-child) {
	margin-bottom: calc(var(--bl)*.25);
} */

ul.wp-block-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 0;

	strong {
		text-transform: uppercase;
	}

	list-style: none;

	li {
		display: flex;
		gap: 8px;
		align-items: center;
		font-weight: 500;

		&::before {
			content: '';
			background-image: url(../../../assets/icons/relume.svg);
			background-repeat: no-repeat;
			background-size: contain;
			left: -38px;
			top: 4px;
			width: 24px;
			height: 24px;
		}
	}
}