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

.foogallery .fg-caption-title,
.foogallery .fg-caption-desc {
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
}

.foogallery .fg-caption-title {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin: 0 auto !important;
}