/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./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]!./src/details/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front and editor of your site.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  padding: 0 30px 15px 0;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid var(--wp--preset--color--accent-4);
}
.wp-block-details summary::marker {
  content: "";
}
.wp-block-details summary i:before {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  content: "+";
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: var(--wp--preset--color--accent-4);
  transition: all 0.3s;
}
.wp-block-details.is-open summary i:before {
  transform: rotate(45deg);
}

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