/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 26 Aug 2025, 11:23 am
*/

/* FooGallery - Always show captions under images */
.foogallery .fg-item .fg-caption {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    bottom: auto !important;
    background: none !important; /* remove dark overlay */
    color: #000 !important;      /* caption text color */
    text-align: center;          /* center text */
    padding: 5px 0;
    font-size: 14px;
}