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

.foogallery .fg-caption {
    background-color: rgba(0, 0, 0, 0.75) !important;
}

.foogallery .fg-caption-title,
.foogallery .fg-caption-desc {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.foogallery .fg-caption-title {
    font-size: 20px !important;
}

.foogallery .fg-caption-desc {
    font-size: 17px !important;
}