/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 2 Jun 2026, 5:07 pm
*/

.foogallery .fg-caption {
    background-color: #fff;
    color: #000;
position: relative;
}
.foogallery .fg-caption-desc {
    color: #000;
    font-weight: bold;
}