/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 18 Oct 2024, 5:05 pm
*/

.fg-panel-button.fg-panel-button-close .fg-icon { color:red !important;
    width: 42px; /* Adjust size as needed */
    height: 42px; /* Adjust size as needed */

}
.fg-panel:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-buttons .fg-panel-button {height:62px; width:62px;}
 
