.SortableList{flex-direction:column;gap:10px;padding:0;width:100%}.SortableItem,.SortableList{display:flex;list-style:none}.SortableItem{justify-content:space-between;flex-grow:1;align-items:center;background-color:#fff;padding:10px 8px}.DragHandle{display:flex;align-items:center;justify-content:center;flex:0 0 auto;touch-action:none;cursor:var(--cursor,pointer);border-radius:5px;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;-webkit-tap-highlight-color:transparent}.DragHandle:focus-visible{box-shadow:0 0 0 2px #4c9ffe}