/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/block/faq/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.dbp-faq {
  position: relative;
  line-height: 2;
}
.dbp-faq__item--label {
  width: 34px;
  line-height: 34px;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  font-size: 1em;
  color: #fff;
  background-color: #ccc;
  margin-right: 0.8em;
}
.dbp-faq__item--title {
  font-weight: bold;
  -webkit-box-flex: 1;
          flex: 1;
  color: #0085ba;
}
.dbp-faq__item--content {
  -webkit-box-flex: 1;
          flex: 1;
}
.dbp-faq__item--content > *:first-child {
  margin-top: 0;
}
.dbp-faq__item--content > *:last-child {
  margin-bottom: 0;
}
.dbp-faq__item + .dbp-faq__item {
  border-top: 1px solid #ccc;
  margin-top: 1em;
  padding-top: 1em;
}
.dbp-faq__question {
  display: -webkit-box;
  display: flex;
  margin-bottom: 1em;
}
.dbp-faq__question .dbp-faq__item--label {
  background-color: #0085ba;
}
.dbp-faq__answer {
  display: -webkit-box;
  display: flex;
}
.dbp-faq__answer .dbp-faq__item--label {
  background-color: #f10a0a;
}

/*# sourceMappingURL=style-faq.css.map*/