/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 15 Sep 2026, 10:56 pm
*/

/* FooGallery lightbox: allow our zoom/pan behavior */
.fg-panel-no-scroll .fg-media-content {
    cursor: zoom-in;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    will-change: transform;
}