/* Harmonized SVG navigation for album lightbox (RTL). */
.navaye-full-lightbox-close,
.navaye-full-lightbox-nav{
  font-size:0!important;
  border-radius:999px!important;
}
.navaye-full-lightbox-close svg,
.navaye-full-lightbox-nav svg{
  width:24px!important;
  height:24px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.35!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.navaye-full-lightbox-close{
  top:32px!important;
  right:32px!important;
  left:auto!important;
  width:52px!important;
  height:52px!important;
}
.navaye-full-lightbox-nav{
  top:50%!important;
  transform:translateY(-50%)!important;
  width:58px!important;
  height:58px!important;
}
/* RTL: previous is visually on the right, next is visually on the left. */
.navaye-full-lightbox-nav.prev{
  right:28px!important;
  left:auto!important;
}
.navaye-full-lightbox-nav.next{
  left:28px!important;
  right:auto!important;
}
@media(max-width:700px){
  .navaye-full-lightbox-close{top:18px!important;right:18px!important;width:44px!important;height:44px!important}
  .navaye-full-lightbox-nav{width:44px!important;height:44px!important}
  .navaye-full-lightbox-nav.prev{right:12px!important}
  .navaye-full-lightbox-nav.next{left:12px!important}
  .navaye-full-lightbox-close svg,.navaye-full-lightbox-nav svg{width:20px!important;height:20px!important}
}
