.gsf-field-sortable-item {
	display: flex;
}
.gsf-field-sortable-item > label {
	display: inline-block;
	width: 20em;
	background-color: #eee;
	padding: 5px;
	margin-bottom: 5px;
}
.gsf-field-sortable-item > i {
	margin-top: 3px;
	cursor: move;
}
.gsf-sortable-sortable-placeholder {
	height: 33px;
	margin-bottom: 5px;
	border: dashed 3px #ddd;
	padding: 3px;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.76' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	background-clip: content-box;
}