.wpf-faq-item .elementor-element.e-con,.elementor-widget-n-accordion .e-n-accordion-item-title {
    border: 0!important;
    display: flex;
    padding: 0!important;
}
.wpf-faq-item{
border-bottom:1px solid #eee;
padding:12px 0;
}

.wpf-faq-question{
cursor:pointer;
font-weight:600;
display:flex;
align-items:center;
gap:10px;
}

.wpf-faq-icon{
width:16px;
height:16px;
position:relative;
}

.wpf-faq-icon::before,
.wpf-faq-icon::after{
content:"";
position:absolute;
background:#333;
}

.wpf-faq-icon::before{
width:16px;
height:2px;
top:7px;
}

.wpf-faq-icon::after{
width:2px;
height:16px;
left:7px;
}

.wpf-faq-answer{
margin-top:10px;
color:#666;
}
.wpf-faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height 0.35s ease;
}

.wpf-faq-item.active .wpf-faq-answer{
    max-height:500px;
}
.wpf-faq-icon{
transition:transform 0.3s ease;
}

.wpf-faq-item.active .wpf-faq-icon{
transform:rotate(45deg);
}