/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-advanced-blocks-pro-advanced-blocks-pro {
	border: 1px dotted #f00;
	button{
		background: rgba(208, 204, 204, 0.08);
	}
}

.wp-block-advanced-blocks-pro-icon-list{
	.block-list-appender{
		position: relative !important;
		margin: 0 !important;
		button{
			margin-left: auto !important;
			display: block !important;
		}
	}
}

