.wp-block-faq-block-for-gutenberg-faq {
  font-family: 'roboto', sans-serif;
  color: #666;
  font-size: 16px;
  background: #f9f9f9;
  line-height: 1.6em;
  padding: 20px;
  margin-bottom: 10px;
}

.wp-block-faq-block-for-gutenberg-faq .question {
  background: #4FC2E;
  font-weight: bold;
  font-size: 120%;
  cursor: pointer;
  text-transform: capitalize;
  padding: 7px;
}
.wp-block-faq-block-for-gutenberg-faq .question h4 {
  margin-bottom: 10px;
  padding: 0;
  clear: none;
}
.edit-answer .answer {
  display: block !important;
}
.wp-block-faq-block-for-gutenberg-faq .answer {
  display: none;
}
.answer {
  background: #3BB0D6;
  padding: 7px 7px 7px 7px;
  overflow-wrap: break-word;
  color: #ffffff;
}
.question:first-child:before {
  content: '\002B';
  font-size: 20px;
  float: right;
  margin-left: 5px;
}
.wp-block-faq-block-for-gutenberg-faq .active:before {
  content: '\2212';
}
