.sortable-list{display:flex;gap:var(--roofr-gap-8)}.sortable-list--vertical{flex-direction:column}.sortable-list--horizontal{flex-direction:row}.sortable-item{position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.sortable-item--dragging{opacity:.6;z-index:1}.sortable-item--default-handle{position:absolute;height:100%;left:8px;z-index:1;display:flex;align-items:center;justify-content:center;padding:2px;border:none;border-radius:4px;background:transparent;color:var(--roofr-muted);cursor:grab;touch-action:none}.sortable-item--default-handle:hover{background:var(--roofr-grey-light)}.sortable-item--default-handle:active{cursor:grabbing}
