/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
*/

.wp-block-post-featured-image :where(img) {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    }

.wp-block-post-featured-image :where(img):hover {
    box-shadow: none; 
    transform: translateY(-2px);
}