/* ==========================================================================
   12 - سوالات متداول (آکاردئون)
   ========================================================================== */

.faq-wrap{max-width:760px; margin:0 auto;}
.faq-item{border-bottom:1px solid var(--hairline);}
.faq-q{
  width:100%; display:flex; justify-content:space-between; align-items:center;
  padding:22px 4px; font-size:16px; font-weight:600; color:var(--text-heading); text-align:right;
}
.faq-q .plus{font-size:22px; color:var(--green); transition:transform .25s ease;}
.faq-item.open .plus{transform:rotate(45deg);}
.faq-a{max-height:0; overflow:hidden; transition:max-height .3s ease;}
.faq-a p{padding:0 4px 22px; color:var(--text-muted); font-size:15px;}
