.SortableItem{box-shadow:none;box-sizing:border-box;color:#374151;word-wrap:break-word;overflow-wrap:break-word;background-color:transparent;border:none;border-radius:0;flex-grow:1;align-items:flex-start;width:100%;min-height:-moz-fit-content;min-height:fit-content;padding:0;font-family:inherit;font-size:.75rem;font-weight:400;list-style:none;display:flex}.SortableItem:not([data-disabled=true]){cursor:grab}.SortableItem:not([data-disabled=true]):active{cursor:grabbing}@media (prefers-color-scheme:dark){.SortableItem{color:#d1d5db}}.DragHandle{touch-action:none;width:12px;cursor:var(--cursor,pointer);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;opacity:0;background-color:transparent;border:none;border-radius:5px;outline:none;flex:none;justify-content:center;align-items:center;padding:4px;transition:opacity .2s;display:flex}.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{fill:#919eab;flex:none;width:12px;height:12px;margin:auto;overflow:visible}
.SortableList{flex-direction:column;gap:.5rem;width:100%;padding:0;list-style:none;display:flex}
