.photo-gallery__main-wrap{position:relative;margin:0;touch-action:pan-y}.photo-gallery__main-inner{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:655 / 440}.photo-gallery__zoom-icon{position:absolute;top:12px;right:12px;z-index:3;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:var(--wp--preset--color--south-coast-cream);pointer-events:none;line-height:0}.photo-gallery__zoom-icon svg{display:block;width:16px;height:16px}.photo-gallery__main-cell{flex:0 0 calc(100% / var(--slide-count, 1));height:100%}.photo-gallery__main-cell .photo-gallery__main-img{width:100%;height:100%;object-fit:cover;display:block}.photo-gallery__caption{position:absolute;left:0;bottom:0;z-index:2;max-width:85%;padding:.5em 1em;margin:0;font-size:var(--wp--preset--font-size-body-s);color:#fff;background:#00000080;border-radius:0 12px 12px 8px;box-shadow:0 -1px 4px #0003;pointer-events:none}.photo-gallery__arrows{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 10px;pointer-events:none}.photo-gallery__arrows .photo-gallery__arrow{pointer-events:auto}.photo-gallery__arrows--thumbs{display:none}.photo-gallery__thumbs-wrap{display:none;position:relative;overflow:hidden;min-height:140px;min-width:0}.photo-gallery__thumbs-track{display:flex;gap:10px}.photo-gallery__thumb{flex:0 0 var(--thumb-width, 212px);width:var(--thumb-width, 212px);min-width:0;height:140px;padding:0;border-radius:6px;overflow:hidden;background:none;cursor:pointer;opacity:.7;transition:opacity .2s ease}.photo-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.photo-gallery__thumb--active{opacity:1}@media(min-width:769px){.photo-gallery__arrows--main{display:none}.photo-gallery__arrows--thumbs{display:flex}.photo-gallery__thumbs-wrap{display:block}}.photo-gallery__arrow{width:30px;height:30px;padding:0;border:none;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23FFFCF2' fill-opacity='0.6'/%3E%3Cpath d='M12.75 8.25L19.5 15L12.75 21.75' stroke='%233F4427' stroke-width='2.5' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E");background-size:30px 30px;background-position:center;background-repeat:no-repeat;cursor:pointer;display:inline-block}.photo-gallery__arrow:disabled{opacity:.4;cursor:default}.photo-gallery__arrow--prev{transform:rotate(180deg)}
