/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.axcelersblocks-button__text {
	cursor: pointer;
	.icon {
    display: flex;
    align-items: center;
    justify-content: center;
		width: 32px;
		height: 32px;
		svg {
			width: 100%;
			height: 100%;
		}
	}
	&:focus, &:focus-visible {
		outline: none;
	}
}
