.SortableItem{flex-direction:column;justify-content:space-between;background-color:#fff;box-sizing:border-box;list-style:none;color:#333;font-weight:400;font-size:1rem;font-family:sans-serif;width:100%;height:100%}.DragHandle,.SortableItem{display:flex;align-items:center}.DragHandle{width:12px;padding:15px;justify-content:center;flex:0 0 auto;touch-action:none;cursor:var(--cursor,pointer);border-radius:5px;border:none;outline:none;appearance:none;background-color:transparent;-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;margin:auto;height:100%;overflow:visible;fill:#919eab}