/* Stile per la lista ordinabile */
#mv73_reorder_list {
    list-style-type: none;
    padding: 0;
}

#mv73_reorder_list .menu-item {
    background: #f1f1f1;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ddd;
    cursor: move;
}

#mv73_reorder_list .menu-item:hover {
    background: #e2e2e2;
}
