/*
Theme Name: Customizr Child
Template: customizr
Version: 1.0
Author: Seu Nome
Description: Tema filho do Customizr
*/
/* Estilos personalizados para o post de perguntas bíblicas */

/* === Paleta Gospel Espiritual e Acolhedora ===
   Primária: Azul celestial #4A90E2
   Secundária: Roxo litúrgico #6A1B9A
   Destaque: Dourado suave #F2C94C
   Fundo: Branco pérola #F9FAFB
   Texto: Cinza escuro #333333
   Links: Azul profundo #2C3E50
=============================================== */

body {
  font-family: 'Poppins', sans-serif;
  background: #F9FAFB;
  color: #333333;
}

h1, h2, h3 {
  color: #6A1B9A; /* Roxo litúrgico para destaque espiritual */
}


.ver-resposta {
 
background-color: #0dd2db;
   
}


a {
  color: #4A90E2;
  text-decoration: underline;
}
a:hover {
  color: #2C3E50;
  text-decoration: none;
}

.intro {
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 1rem;
  color: #2C3E50;
}

details {
  background: #ffffff;
  border-left: 5px solid #4A90E2; /* Azul Celestial para perguntas */
  padding: 15px;
  margin: 10px 0;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

summary {
  font-weight: bold;
  cursor: pointer;
  color: #1A3C73;
}

.btn-download {
  display: block;
  margin: 30px auto;
  background: #F2C94C; /* Dourado para botão de ação */
  color: #2C3E50;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  text-align: center;
  width: fit-content;
  transition: background 0.3s ease;
}
.btn-download:hover {
  background: #e1b93f; /* Dourado um pouco mais escuro no hover */
  color: #1A3C73;
}

.desafio-evangelico {
  background: #E3F2FD;
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif;
  color: #1A237E;
  text-align: center;
}
.desafio-evangelico h1 {
  font-size: 2.5rem;
  color: #673AB7;
  margin-bottom: 20px;
}
.desafio-evangelico .intro {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 40px;
}
.desafio-evangelico details {
  background: #fff;
  border-left: 5px solid #FBC02D;
  padding: 15px;
  margin: 10px auto;
  max-width: 600px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  text-align: left;
}
.desafio-evangelico summary {
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
}
.btn-testar {
  display: inline-block;
  background: #FBC02D;
  color: #1A237E;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: bold;
  margin-top: 30px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.quiz-pergunta {
    background: #d4f4ff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-left: 5px solid #3450db;
}

.quiz-pergunta p {
  font-weight: bold;
}
.quiz-pergunta label {
  display: block;
  margin: 5px 0;
}
.feedback {
  margin-top: 10px;
  font-weight: bold;
}

element.style {
    display: block;
    font-size: 18px;
    color: #0000;
}


details { background: #fff;
    border-left: 5px solid #27AE60;
	padding: 15px;
	margin: 10px 0;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

summary { font-weight: bold;
	cursor: pointer;
}
  .btn-download { display: block;
	  margin: 30px auto;
	  background: #F2C94C;
	  color: #1A3C73;
	  font-weight: bold;
	  text-decoration: none;
	  padding: 12px 24px;
	  border-radius: 8px;
	  text-align: center;
	  width: fit-content;
}
.pergunta {
  background-color: #f3f3f3;
  border-left: 4px solid #4caf50;
  border-radius: 5px;
  margin: 10px 0;
  padding: 10px 15px;
}

.pergunta p {
  margin: 5px 0;
  font-size: 16px;
}

