/**
 * Calques primary + accent des icônes polop-bce (front et blocs rendus en PHP).
 */
.wp-block-polop-bce-blocks-theme-icon {
	line-height: 1;
}

.wp-block-polop-bce-blocks-theme-icon.has-text-color .polop-bce-icon > [class*='polop-bce-icon-accent-'] {
	color: currentColor;
}

.polop-bce-icon {
	position: relative;
	display: inline-flex;
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	vertical-align: middle;
	overflow: hidden;
}

.polop-bce-icon > i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	font-size: 1em;
	font-style: normal;
}

.polop-bce-icon > i::before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	line-height: 1;
}

.polop-bce-icon > [class*='polop-bce-icon-accent-'] {
	position: absolute;
	inset: 0;
	color: var(--wp--preset--color--primary, #e22028);
	pointer-events: none;
}
