/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/src/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.
 */
.wp-block-cl-faq {
  padding: 16px 0;
  border-bottom: 1px solid var(--neutral-300, #eaecf0);
}

.faq_block-question {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
  margin: 0;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  -moz-column-gap: 24px;
       column-gap: 24px;
  justify-content: space-between;
  letter-spacing: 0;
}
.faq_block-question:after {
  content: "+";
  display: block;
  font-family: "Font Awesome 6 Pro";
}
.active .faq_block-question:after {
  content: "-";
}
@media screen and (min-width: 1280px) {
  .faq_block-question {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.96px;
  }
}

.faq-block-answer {
  margin-top: 16px;
  display: none;
}
@media screen and (min-width: 1280px) {
  .faq-block-answer {
    margin-top: 24px;
  }
}

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