/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./blocks/accordion/src/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-crown-blocks-accordion {
  display: flex;
  margin-bottom: 30px;
}
.wp-block-crown-blocks-accordion.text-color-light {
  color: #fff;
}
.wp-block-crown-blocks-accordion.text-color-light p {
  color: #fff;
}
.wp-block-crown-blocks-accordion.text-color-dark {
  color: #373F41;
}
.wp-block-crown-blocks-accordion.text-align-left {
  text-align: left;
}
.wp-block-crown-blocks-accordion.text-align-center {
  text-align: center;
}
.wp-block-crown-blocks-accordion.text-align-right {
  text-align: right;
}
.wp-block-crown-blocks-accordion.align-center > .inner {
  justify-content: center;
  text-align: center;
}
.wp-block-crown-blocks-accordion .accordion__title {
  position: relative;
  cursor: pointer;
}
.wp-block-crown-blocks-accordion .accordion__title::before {
  position: absolute;
  content: "";
  border-bottom: 3px solid #F1BA1B;
  border-right: 3px solid #F1BA1B;
  transform: rotate(-45deg);
  top: 10px;
  transition: all 0.2s;
  width: 12px;
  height: 12px;
  left: -20px;
}
@media (min-width: 576px) {
  .wp-block-crown-blocks-accordion .accordion__title::before {
    width: 16px;
    height: 16px;
    left: -30px;
  }
}
.wp-block-crown-blocks-accordion .accordion__title.active::before {
  transform: rotate(45deg);
  top: 5px;
  transform-origin: center;
}
.wp-block-crown-blocks-accordion .accordion__content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s;
}
.wp-block-crown-blocks-accordion .accordion__content.active {
  max-height: 10000px;
}

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