.ablocks-editor-list {
	border: 1px solid #ddd;
	margin: 10px 0;
	border-radius: 4px;
}

.ablocks-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.ablocks-editor-list__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 10px;
	cursor: pointer;
}

.ablocks-editor-list__content-wrapper {
	display: flex;
	gap: 10px;
	align-items: center;
}

.ablocks-editor-list__options-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ablocks-editor-list__grab {
	cursor: move;
}

.ablocks-editor-list__inner-content {
	padding: 10px;
}

.ablocks-list__item-content {
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none !important;
}

.ablocks-list__icon {
	display: flex;
	font-size: 20px;
}

.ablocks-list__icon i {
	width: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ablocks-list__item-marker {
	display: block;
	min-width: 10px;
	min-height: 10px;
	max-width: 10px;
	max-height: 10px;
	width: 100%;
	height: 100%;
	background-color: #000000;
}

.ablocks-list__item-disc {
	border-radius: 100%;
}

.ablocks-add-list-item-button {
	padding: 8px 15px;
	border-radius: 6px;
	outline: none;
	border: 1px solid #ddd;
	cursor: pointer;
	margin-bottom: 10px;
}

.ablocks-block--list .ablocks-svg-icon {
	width: 20px;
	height: auto;
	box-sizing: border-box;
}

.ablocks-block--list .ablocks-svg-icon.empty-svg {
	height: 20px;
}

 /* .ablocks-list_item-content-divider {
	display: block;
} */

.ablocks-list_item-content-divider:last-child {
    border: none !important;
}