.sortable-gallery{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;gap:16px}.sortable-gallery .sortable-gallery-item{position:relative}.sortable-gallery .move-handle{right:3px;display:flex;justify-content:center;align-items:center}.sortable-gallery .delete-handle,.sortable-gallery .move-handle{cursor:pointer;position:absolute;top:3px;background-color:#fff;border-radius:5px;width:25px;height:25px}.sortable-gallery .delete-handle{left:3px;color:#ff2c2c}.sortable-gallery .delete-handle svg{width:1.4em;height:1.4em}.sortable-gallery .delete-handle{display:flex;justify-content:center;align-items:center}.sortable-gallery .item-image{width:128px;height:128px}.sortable-gallery .item-image img{object-fit:contain;width:100%;height:100%}