@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

.Avada-FAQs__container .Avada-FAQs__heading {
  text-align: center;
}

.Avada-FAQs__container .Avada-FAQs__heading .Avada-FAQs__title {
  margin-bottom: 0;
  font-weight: 650;
}

.Avada-FAQs__container .Avada-FAQs__heading .Avada-FAQs__subtitle {
  font-size: 16px;
  color: #666;
  margin-top: 0;
  margin-bottom: 24px;
}

.Avada-FAQs__collapsible {
  position: relative;
  padding: 16px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 550;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Avada-FAQs__qa:not(.Avada-FAQs__active) .Avada-FAQs__collapsible {
  cursor: pointer;
}

.Avada-FAQs__qa .Avada-FAQs__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-weight: 450;
  padding-right: 32px;
  word-wrap: break-word;
}

.Avada-FAQs__qa {
  height: 100%;
  border-radius: 8px;
}

.Avada-FAQs__qa-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}

.Avada-FAQs__active .Avada-FAQs__content {
  max-height: 1000px;
  color: #5c5f62;
}

.Avada-FAQs__content p {
  margin-bottom: 0;
}

.Avada-FAQs__icon {
  font-size: 18px;
  font-weight: bold;
  color: black;
  min-width: 20px;
  text-align: center;
  cursor: pointer;
}
