/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 17 Jul 2026, 11:11 pm
*/

/* Make ONLY FooGallery background black */
.foogallery,
.fg-gallery,
.fg-item {
    background-color: #000000 !important;
}

/* Optional: add padding so the black background looks clean */
.foogallery {
    padding: 20px !important;
}

/* Optional: make captions readable */
.fg-caption {
    color: #ffffff !important;
}
