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