/* Opional styles
.sortable-list li {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    background: #f9f9f9;
}

.sortable-list .handle {
    cursor: grab;
    margin-right: 10px;
}
*/

.sortable-dragging {
    opacity: 0.5;
}

.sortable-placeholder {
    border: 2px dashed #aaa;
    background: #f0f0f0;
    margin-bottom: 5px;
}