/* ===== Themify Ultra Compatibility ===== */
.themify .pswp-gallery__item a:hover {
    transform: translateY(-2px);
}
.themify .pswp-gallery__container {
    margin: 1rem 0 !important;
}

/* ===== Accessibility Fallback Focus ===== */
.pswp-gallery__item a:focus {
    outline: 2px solid #2271b1;
    outline-offset: 2px;
}

/* ===== Loading State ===== */
.pswp-gallery__item.loading {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

/* ===== Small Device Adjustments ===== */
@media (max-width: 480px) {
    .pswp-gallery__container {
        gap: 0.5rem !important;
    }
    .pswp-gallery__caption {
        font-size: 0.75rem;
    }
}
