.SortableItem{display:flex;flex-grow:1;align-items:flex-start;background-color:transparent;box-shadow:none;box-sizing:border-box;list-style:none;width:100%;color:rgb(55,65,81);font-weight:400;font-size:.75rem;font-family:inherit;border:none;border-radius:0;padding:0;min-height:fit-content;word-wrap:break-word;overflow-wrap:break-word}.SortableItem:not([data-disabled=true]){cursor:grab}.SortableItem:not([data-disabled=true]):active{cursor:grabbing}@media (prefers-color-scheme:dark){.SortableItem{color:rgb(209,213,219)}}.DragHandle{display:flex;width:12px;padding:4px;align-items:center;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;opacity:0;transition:opacity .2s ease}.SortableItem:hover .DragHandle{opacity:1}.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:12px;width:12px;overflow:visible;fill:#919eab}.SortableList{display:flex;flex-direction:column;gap:.5rem;padding:0;list-style:none;width:100%}