.wgt-faq-section {
  padding: 40px 0;
  margin-bottom: 4rem;
}

.wgt-faq-section .section-title {
  text-align: center;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.3483rem + 0.6472vw, 2.125rem);
  color: var(--title-color);
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 2.625rem;
}

.wgt-faq-section .section-title span {
  background: linear-gradient(117.83deg, #8b6fff 107.63%, #d8cbfd 115.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 400;
  font-style: italic;
}

.wgt-faq-section .section-title-custom {
  margin-bottom: 0.875rem;
}

.wgt-faq-section .faq-accordion {
  border: 1px solid #f5f3ff;
  border-radius: 10px;
  box-shadow: 0px 4px 100px -20px #8390aa14;
  padding: 1.5rem;
}

.wgt-faq-section .faq-item {
  border-bottom: 1px solid #eae6ff;
}

.wgt-faq-section .faq-item:last-child {
  border-bottom: none;
}

.wgt-faq-section .faq-question {
  width: 100%;
  text-align: left;
  padding: 1.5rem 1.125rem;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: none;
  cursor: pointer;
}

.wgt-faq-section .faq-question span {
  font-weight: 500;
  color: var(--title-color);
  font-size: clamp(1.25rem, 1.2045rem + 0.1942vw, 1.4375rem);
}

.wgt-faq-section .faq-answer {
  height: 0;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  transition: height 0.45s ease;
}

.wgt-faq-section .faq-answer-content {
  padding: 0 1.125rem 2rem;
}

.wgt-faq-section .faq-answer p {
  margin: 0;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  color: var(--description-color);
  max-width: 800px;
}

.wgt-faq-section .faq-icon {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.wgt-faq-section .faq-item.active .faq-icon {
  transform: rotate(0deg);
}
