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

/* víz-szerű kék árnyalat */
.foogallery .fg-item:hover img {
    filter: brightness(0.75) contrast(1.1) saturate(1.2);
}

/* finom glow */
.foogallery .fg-item {
    box-shadow: 0 8px 20px rgba(0, 50, 80, 0.15);
    transition: box-shadow 0.3s ease;
}

.foogallery .fg-item:hover {
    box-shadow: 0 12px 30px rgba(0, 80, 120, 0.3);
}