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

.foogallery-album-gallery-list .foogallery-pile .foogallery-pile-inner {
    border: 0px solid #fff;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.);
    overflow: hidden;
    line-height: 0;
}
