/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 10 Aug 2026, 2:16 am
*/

/* Force FooGallery images to render crisp at full size */
.foogallery img.fg-image,
.foogallery .fg-thumb img {
    image-rendering: -webkit-optimize-contrast !important;
    image-rendering: crisp-edges !important;
}