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

/* 1) Change typography for standard captions */
/* Title */
.foogallery:not(.fg-preset) .fg-caption-title {
font-weight: 700;
  color: #000;
  font-family: Source Sans Pro,Arial,sans-serif;
  line-height: 1.55em;
  font-size: 1.1em;
letter-spacing: 0.02em;
}
.foogallery:not(.fg-preset) .fg-caption-title a {
font-weight: 700;
color: #000;
border-bottom: none;
}

/* Description */
.foogallery:not(.fg-preset) .fg-caption-desc {
  font-family: Source Sans Pro,Arial,sans-serif;
color: #424242;
 font-size: 1.1em;
  line-height: 1.55em;
letter-spacing: 0.02em;
hyphens: auto;
}

/* 2) Change padding for caption content */
.foogallery:not(.fg-preset) .fg-caption .fg-caption-inner {
padding: 6px;
gap: 0;
}