/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/accordion/accordion-item/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.
 */
.accordion-item.is-vertically-aligned-top {
  align-self: flex-start;
}

.accordion-item.is-vertically-aligned-center {
  align-self: center;
}

.accordion-item.is-vertically-aligned-bottom {
  align-self: flex-end;
}

.accordion-item {
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  background-color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--neutral-2);
}

.accordion-item:last-of-type {
  margin-bottom: 0;
}

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