/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_custom_fragua/cartridge/client/default/scss/experience/components/commerceAdvancedCustom/faq.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* $gradient-border-background: #00AEEF - #01579B; */
.faq-container {
  width: 100%;
  max-width: 1250px;
  padding: 32px;
  background: #FFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
}
.faq-container .faq-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.faq-container .faq-header .faq-title {
  color: #212121;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.faq-container .faq-header .faq-description {
  color: #363537;
  font-size: 16px;
  line-height: 22px;
}
.faq-container .faq-header .faq-description strong {
  font-weight: 700;
}
.faq-container .faq-items-container {
  display: flex;
  flex-direction: column;
}

.faq-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.faq-item .faq-question {
  padding: 8px;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-item .faq-question .question-text {
  flex: 1;
  color: #0277BD;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.faq-item .faq-question .question-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-item .faq-question .question-icon svg {
  transition: transform 0.3s ease;
}
.faq-item .faq-question[aria-expanded=true] .question-icon svg {
  transform: rotate(90deg);
}
.faq-item .faq-answer {
  padding: 0 8px;
  background: #FFF;
  box-shadow: 0 -1px 0 #0277BD inset;
  min-height: "0px";
  height: "0px";
  transition: all 0.3s ease-out;
}
.faq-item .faq-answer .answer-text {
  color: #363537;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 991.98px) {
  .faq-container {
    padding: 16px;
  }
  .faq-container .faq-header .faq-title {
    font-size: 20px;
    line-height: 28px;
  }
  .faq-container .faq-header .faq-description {
    font-size: 14px;
    line-height: 20px;
  }
  .faq-container .faq-item .faq-question .question-text {
    font-size: 14px;
    line-height: 20px;
  }
  .faq-container .faq-item .faq-answer .answer-text {
    font-size: 13px;
    line-height: 18px;
  }
}
.sidebar-content .faq-container .faq-question {
  padding: 14px 0;
  border-bottom: 1px solid #CCC;
}

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