.adkh-faq-wrapper{display:flex;flex-direction:column;gap:12px}.adkh-faq-item{overflow:hidden;background:#fff;display:flex;flex-direction:column;gap:20px;padding:8px}.adkh-faq-question{border-radius:var(--adkh-border-radius);padding:1.5px;box-shadow:0 0 8px 0 rgba(0,0,0,.08);overflow:hidden;cursor:pointer;transition:transform .8s ease;perspective:800px}.adkh-faq-question::before,.adkh-faq-question::after{content:"";position:absolute;inset:0;border-radius:var(--adkh-border-radius);backface-visibility:hidden;transition:transform .8s ease}.adkh-faq-question::before{background-image:linear-gradient(180deg,var(--adkh-border-color-from) 0%,var(--adkh-border-color-to) 100%);background-repeat:no-repeat;background-size:100% 100%;z-index:-1;transform:rotateY(0deg)}.adkh-faq-question::after{background-image:linear-gradient(0deg,var(--adkh-border-color-from) 0%,var(--adkh-border-color-to) 100%);background-repeat:no-repeat;background-size:100% 100%;z-index:-2;transform:rotateY(-90deg)}.adkh-faq-question:hover::before{transform:rotateY(90deg)}.adkh-faq-question:hover::after{transform:rotateY(0deg)}.adkh-faq-question-wrap{background:#fff;padding:24px;cursor:pointer;display:flex;flex-direction:column;gap:14px;transition:background .3s ease;border-radius:var(--adkh-border-radius);position:relative;z-index:1}.adkh-faq-title{display:flex;align-items:center;justify-content:space-between}.adkh-faq-title h3{font-weight:700;font-size:18px;line-height:25px}.adkh-faq-meta{font-size:14px;font-size:14px;display:flex;gap:35px;white-space:nowrap;font-weight:400;text-align:justify}.adkh-faq-meta span{display:flex;align-items:center;flex-direction:row;gap:6px}.adkh-faq-answer{display:none;display:flex;background-color:var(--adkh-secondary-color);padding:24px;animation:fadeIn .3s ease-in-out;border-radius:var(--adkh-border-radius);flex-direction:row;gap:12px;align-items:flex-start}.adkh-faq-answer p{color:#fff;font-size:15px;font-weight:400;line-height:27px;text-align:justify}.adkh-faq-answer{display:none}.adkh-faq-answer.active{display:flex!important}.adkh-answer-label{color:var(--adkh-secondary-color);background-color:#fff;padding:8px 14px;border-radius:8px;font-size:13px;display:inline-block;margin-top:7px;line-height:16px}