/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 9 Jun 2026, 1:48 pm
*/

/* تغییر تعداد ستون گالری ساده پورتفولیو به 4 ستون */
.foogallery.fg-simple_portfolio .fg-item {
    margin: 10px !important;
    width: calc(25% - 10px) !important;
    max-width: calc(25% - 10px) !important;
}

/* نمایش 2 ستون در موبایل */
@media only screen and (max-width: 768px) {
    .foogallery.fg-simple_portfolio .fg-item {
        width: calc(50% - 10px) !important;
    }
}