.sg-drag-gallery {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    padding: 20px;
    cursor: grab;
    scrollbar-width: none;
}
.sg-drag-gallery::-webkit-scrollbar { display: none; }
.sg-item {
    border-radius: 20px;
    flex-shrink: 0;
    max-height: 50vh;
    height: auto;
    width: auto;
    object-fit: contain;
}