.cdt-faq:not(.cdt_faq_active) .cdt-faq__content {
    height: 0 !important;
}

.cdt-faq__content {
    transition: height 0.4s ease-in-out;
    overflow: hidden;
}

.cdt-faq__inner {
    padding: 20px;
}

.cdt-faq__header {
    cursor: pointer;
}
