/*
 Theme Name:   Hello Elementor Child
 Description:  Tema filho do Hello Elementor
 Template:     hello-elementor
 Text Domain:  hello-elementor-child
*/

/* Adicione seus estilos personalizados abaixo */
.resultado-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.resultado-header {
  text-align: center;
  margin-bottom: 40px;
}

.resultado-header h1 {
  font-size: 2.5em;
  color: #333;
}

.resultado-conteudo p {
  font-size: 1.2em;
  line-height: 1.6;
}
