.SortableItem{box-shadow:0 0 0 calc(1px / var(--scale-x,1)) #3f3f440d, 0 1px calc(3px / var(--scale-x,1)) 0 #22215126;border-radius:calc(4px / var(--scale-x,1));box-sizing:border-box;color:#333;cursor:grab;touch-action:none;background-color:#fff;flex-grow:1;align-items:center;min-width:200px;padding:18px 20px;font-family:sans-serif;font-size:1rem;font-weight:400;list-style:none;display:flex}.SortableItem:active{cursor:grabbing}
.SortableList{flex-direction:column;gap:10px;padding:0;list-style:none;display:flex}

