/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 23 Feb 2026, 12:22 am
*/

.fg-media-caption, .fg-media-caption-description { background: #CCC; color: black; padding: 4px 0; font-size: 16px; }

.fg-media-caption-title { display: none; } 
.fg-caption-title {  background: #808080; color: #EDEDED; border-radius: 6px; } 

.foogallery { text-overflow: ellipsis; }
