/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 23 Jul 2025, 8:51 am
*/

.foogallery .fg-caption-title {
  box-sizing:content-box;
  white-space:unset;
  overflow:hidden;
  text-overflow:ellipsis;
  font-size:16px;
  height: auto;
  min-height: auto;
}