/* Estilo para todo el texto general de las casillas */
.wpcf7 a.texto-normal {
  font-size: 14px;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1;	
  text-decoration: none;
}

/* Estilo para los hipervínculos dentro del texto */
.wpcf7 a.hipervinculo {
  color: #2a6496;
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;		
}

/* Checkbox estilo */
.wpcf7 input[type="checkbox"] {
  transform: scale(1.2);
  margin-right: 8px;
  vertical-align: middle;
  accent-color: #8bc540;
}

/* Estilo del mensaje personalizado */
.custom-acceptance-error {
  color: #d8000c;
  background-color: #ffd2d2;
  border: 1px solid #d8000c;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
