.listing-gallery{background:var(--ink)}.listing-gallery .window-hero{position:relative}.listing-gallery .window-hero img{display:block;width:100%;height:225px;object-fit:cover}
.gallery-prev,.gallery-next{position:absolute;top:50%;width:30px;height:38px;margin-top:-19px;border:1px solid var(--ink);background:rgba(247,244,235,.9);color:var(--ink);font-size:16px;font-weight:900;cursor:pointer;box-shadow:2px 2px 0 var(--ink)}.gallery-prev{left:9px}.gallery-next{right:9px}.gallery-prev:hover,.gallery-next:hover{background:var(--green)}
.gallery-count{position:absolute;right:9px;bottom:8px;padding:4px 7px;border:1px solid var(--ink);background:var(--paper);font:900 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace}
.gallery-thumbs{display:flex;gap:4px;padding:5px;overflow-x:auto;scrollbar-width:thin}.gallery-thumbs button{flex:0 0 58px;height:42px;padding:0;border:2px solid transparent;background:none;cursor:pointer;opacity:.62}.gallery-thumbs button.active{border-color:var(--green);opacity:1}.gallery-thumbs img{display:block;width:100%;height:100%;object-fit:cover}
.listing-gallery:has(.gallery-thumbs) .window-hero img{height:210px}
