/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/block-editor/blocks/accordion/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-realome-theme-extension-accordion-item:not(:last-child) {
  margin-bottom: var(--wp--style--block-gap);
  padding-bottom: var(--wp--style--block-gap);
  border-bottom: solid 1px currentColor;
}
.wp-block-realome-theme-extension-accordion-item .accordion-item-header a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--wp--style--block-gap);
  text-decoration: none;
}
.wp-block-realome-theme-extension-accordion-item .accordion-item-header a:hover {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25ch;
}
.wp-block-realome-theme-extension-accordion-item .accordion-item-header a .accordion-item-header-title {
  font-size: var(--wp--preset--font-size--large);
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.wp-block-realome-theme-extension-accordion-item .accordion-item-header a .accordion-item-header-title:after {
  word-wrap: normal;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "expand_more";
  direction: ltr;
  display: inline-block;
  font-family: Material Icons Outlined;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}
.wp-block-realome-theme-extension-accordion-item .accordion-item-header a.active .accordion-item-header-title::after {
  content: "expand_less";
}
.wp-block-realome-theme-extension-accordion-item .accordion-item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

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