.gallery-thumbs{display:flex;gap:12px;margin-top:14px;overflow-x:auto;padding-bottom:4px}
.gallery-thumbs button{width:92px;height:76px;padding:5px;background:#f4f7f8;border:1px solid var(--line);border-radius:8px;cursor:pointer;flex:0 0 auto}
.gallery-thumbs button.active{border:2px solid var(--teal)}
.gallery-thumbs img{width:100%;height:100%;object-fit:contain}
