/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/custom-elements/accordion/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.wp-block-create-block-accordion {
  width: 100%;
  border-top: 1px solid #949494;
}
.wp-block-create-block-accordion .accordion-item-toggle {
  padding: 30px 90px 30px 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
}
.wp-block-create-block-accordion .accordion-item-toggle::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc((100% - 30px) / 2);
  right: 0;
  transition: all ease 250ms;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2734%27 height=%2734%27 viewBox=%270 0 34 34%27 fill=%27none%27%3E%3Ccircle cx=%2716.5332%27 cy=%2717%27 r=%2715%27 stroke=%27%23E8242E%27 stroke-width=%273%27/%3E%3Cpath d=%27M16.5329 11.8572V22.1429%27 stroke=%27%23E8242E%27 stroke-width=%273%27 stroke-linecap=%27round%27/%3E%3Cpath d=%27M21.6763 17H11.3906%27 stroke=%27%23E8242E%27 stroke-width=%273%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
}
.wp-block-create-block-accordion .accordion-item-toggle[aria-expanded=true]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2734%27 height=%2734%27 viewBox=%270 0 34 34%27 fill=%27none%27%3E%3Ccircle cx=%2716.5371%27 cy=%2717%27 r=%2715%27 stroke=%27%23E8242E%27 stroke-width=%273%27/%3E%3Cpath d=%27M21.6802 17H11.3945%27 stroke=%27%23E8242E%27 stroke-width=%273%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
}
.wp-block-create-block-accordion .accordion-item-toggle:hover .accordion-item-heading, .wp-block-create-block-accordion .accordion-item-toggle:focus .accordion-item-heading {
  text-decoration: underline;
}
.wp-block-create-block-accordion .accordion-item-toggle .accordion-item-heading {
  color: #000000;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}
.wp-block-create-block-accordion .accordion-item-toggle, .wp-block-create-block-accordion .accordion-item-content {
  width: 100%;
}
.wp-block-create-block-accordion .accordion-item-content {
  display: none;
  padding-bottom: 25px;
}
.wp-block-create-block-accordion .accordion-item-content p {
  margin-bottom: 30px;
}
.wp-block-create-block-accordion .accordion-item-content ul {
  margin-bottom: 30px;
  list-style: none;
}
.wp-block-create-block-accordion .accordion-item-content ul li {
  padding-left: 30px;
  position: relative;
}
.wp-block-create-block-accordion .accordion-item-content ul li::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: #E8242E;
  border-radius: 8px;
}

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