/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 20 Dec 2025, 1:02 am
*/

.fg-item {
    border-radius: 30px !important;
    overflow:hidden;
}
.fg-item-inner {
    border-width: 0 !important;
}
.foogallery .fg-caption-title {
    margin: 0.4em 0.8em 0.2em 0.8em;
    text-align:center;
}
.foogallery .fg-caption-desc {
    margin: 0.8em 0.8em 1.2em 0.8em;
    text-align:center;
}