.SortableList{flex-direction:column;gap:10px;padding:0}.SortableItem,.SortableList{display:flex;list-style:none}.SortableItem{align-items:center;background-color:#fff;border-radius:calc(4px/var(--scale-x, 1));box-shadow:0 0 0 calc(1px/var(--scale-x, 1)) rgba(63,63,68,.05),0 1px calc(3px/var(--scale-x, 1)) 0 rgba(34,33,81,.15);box-sizing:border-box;color:#333;flex-grow:1;font-family:sans-serif;font-size:1rem;font-weight:400;justify-content:space-between;padding:18px 20px}.DragHandle{align-items:center;appearance:none;background-color:transparent;border:none;border-radius:5px;cursor:var(--cursor,pointer);display:flex;flex:0 0 auto;justify-content:center;outline:none;padding:15px;touch-action:none;width:12px;-webkit-tap-highlight-color:transparent}.DragHandle:hover{background-color:rgba(0,0,0,.05)}.DragHandle:focus-visible{box-shadow:0 0 0 2px #4c9ffe}.DragHandle svg{flex:0 0 auto;height:100%;margin:auto;overflow:visible;fill:#919eab}