/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 24 Jun 2025, 5:29 pm
*/

/* Убираем эффект затемнения/прозрачности только у изображения */
.fbx-item.fbx-item-image,
.fbx-stage img,
.fbx-modal img {
  opacity: 1 !important;
  transition: none !important;
}

/* Возвращаем нормальную затемнённую подложку */
.fbx-modal::before,
.fbx-modal .fbx-inner-shadow {
  background-color: rgba(0, 0, 0, 0.85) !important;
  opacity: 1 !important;
}
