/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://meusite.com.br/hello-elementor-child/
 Description:  Tema filho para o tema Hello Elementor
 Author:       Seu Nome
 Author URI:   https://seusite.com.br
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
*/

.scp-modulo-title-wrapper .title{
	color: #fff;
}

.scp-modulo-container.active .scp-modulo-title-wrapper .title {
	color: #4874F1;
}

// 🔐 Aumenta o tempo de validade dos links de redefinição de senha para 10 dias
add_filter('password_reset_expiration', function ($expiration) {
    return 10 * DAY_IN_SECONDS; // 10 dias = 864000 segundos
});

