/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 30 Sep 2024, 10:34 am
*/

.foogallery .fg-caption-title {
font-size: 14px; 
overflow: unset !important; 
white-space: unset !important;
overflow-wrap: break-word !important; 
}

.foogallery .fg-caption-desc {
padding-top: 15px !important;
}

