@charset 'utf-8';

.apura-sortable-item {
	margin-top: 8px;
	border: 1px solid var(--ap-customizer-input-border-color);
	padding: 12px;
	background: #fff;

	&.is-hidden {
		border-style: dotted;
		* {
			opacity: .8;
		}
	}

	.dashicons {
		width: 1em;
		height: 1em;
		color: var(--ap-customizer-color-gray-text);
		font-size: 1.3em;
		line-height: 1;
	}
}

.apura-sortable-item__handle {
	line-height: 1;
}
