/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 14 Feb 2026, 6:38 pm
*/

@media (max-width: 767px) { /* Adjust 768px for your mobile breakpoint */
  .foogallery .fg-caption-title {font-size: 10px;}
  .foogallery .fg-caption-inner {gap: 1px;}
  .foogallery .fg-caption-desc {font-size: 10px;}
  .foogallery .fg-caption {padding: 5px;}
                                              }

@media (max-width: 1024px) { /* Adjust 1024px for your tablet breakpoint */
  .foogallery .fg-caption-title {font-size: 10px;}
  .foogallery .fg-caption-desc {font-size: 10px;}
  .foogallery .fg-caption-inner {gap: 3px;}
  .foogallery .fg-caption {padding: 5px;}
                                               }

.foogallery .fg-image-wrap   {background: #337ab7;}