/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.axcelersblocks-list {
	// Keep existing list rendering intact
}

// Appender that appears BELOW the <ul>/<ol> — adds new list items
.axcelersblocks-list__appender {
	display: flex;
	align-items: center;
	margin-top: 4px;

	// Make the WordPress "+" button left-aligned and unobtrusive
	.block-list-appender {
		width: auto;
	}
}
