/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 14 Oct 2025, 10:59 pm
*/

.fbx-rounded .fbx-inner {
    border: solid 3px transparent;
    border-radius: 5px;
}

.fbx-light .fbx-inner {
        background-color: #888;
}

.fbx-light .fbx-next {
    background-color: transparent;
}

.fbx-light .fbx-prev {
background-color: transparent;
}