.wp-block-kadence-icon, .wp-block-kadence-icon.aligncenter:not(.specificity) {
	display: flex;
	gap: .2em;
	align-items: center;
	justify-content: center;
}

.kt-svg-icon-wrap {
	display: flex;
}

.kb-svg-icon-wrap {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-width: 0;
}

.kb-svg-icon-wrap svg {
	width: 1em;
	height: 1em;
}