#faqItems{display:flex;flex-direction:column;gap:1rem}#faqItems .faq-item{width:100%;padding-bottom:15px;border-bottom:1px solid var(--main-color-4)}#faqItems .faq-item-title{color:var(--text-color-1);font-weight:600;font-size:18px;display:flex;align-items:center;gap:16px;cursor:pointer;transition:all 0.3s ease-in-out}#faqItems .faq-item-title i{display:block;transition:all 0.3s ease-in-out;rotate:-90deg}#faqItems .faq-item-title.active i{rotate:0deg}#faqItems .faq-item-wrapper{display:grid;grid-template-rows:0fr;overflow:hidden;margin-top:0;transition:all 0.3s ease-in-out}#faqItems .faq-item-title.active+.faq-item-wrapper{grid-template-rows:1fr;margin-top:15px}#faqItems .faq-item-content{overflow:hidden}