.listing-gallery__main--nav{position:relative}.listing-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:46px;height:46px;border:0;border-radius:999px;background:rgba(14,36,56,.78);color:#fff;font-size:1.8rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.25);transition:background .15s ease,transform .15s ease}.listing-gallery__arrow:hover,.listing-gallery__arrow:focus-visible{background:rgba(14,36,56,.96);transform:translateY(-50%) scale(1.05);outline:2px solid #fff;outline-offset:2px}.listing-gallery__arrow--prev{left:16px}.listing-gallery__arrow--next{right:16px}@media(max-width:640px){.listing-gallery__arrow{width:40px;height:40px;font-size:1.5rem}.listing-gallery__arrow--prev{left:10px}.listing-gallery__arrow--next{right:10px}}