/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor.
Author: Blue Consult
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* ================================================
   Blog Hero Banner - Altura reduzida e fonte menor
   ================================================ */

/* Reduz a altura mínima da seção hero do blog */
.elementor-6240 .elementor-element.elementor-element-4145f26 {
    --min-height: 120px !important;
    min-height: 120px !important;
}

/* Reduz o tamanho da fonte do título BLOG */
.elementor-6240 .elementor-element.elementor-element-bdb3a5c .elementor-heading-title {
    font-size: 28px !important;
    line-height: 1.2 !important;
}

/* Ajuste para mobile */
@media (max-width: 767px) {
    .elementor-6240 .elementor-element.elementor-element-4145f26 {
        --min-height: 90px !important;
        min-height: 90px !important;
    }
    .elementor-6240 .elementor-element.elementor-element-bdb3a5c .elementor-heading-title {
        font-size: 22px !important;
        line-height: 1.2 !important;
    }
}
