/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/faq/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.
 */
.orphic-wp-block-faq__container {
  background-color: transparent;
  padding: 5px;
}

.orphic-wp-block-faq__filter {
  width: 100%;
  border-bottom: 1px solid var(--orphic-wp-block-plugin-color-border);
  padding: 12px 0;
  position: relative;
}

.orphic-wp-block-faq__filter-items {
  display: flex;
  gap: 25px;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.orphic-wp-block-faq__filter-items::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}

.orphic-wp-block-faq__filter-item {
  color: var(--orphic-wp-block-plugin-color-text);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.orphic-wp-block-faq__filter-item.active {
  font-weight: 600;
}

.orphic-wp-block-faq__filter-follower {
  position: absolute;
  background-color: var(--orphic-wp-block-plugin-color-primary);
  height: 3px;
  bottom: -3px;
  z-index: 1;
}

.orphic-wp-block-faq__questions-panel {
  display: none;
}

.orphic-wp-block-faq__questions-panel.active {
  display: block;
}

.orphic-wp-block-faq__questions-faq-item-header {
  font-size: 18px;
  font-weight: 600;
  color: var(--orphic-wp-block-plugin-color-text);
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.orphic-wp-block-faq__questions-faq-item-icon {
  width: 16px;
  height: 16px;
  color: var(--orphic-wp-block-plugin-color-text);
}

.orphic-wp-block-faq__questions-faq-item-content {
  height: 0;
  overflow: hidden;
}

.orphic-wp-block-faq__questions-faq-item-content p {
  color: var(--orphic-wp-block-plugin-color-text);
}

.orphic-wp-block-faq__questions-faq-item-content-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}

.orphic-wp-block-faq__questions-faq-item-content {
  height: 0;
  overflow: hidden;
}

.orphic-wp-block-faq__questions-faq-item-content-line {
  height: 1px;
  background-color: var(--orphic-wp-block-plugin-color-border);
  width: 25%;
}

.orphic-block-and-functions-FAQ__section__icon__left,
.orphic-block-and-functions-FAQ__section__icon__right {
  display: block;
  width: 15px;
  height: 3px;
  background-color: var(--orphic-wp-block-plugin-color-text);
  border-radius: 9999px;
}

.orphic-block-and-functions-FAQ__section__icon__left {
  transform: translateX(5px);
  transform-origin: 98% 98%;
}

.orphic-block-and-functions-FAQ__section__icon__right {
  transform: translateX(-5px);
  transform-origin: 0% 98%;
}

.orphic-block-and-functions-FAQ__section__icon {
  display: flex;
  align-items: center;
}

@keyframes orphic_faq_svg_animation_right {
  0% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(-1px);
  }
  100% {
    transform: rotate(-45deg);
  }
}
@keyframes orphic_faq_svg_animation_left {
  0% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(1px);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes orphic_faq_svg_animation_right_reverse {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: translateX(-1px);
  }
  100% {
    transform: translateX(-5px);
  }
}
@keyframes orphic_faq_svg_animation_left_reverse {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(5px);
  }
}
.orphic-wp-block-faq__questions-faq-item.active .orphic-block-and-functions-FAQ__section__icon__left {
  animation: 0.5s orphic_faq_svg_animation_left_reverse ease forwards;
}

.orphic-wp-block-faq__questions-faq-item.active .orphic-block-and-functions-FAQ__section__icon__right {
  animation: 0.5s orphic_faq_svg_animation_right_reverse ease forwards;
}

.orphic-wp-block-faq__questions-faq-item:not(.active) .orphic-block-and-functions-FAQ__section__icon__left {
  animation: 0.5s orphic_faq_svg_animation_left ease forwards;
}

.orphic-wp-block-faq__questions-faq-item:not(.active) .orphic-block-and-functions-FAQ__section__icon__right {
  animation: 0.5s orphic_faq_svg_animation_right ease forwards;
}

.orphic-wp-block-faq__container.customColor {
  background-color: var(--orphic-wp-block-faq-custom-background-color);
}

/* Custom color settings */
.customColor .orphic-wp-block-faq__filter {
  border-bottom: 1px solid var(--orphic-wp-block-faq-custom-border-color);
}

.customColor .orphic-wp-block-faq__filter-item {
  color: var(--orphic-wp-block-faq-custom-text-color);
}

.customColor .orphic-wp-block-faq__filter-follower {
  background-color: var(--orphic-wp-block-faq-custom-primary-color);
}

.customColor .orphic-wp-block-faq__questions-faq-item-header {
  color: var(--orphic-wp-block-faq-custom-text-color);
}

.customColor .orphic-wp-block-faq__questions-faq-item-icon {
  color: var(--orphic-wp-block-faq-custom-text-color);
}

.customColor .orphic-wp-block-faq__questions-faq-item-content-line {
  background-color: var(--orphic-wp-block-faq-custom-border-color);
}

.customColor .orphic-wp-block-faq__questions-faq-item-content p {
  color: var(--orphic-wp-block-faq-custom-text-color);
}

.customColor .orphic-block-and-functions-FAQ__section__icon__left,
.customColor .orphic-block-and-functions-FAQ__section__icon__right {
  background-color: var(--orphic-wp-block-faq-custom-primary-color);
}

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