.faq-item{border:1px solid #e5e7eb;border-radius:14px;margin:14px 0;overflow:hidden}.faq-question{width:100%;background:#fff;border:0;padding:20px;font-size:18px;font-weight:600;text-align:left;display:flex;justify-content:space-between;cursor:pointer}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease;padding:0 20px}.faq-item.active .faq-answer{max-height:250px;padding:0 20px 20px}.faq-question span{color:#2563eb;font-size:28px;transition:.3s}.faq-item.active .faq-question span{transform:rotate(45deg)}