/*
Theme Name: Mission News Child
Theme URI: https://www.competethemes.com/mission-news/
Template: mission-news
Author: Compete Themes
Author URI: https://www.competethemes.com/
Description: For publishers on a mission. Mission News is a newspaper theme for publishers who want their content to be seen and heard. Premium-quality design adds credibility to every word you write, and a fully responsive layout ensures your site looks fantastic on every screen. The aesthetic is timeless and modeled after classic news sites like the New York Times. Use Mission News to setup a news site on any subject from health to finance. Mission News is also fully compatible with the new Gutenberg post editor. View the fully-setup live demo here: https://www.competethemes.com/demos/?theme=Mission+News
Tags: three-columns,left-sidebar,right-sidebar,custom-logo,custom-menu,featured-images,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,blog,entertainment,news
Version: 1.63.1739113820
Updated: 2025-02-09 11:10:20

*/

/* Arredondar imagens em destaque */
.wp-post-image,
.post-thumbnail img {
    border-radius: 12px; /* Ajuste o valor conforme desejar */
	overflow: hidden;
	box-shadow: 0px 12px 24px rgba(0,0,0,0.35); /*sombra mais perceptível*/
	transition: all 0.3s ease-in-out; /*Suaviza transições*/
}
/*Efeito ao passar o mouse*/
.wp-post-image:hover,
.post-thumbnail img:hover {
	transform: scale(1.05); /* Aumenta levemente a imagem */
	box-shadow: 0px 16px 32px rgba(0,0,0,0.4); /* Sombra mais intensa ao passar o mouse */