.faq-ee29c57c-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.faq-ee29c57c-item {
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-ee29c57c-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease;
}

.faq-ee29c57c-title {
    font-weight: 600;
    margin-right: 15px;
    transition: color 0.3s ease;
}

.faq-ee29c57c-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-ee29c57c-icon {
    display: flex;
    align-items: center;
}

/* Toggle visibility of active/inactive state icons */
.faq-ee29c57c-item .faq-ee29c57c-icon-opened {
    display: none;
}
.faq-ee29c57c-item .faq-ee29c57c-icon-closed {
    display: inline-flex;
}

.faq-ee29c57c-item.is-active .faq-ee29c57c-icon-opened {
    display: inline-flex;
}
.faq-ee29c57c-item.is-active .faq-ee29c57c-icon-closed {
    display: none;
}

.faq-ee29c57c-body {
    transition: max-height 0.3s ease-out;
}

.faq-ee29c57c-content {
    line-height: 1.6;
}
