.elementor-kit-4{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-dba9a9b:#2C3E50;--e-global-color-9bf6a75:#A3B18A;--e-global-color-b202112:#EAE3D2;--e-global-color-3f54d80:#B8B8B8;--e-global-color-bb096ff:#FFFFFF;--e-global-color-f7534c6:#916F56;--e-global-color-02e78ec:#F7D4AD;--e-global-color-e62bb4c:#3B4216;--e-global-color-85619e8:#000000;--e-global-color-0d7d722:#DADADA;--e-global-color-9389ac5:#929292;--e-global-color-a999d28:#A2A2A252;--e-global-color-e4c2788:#D9DFE2;--e-global-color-a123078:#00A5EB;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-85a7aa6-font-family:"Playball";--e-global-typography-85a7aa6-font-weight:400;--e-global-typography-85a7aa6-font-style:italic;--e-global-typography-31db388-font-family:"Saira";--e-global-typography-31db388-font-weight:400;--e-global-typography-d3bcc5d-font-family:"Sarala";--e-global-typography-d3bcc5d-font-weight:400;--e-global-typography-7859b5a-font-family:"Sedan";--e-global-typography-7859b5a-font-weight:400;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:10px;--container-default-padding-left:10px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{--e-global-typography-85a7aa6-font-size:44px;--e-global-typography-85a7aa6-letter-spacing:0.9px;--e-global-typography-85a7aa6-word-spacing:0.6em;--e-global-typography-7859b5a-font-size:19px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #c48c6e;
  padding-bottom: 10px;
}

.faq-toggle {
  display: none;
}

.faq-pergunta {
  display: block;
  cursor: pointer;
  font-weight: bold;
  color: white;
  transition: color 0.3s ease;
}

.faq-toggle:checked + .faq-pergunta {
  color: #c48c6e;
}

.faq-resposta {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  color: white;
  padding-top: 5px;
}

.faq-toggle:checked + .faq-pergunta + .faq-resposta {
  max-height: 500px;
}


/* Container geral do formulário */
form.phq9-form {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #1e1e1e;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

/* Espaçamento entre as perguntas */
form.phq9-form p {
  margin-bottom: 20px;
  line-height: 1.5;
}

/* Estilo das opções de resposta */
form.phq9-form label {
  display: block;
  margin: 6px 0;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* Destaque ao passar o mouse nas opções */
form.phq9-form label:hover {
  color: #007d8a;
}

/* Botões de radio com cor personalizada */
form.phq9-form input[type="radio"] {
  accent-color: #007d8a;
  margin-right: 8px;
  transform: scale(1.2);
}

/* Botão de envio (caso adicione depois) */
form.phq9-form input[type="submit"],
form.phq9-form button[type="submit"] {
  background-color: #007d8a;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

form.phq9-form input[type="submit"]:hover,
form.phq9-form button[type="submit"]:hover {
  background-color: #005f6d;
}/* End custom CSS */