.las-palmas-gallery-host{width:min(860px,100%)!important;margin:2rem auto 0!important;background:#fff!important;overflow:visible!important}
.las-palmas-gallery{width:100%;background:#fff;outline:none}
.gallery-stage{position:relative;width:100%;aspect-ratio:3/2;overflow:hidden;background:#f7f7f6}
.gallery-main{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.gallery-arrow{position:absolute;z-index:2;top:50%;width:48px;height:64px;padding:0;border:0;background:rgba(23,23,23,.42);color:#fff;font:300 2rem/1 Arial,sans-serif;cursor:pointer;transform:translateY(-50%);transition:background .2s ease}
.gallery-arrow:hover,.gallery-arrow:focus-visible{background:rgba(0,191,243,.88)}
.gallery-arrow.previous{left:0}.gallery-arrow.next{right:0}
.gallery-count{position:absolute;right:12px;bottom:10px;margin:0;padding:.3rem .5rem;background:rgba(255,255,255,.88);color:#555;font-size:.68rem;letter-spacing:.08em}
.gallery-thumbnails{display:flex;width:100%;gap:9px;margin-top:12px;padding:0 0 8px;overflow-x:auto;overflow-y:hidden;background:#fff;scrollbar-width:thin;scroll-behavior:smooth}
.gallery-thumbnail{flex:0 0 108px;width:108px;height:72px;padding:0;border:2px solid transparent;background:#fff;opacity:.58;cursor:pointer;transition:opacity .2s ease,border-color .2s ease}
.gallery-thumbnail img{display:block;width:100%;height:100%;object-fit:cover}
.gallery-thumbnail:hover{opacity:.86}.gallery-thumbnail.is-active{border-color:#00bff3;opacity:1}
@media(max-width:640px){.gallery-arrow{width:42px;height:56px}.gallery-thumbnail{flex-basis:84px;width:84px;height:56px}}
