/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/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.
 */
.gt-fse-faq {
  overflow: hidden;
  box-sizing: border-box;
}
.gt-fse-faq-content {
  overflow: hidden;
}
.gt-fse-faq > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 1rem;
}
.gt-fse-faq > summary::-webkit-details-marker {
  display: none;
}
.gt-fse-faq > summary:focus {
  outline-style: none;
}
.gt-fse-faq > summary .gt-fse-faq-opener {
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  position: relative;
  flex-shrink: 0;
  background-color: transparent;
}
.gt-fse-faq > summary .gt-fse-faq-opener::before {
  content: "";
  width: 4px;
  height: 17.5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--faq-color, var(--wp--preset--color--accent-3));
  transition: 0.2s ease-in-out;
}
.gt-fse-faq > summary .gt-fse-faq-opener::after {
  content: "";
  width: 17.5px;
  height: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--faq-color, var(--wp--preset--color--accent-3));
  transition: 0.2s ease-in-out;
  opacity: 1;
}
.gt-fse-faq[open] > summary .gt-fse-faq-opener::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.gt-fse-faq[open] > summary .gt-fse-faq-opener::after {
  opacity: 0;
}

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