/* --------------------------------------------------------
CP Marketing questions
Styles for the marketing question page
--------------------------------------------------------- */
.cp-marketing-subtitle {
  margin-top: 20px;
}
.cp-marketing-examples {
  list-style: disc;
  padding: 10px;
  margin-left: 20px;
}
.cp-marketing-examples li {
  margin: 5px 10px;
}

.cp-marketing-form {
  margin: 20px 0;
}
.cp-marketing-form label {
  display: block;
}
.cp-marketing-form textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
}