/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 3 Oct 2025, 9:24 am
*/

/* FooGallery - Always show captions */
.foogallery .fg-caption {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    transform: none !important;
}

/* Remove hover effects that hide captions */
.foogallery .fg-item:hover .fg-caption {
    opacity: 1 !important;
}