/*
Theme Name:   Hello Elementor Child — Wildisney
Theme URI:    https://wildisney.com.br
Description:  Tema filho do Hello Elementor com SEO completo em código próprio.
Author:       Wildisney Advocacia
Template:     hello-elementor
Version:      2.0.1
*/

/* ============================================================
   Performance: CLS Fix (Core Web Vitals)
   ============================================================ */

/* Fix 1: Reserva espaço no hero antes da imagem carregar */
.home .elementor-location-header + .elementor-section,
.home > .elementor > .elementor-section:first-of-type {
    min-height: 80vh;
}
@media (max-width: 767px) {
    .home .elementor-location-header + .elementor-section,
    .home > .elementor > .elementor-section:first-of-type {
        min-height: 100svh;
    }
}

/* Fix 2: Impede que fontes causem layout shift (reflow) */
@font-face {
    font-display: swap;
}

/* Fix 3: Reserva espaço para imagens antes do download */
.elementor-widget-image img,
.elementor-widget-container img {
    height: auto !important;
}

