/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 25 Aug 2026, 4:27 am
*/

/* Force FooGallery Spotlight PRO arrows to be visible at all times */
.foogallery-spotlight .fg-scroll-next, 
.foogallery-spotlight .fg-scroll-prev {
    opacity: 1 !important;
    visibility: visible !important;
}