/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 29 Aug 2025, 6:56 pm
*/

.fg-tag-list {
border: 1px solid #CCC;
background: #f2f2f2;
padding: .5rem;
margin: .3rem;
display: -webkit-inline-box;
}

.fg-tag-link {
font-size: .85rem!important;
}

.fg-search-inner {
width: 90%;
height: 44px;
}

.fg-light .fg-search-inner .fg-search-input {
    color: black !important;
}