.wb-acf-repeater {
	margin: 0;
}

.wb-acf-repeater__table {
	margin: 0;
}

.wb-acf-repeater__footer {
	margin-top: 10px;
}

.wb-acf-repeater__handle {
	cursor: move;
	color: #787c82;
	display: block;
	margin-top: 4px;
}

.wb-acf-repeater .acf-row-handle {
	width: 16px;
	vertical-align: middle;
	text-align: center;
	background: #f9f9f9;
}

.wb-acf-repeater .acf-row-handle.remove {
	width: 16px;
}

.wb-acf-repeater--block .acf-fields {
	border: 0;
	padding: 12px;
	background: #fff;
}

.wb-acf-repeater .acf-clone {
	display: none !important;
}

.wb-acf-repeater__row.ui-sortable-helper {
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
