/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 15 Dec 2025, 8:19 pm
*/

.foogallery.fg-preset.fg-brad .fg-caption-inner:after {
  display: none;
}

.fg-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}
