/*
Theme Name: Hello Elementor AMEMG
Description: Child theme da AMEMG baseado no Hello Elementor
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-amemg
*/

/* Fix: fotos circulares independentes do carregamento do CSS externo do Elementor */
.elementor-element-01255ac.e-con,
.elementor-element-2260f89.e-con {
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center center !important;
}

/* Lazy load: placeholder invisível + fade-in suave quando a imagem carrega
   (LiteSpeed adiciona .litespeed-loaded no onload) */
img[data-lazyloaded] {
    opacity: 0;
    transition: opacity .45s ease;
}
img.litespeed-loaded {
    opacity: 1;
}
