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

.fg-search-inner {
  width: 300px!important;
  border-bottom: 1px solid #000 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.fg-style-pill-block {
  --fg-block-border-radius: none!important;
}
.foogallery-album-header {
  text-align: center;
}