/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 21 Jul 2025, 5:09 pm
*/

.foogallery .fg-item,
.foogallery .fg-item-inner,
.foogallery .fg-thumb,
.foogallery .fg-image,
.foogallery .fg-image-wrap {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}


.foogallery .fg-item {
    margin: 0 !important;
    padding: 0 !important;
}

.foogallery .fg-gutter-width,
.foogallery .fg-column-width {
    display: none !important;
}

.foogallery .fg-item-inner {
    margin: 0 !important;
    padding: 0 !important;
}