.SortableItem{box-sizing:border-box;color:#333;background-color:#fff;flex-grow:1;justify-content:space-between;font-family:sans-serif;font-size:1rem;font-weight:400;list-style:none}.DragHandle,.SortableItem{align-items:center;display:flex}.DragHandle{appearance:none;cursor:var(--cursor,pointer);touch-action:none;-webkit-tap-highlight-color:transparent;background-color:#0000;border:none;border-radius:5px;outline:none;flex:none;justify-content:center;width:12px;padding:8px}.DragHandle:hover{background-color:#0000000d}.DragHandle:focus-visible{box-shadow:0 0 0 2px #4c9ffe}.DragHandle svg{fill:#919eab;flex:none;height:100%;margin:auto;overflow:visible}
