/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 2 Jul 2026, 12:34 pm
*/

/* Erzwingt die Entfernung aller Ränder, Schatten und Hintergründe auf allen Ebenen */
.foogallery-masonry .fg-item, 
.foogallery-masonry .fg-item a, 
.foogallery-masonry .fg-item img,
.foogallery-masonry .fg-thumb {
    border: none !important;
    border-width: 0px !important;
    box-shadow: none !important;
    background: none !important;
    padding: 0 !important;
}