.ugc-video-wall{background:#f8f8f8}
.ugc-video-wall .section-heading{margin-bottom:24px}
.ugc-wall-carousel-wrap{position:relative;display:flex;align-items:center;gap:8px;max-width:100%}
.ugc-wall-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px;flex:1;-webkit-overflow-scrolling:touch}
.ugc-wall-track::-webkit-scrollbar{display:none}
.ugc-wall-item{flex:0 0 220px;scroll-snap-align:start;text-align:left}
.ugc-wall-item__thumb{position:relative;display:block;aspect-ratio:3/4;background:#e7ded0;border-radius:6px;overflow:hidden;cursor:pointer}
.ugc-wall-item__video{width:100%;height:100%;object-fit:cover;display:block;background:#e7ded0}
.ugc-wall-item__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;background:rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center;border:none;padding:0;cursor:pointer}
.ugc-wall-item__handle{position:absolute;left:10px;bottom:10px;font-size:13px;color:#fff;font-weight:600;text-shadow:0 1px 4px rgba(0,0,0,0.65)}
.ugc-wall-arrow{flex:0 0 auto;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;line-height:1;color:#333}
.ugc-wall-note{font-size:12px;color:#8a8578;margin-top:16px}
@media (max-width: 749px){ .ugc-wall-arrow{display:none} }
