/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2025 | 12:46:25 */
img {
    filter: saturate(180%) brightness(1.15) contrast(1.1) hue-rotate(320deg) drop-shadow(0 4px 12px rgba(0,0,0,0.25));
    transition: filter 0.3s ease, transform 0.3s ease;
    border-radius: 8px; /* opcional, deixa com cara de UI moderna */
}

img:hover {
    transform: scale(1.03);
    filter: saturate(200%) brightness(1.2) contrast(1.15) hue-rotate(320deg) drop-shadow(0 6px 16px rgba(0,0,0,0.3));
}
