/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/blocks/faq/style.scss ***!
  \*********************************************************************************************************************************************************************************************/
.faq {
  max-width: 800px;
  margin: 0 auto;
}

/* Nested FAQ styles */
.faq--nested .faq__category {
  margin-bottom: 1rem;
}
.faq--nested .faq__category-button {
  width: 100%;
  padding: 1.25rem;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid var(--faq-heading-color);
  color: var(--faq-heading-color) !important;
  text-align: left;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.1rem;
  background-color: transparent;
  border-radius: 0;
  padding-left: 0;
  will-change: transform;
  font-family: var(--wp--preset--font-family--primary);
}
.faq--nested .faq__category-button-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.faq--nested .faq__category-button:hover {
  background-color: transparent;
}
.faq--nested .faq__category-button[aria-expanded=true] .faq__category-icon::after {
  height: 0;
}
.faq--nested .faq__category-icon {
  flex-shrink: 0;
  will-change: transform;
  position: relative;
  width: 16px;
  height: 16px;
}
.faq--nested .faq__category-icon::before, .faq--nested .faq__category-icon::after {
  content: "";
  position: absolute;
  background-color: var(--faq-heading-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq--nested .faq__category-icon::before {
  width: 16px;
  height: 2px;
}
.faq--nested .faq__category-icon::after {
  width: 2px;
  height: 16px;
  transition: height 0.2s ease;
}
.faq--nested .faq__category-content {
  overflow: hidden;
  will-change: height;
  transition: height 0.3s ease;
}
.faq--nested .faq__category-content[hidden] {
  display: block;
  height: 0;
  padding: 0;
  visibility: hidden;
}
.faq--nested .faq__category-content:not([hidden]) {
  padding: 1rem 0;
  visibility: visible;
}
.faq--nested .faq__item {
  margin: 0.5rem 0;
  border-bottom: 1px solid var(--faq-heading-color);
  background-color: transparent;
  border-radius: 0;
  font-size: 1.1rem;
}
.faq--nested .faq__item-content:not([hidden]) {
  padding-left: 3rem;
}
.faq--nested .faq__item-button {
  padding-left: 3rem;
}

/* Flat FAQ styles */
.faq--flat .faq__item {
  margin: 0.5rem 0;
  border-bottom: 1px solid var(--faq-heading-color);
  background-color: transparent;
  border-radius: 0;
  font-size: 1.1rem;
}

/* Common styles for both layouts */
.faq__item-button {
  width: 100%;
  padding: 1rem;
  background: none;
  border: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--faq-heading-color) !important;
  will-change: transform;
}
.faq__item-button:hover {
  background-color: transparent;
}
.faq__item-button[aria-expanded=true] .faq__item-icon::after {
  height: 0;
}
.faq__item-icon {
  flex-shrink: 0;
  margin-left: auto;
  will-change: transform;
  position: relative;
  width: 16px;
  height: 16px;
}
.faq__item-icon::before, .faq__item-icon::after {
  content: "";
  position: absolute;
  background-color: var(--faq-heading-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq__item-icon::before {
  width: 16px;
  height: 2px;
}
.faq__item-icon::after {
  width: 2px;
  height: 16px;
  transition: height 0.2s ease;
}
.faq__item-content {
  overflow: hidden;
  will-change: height;
  transition: height 0.3s ease;
  color: var(--faq-content-color);
  padding: 0 1rem 1rem;
}
.faq__item-content[hidden] {
  display: block;
  height: 0;
  max-height: 0;
  visibility: hidden;
}
.faq__item-content:not([hidden]) {
  visibility: visible;
  max-height: auto;
}

.faq__empty {
  text-align: center;
  padding: 2rem;
  color: #666;
}

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