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

/* 1. Hintergrund auf Schwarz mit 80% Transparenz setzen */
.fg-lightbox .fgl-overlay {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

/* 2. Den grauen Balken/Hintergrund hinter den Kontrollen entfernen */
.fg-lightbox .fgl-stage,
.fg-lightbox .fgl-controls {
    background: transparent !important;
}

/* 3. Pfeile und Schließen-Button näher an die Mitte (das Bild) rücken */
.fg-lightbox .fgl-prev {
    left: 40px !important;
}

.fg-lightbox .fgl-next {
    right: 40px !important;
}

.fg-lightbox .fgl-close {
    top: 30px !important;
    right: 40px !important;
}
