.fi-nested-list {
    @apply p-0;
}

.fi-nested-list--enabled li {
    @apply cursor-move;
}

.fi-nested-list-item {
    @apply mt-0 mb-0 mr-5 p-2 border border-gray-300 dark:border-gray-700 bg-gray-200 dark:bg-gray-800/50;
}

.fi-nested-list-item ol {
    @apply p-0 mt-2;
}

/* ns-dragged is the class name of the item which is being dragged */
.fi-nested-list .ns-dragged {
    @apply border-warning-500 !important;
}

/* ns-targeted is the class name of the item on which the dragged item is hovering */
.fi-nested-list .ns-targeted {
    @apply border border-success-500;
}