/*
Theme Name: Hello Elementor Child
Theme URI: https://seusite.com
Description: Tema filho do Hello Elementor
Author: Seu Nome
Template: hello-elementor
Version: 1.0.0
*/

/* CSS personalizado */

.hero h1 em {
    font-style: italic;
    color: #E8A6B5;
    background-image: linear-gradient(
        rgba(207, 77, 105, 0.32),
        rgba(207, 77, 105, 0.32)
    );
    background-position: 0 84%;
    background-repeat: no-repeat;
    background-size: 100% 0.24em;
}