.f7-justified-gallery {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.f7-justified-gallery.jg-initialized {
    opacity: 1;
}

/* Make sure the justified gallery links display block so images fill them */
.f7-justified-gallery a {
    display: block;
    overflow: hidden;
}

/* Custom Download Button for PhotoSwipe */
.pswp__button--download-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pswp__button--download-button svg {
    fill: #fff;
}

.pswp__button--download-button:hover svg {
    fill: #ccc;
}
