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

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

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

.accordion-item__content * {
  font-size: var(--wp--preset--font-size--s);
}

.accordion-item__content {
  max-height: 0;
  transition: max-height 150ms linear;
  overflow: hidden;
  max-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  cursor: default;
}

.accordion-content__inner {
  padding: var(--wp--preset--spacing--s);
}

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