.sgs-gallery{display:flex;flex-wrap:nowrap;gap:2px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:2px;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}.sgs-gallery::-webkit-scrollbar{display:none}.sgs-item{flex:0 0 auto;border-radius:4px;overflow:hidden;background:#f3f3f3}.sgs-item img{display:block;width:100%;height:100%;object-fit:cover}.sgs-gallery .sgs-item:only-child{height:700px;flex:0 0 100%}.sgs-gallery .sgs-item:first-child:nth-last-child(2),.sgs-gallery .sgs-item:nth-child(2):last-child{height:400px;flex:0 0 50%}.sgs-gallery .sgs-item:nth-child(n+3){height:220px;flex:0 0 calc((100% - 4px)/3)}@media (max-width:767px){.sgs-item{flex:0 0 83%;height:auto}}@media (min-width:768px){.sgs-gallery .sgs-item:only-child{height:700px}.sgs-gallery .sgs-item:first-child:nth-last-child(2),.sgs-gallery .sgs-item:nth-child(2):last-child{height:400px}.sgs-gallery .sgs-item:nth-child(n+3){height:250px}}#sgs-gallery-list{margin-top:10px;padding:0;display:flex;flex-wrap:wrap;gap:10px}#sgs-gallery-list li{list-style:none;border:1px solid #ccc;padding:8px;background:#fff;width:120px;text-align:center}#sgs-gallery-list img{width:100%;height:80px;object-fit:cover;margin-bottom:5px}#sgs-gallery-list input[type=text]{width:100%;font-size:11px;margin-bottom:4px}.sgs-remove{color:#b32d2e}