/* PhotoSwipe UI overrides & small tweaks */
.pswp__custom-caption{
  text-align:center;
  font-size:14px;
  line-height:1.4;
  padding:8px 10px;
  color:#fff;
}
/* Optional: crisper slide animation */
.pswp__item { transition: transform .25s ease, opacity .25s ease; }
