.faqComponent .faqList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.faqComponent .faqList .faqList-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}
.faqComponent .faqList .faqList-item .collapsibleHeader {
  gap: 16px;
}
.faqComponent .faqList .faqList-item .faqItem-body {
  color: rgba(10, 10, 10, 0.6);
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.faqComponent .Actions {
  display: flex;
  padding: 16px 0px;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  align-self: stretch;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .faqComponent .Actions {
    padding: 40px 0px;
  }
}

.collapsibleDecorator:hover {
  background-color: unset;
}

.is-hidden {
  display: none !important;
}

/*# sourceMappingURL=default\css\experience\components\commerceAssets\faqComponent.css.map*/