/*!
Theme Name: Forcast Child
Template:   forcast
Theme URI: https://themeunique.com/wp/btourq
Author: byteflows
Author URI: https://themeforest.net/user/byteflows
Description: Forcast - WordPress News Magazine Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: transpi-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* =========================================================================
   GPD — Imagens dos posts sem corte
   O tema força a imagem destacada (hero) do post a `height:450px` +
   `object-fit:cover`, recortando as laterais/topo de imagens maiores.
   Aqui mostramos a imagem INTEIRA, na proporção original, dentro da coluna.
   ========================================================================= */
.post__thumb-single img {
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
}

/* Imagens no corpo do post: sempre completas e responsivas (nunca recortadas) */
.entry-content.empath__single-content .wp-block-image img,
.entry-content.empath__single-content figure.wp-block-image img,
.entry-content.empath__single-content figure img {
    height: auto !important;
    max-width: 100%;
    object-fit: contain;
}
