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

/* Fondo del panel (lightbox) de FooGallery */
html body .fg-panel {
    background-color: rgba(0, 0, 0, 0.4) !important;  /* 40% opacidad */
}

/* Por si FooGallery usa una capa extra */
html body .fg-panel::before,
html body .fg-panel::after {
    background: transparent !important;
}