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

.foogallery-item-inner {
  position: relative;
}

.foogallery-item-inner::after {
  content: "© Kaushal Sood";
  position: absolute;
  bottom: 8px;
  right: 12px;
  font-size: 13px;
  font-family: serif;
  color: rgba(255,255,255,0.15);
  pointer-events: none;
  z-index: 10;
}
