/* CSS mínimo do plugin Contrato (extraído do tema) */
.contrato, #ativacao {
  text-align: center;
}
#commentform input[type="submit"], .wpcf7 input[type="submit"] {
  color: #FFF;
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
  font-weight: bold;
  background-color: #000;
  border: none;
}
.labeldata {
  font-size: 14px;
}
button.refazer-contrato {
    width: 100%;
    color: #600;
    border-radius: 20px;
    background: transparent;
    border: 0 /*1px dashed #600*/;
    padding: 8px 0;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-date {
  width: calc(100% - 24px);
  padding: 5px 10px;
  border: 1px solid #000;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.wpcf7-spinner {
  position: absolute;
  left: 0;
  margin: 6px;
  margin-left: 27px;
}
/*#contrato.preto {
  background: #000;
  color: #FFF;
  border: 1px solid #fff;
  border-radius: 0;
}*/
#contrato {
  transition: 1s all;
}
#contrato.preto h4 {
  margin-bottom; 25px;
  margin-top: 40px;
}
#contrato.preto {
    background-image: url(https://novo.caotize.se/wp-content/uploads/2025/11/fundo-contrato-pergaminho-vetorizado-flash-caotize-se-magia-do-caos.png);
    background-color: transparent;
    background-size: 100% 100%;
    padding: 10px 40px;
    color: #000;
}
#contrato.preto .refazer-contrato{
    margin-top: 20px;
    margin-bottom: -5px;
}
.contrato, #ativacao {
  text-align: center;
}