.product-faq .faq-item.active .faq-item-icon i:first-child {
  opacity: 0;
  transform: rotate(90deg);
}
.product-faq .faq-item.active .faq-item-icon i:last-child {
  opacity: 1;
  transform: rotate(0deg);
}
.product-faq .faq-answer a {
  color: var(--theme-color);
}