/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 12 Jul 2026, 6:33 am
*/

.foogallery.fg-masonry {
  margin-left: 0 !important;
  margin-right: auto !important;
}
/* Force single column on screens 480px or smaller */
@media only screen and (max-width: 768px){
  .foogallery.fg-masonry .fg-item {
    margin: 5px !important;
    width: calc(100% - 10px) !important;
    min-width: calc(100% - 10px) !important;
    max-width: calc(100% - 10px) !important;
  }
}


