.SortableList{display:flex;gap:10px;list-style:none;margin-bottom:10px;padding:0}.SortableList.horizontal{flex-direction:row}.SortableList:not(.horizontal){flex-direction:column}.SortableItem{align-items:center;background-color:#fff;border-radius:calc(6px/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;display:flex;flex-grow:1;font-family:sans-serif;font-size:1rem;font-weight:400;justify-content:space-between;list-style:none;padding:18px 20px}.DragHandle,.RemoveButton{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;-webkit-appearance:none;-moz-appearance:none;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}.DragHandle:hover,.RemoveButton:hover{background-color:rgba(0,0,0,.05)}.DragHandle:focus-visible,.RemoveButton:focus-visible{box-shadow:0 0 0 2px #4c9ffe}.DragHandle svg,.RemoveButton svg{fill:#919eab;flex:0 0 auto;height:100%;margin:auto;overflow:visible}[style*="touch-action: none"] .cursor-grab{cursor:grabbing!important}