/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 30 2025 | 02:38:35 */
img {
    filter: grayscale(0.3) saturate(120%) hue-rotate(200deg) brightness(0.9) contrast(0.95) 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: grayscale(0.2) saturate(140%) hue-rotate(200deg) brightness(1) contrast(1) drop-shadow(0 6px 16px rgba(0,0,0,0.3));
}

