.product-faqs{display:flex;flex-direction:column;gap:10px}.product-faqs .single-faq{background:transparent;border-top:2px solid #000}.product-faqs .single-faq .faq-label{cursor:pointer;font-size:1.2rem;font-weight:700;padding:10px 10px 10px 0;position:relative;transition:background-color .3s ease}.product-faqs .single-faq .faq-label:after{content:"+";position:absolute;right:5px;top:5px}.product-faqs .single-faq .faq-content{max-height:0;overflow:hidden;padding:0;transition:max-height .3s ease}.product-faqs .single-faq .faq-content p{margin:0}.product-faqs .single-faq.active .faq-content{max-height:750px;padding:10px 0}.product-faqs .single-faq.active .faq-label:after{content:"-"}