/**
 * Theme Name:     DDCreative
 * Author:         David Kenny
 * Template:       hello-elementor
 * Text Domain:	   ddcreative
 * Description:    Este é um tema filho personalizado baseado no MeuTema. Desenvolvido para atender às necessidades específicas do projeto, mantendo as funcionalidades principais do tema pai. Faça personalizações seguras e atualizações sem se preocupar em perder suas modificações. Aproveite a flexibilidade e o controle que este tema filho oferece para criar uma experiência única no seu site.
 * Theme URI:      https://ddcreative.com.br
 * Author URI:     https://ddcreative.com.br
 * Version:        1.0
 * License:        GLPI
 */

/* Estilos para o botão Voltar */
.voltar-btn {
  background-color: black !important;
  color: white  !important;
  border: none  !important;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.voltar-btn:hover,
.voltar-btn:active {
  background-color: white  !important;
  border: 1px solid black  !important;
  color: black  !important;
}

/* Ícone */
.fa-backward {
  margin-right: 5px;
}

.elementor-widget-text-editor a {
    color: green !important;
}

.elementor-widget-text-editor a:hover {
    color: darkgreen !important;
}


