/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 17 Sep 2025, 7:57 am
*/


/* Toggle thumbnails button - white background + grey icon */
.fg-panel-button-thumbs {
  background: #ffffff !important;   /* white background */
  border: none !important;
  box-shadow: none !important;
}

.fg-icon-thumbs {
  color: #767676 !important;        /* same grey as arrows */
  fill: #767676 !important;
}

/* FooGallery Lightbox Arrows - increase size only */
.fg-icon-arrow-right,
.fg-icon-arrow-left {
  width: 32px !important;   /* adjust as needed */
  height: 32px !important;
}

/* FooGallery Lightbox Arrows - move closer with px */
.fg-panel-button-next {
  right: 5% !important;
}

.fg-panel-button-prev {
  left: 5% !important;
}

/* FooGallery Lightbox Arrows - remove background only */
.fg-panel-button-next,
.fg-panel-button-prev {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}