.file-gallery-editor{grid-gap:15px;flex:1;grid-template-rows:repeat(auto-fill,minmax(70px,1fr));grid-template-columns:repeat(auto-fill,minmax(80px,1fr));margin-bottom:10px;display:grid;position:relative}.file-gallery-editor .file-gallery-item{corner-shape:superellipse(1.1);outline:3px solid var(--border-color);cursor:grab;background:top/cover no-repeat;border-radius:10px;height:80px;display:flex;position:relative;overflow:hidden}.file-gallery-editor .file-gallery-item:active{cursor:grabbing}.file-gallery-editor .file-gallery-item.dragging{opacity:.5}.file-gallery-editor .file-gallery-item.cover{border-color:var(--primary-color)}.file-gallery-editor .file-gallery-item .order-tag{color:#fff;text-align:center;background:#000;border-radius:20px;align-items:center;gap:5px;padding:0 5px;font-size:11px;font-weight:700;display:flex;position:absolute;top:3px;left:3px}.file-gallery-editor .file-gallery-item .actions{opacity:0;background:#000000b3;justify-content:center;align-items:center;width:100%;transition:all .3s;display:flex}.file-gallery-editor .file-gallery-item:hover .actions{opacity:1}
