.block-oc-icon-header {
	display: flex;
	gap: 8px;
}

.block-oc-icon-header__icon {
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 1.1em;
    width: 1.1em;
    line-height: 1;
    overflow: hidden;
    flex-shrink: 0;
    background-color: var(--wp--preset--color--tertiary);
}

.block-oc-icon-header__icon svg {
	width: 20px;
	height: 20px;
}
