/* برای قسمت سوالات متداول هر محصول */
.assetfaq-section {
  max-width: 700px;
  margin: auto;
  font-family: "IRANSans", sans-serif;
  direction: rtl;
}

.assetfaq-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.assetfaq-question {
  padding: 14px;
  background: #f8f8f8;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.assetfaq-question:hover {
  background: #eee;
}

.assetfaq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  color: #444;
  font-size: 14px;
  line-height: 1.8;
  padding: 0 14px;
}

.assetfaq-item.active .assetfaq-answer {
  max-height: 300px; /* ارتفاع کافی برای متن */
  padding: 10px 14px;
}
/* برای قسمت سوالات متداول هر محصول */
