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

.faq-item-de3c8729 {
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.faq-header-de3c8729 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
}

.faq-title-de3c8729 {
    font-size: 16px;
    font-weight: 500;
    color: #2D3748;
}

.faq-icon-de3c8729 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #718096;
    transition: transform 0.3s ease;
}

.faq-item-de3c8729.is-active .faq-icon-de3c8729 {
    transform: rotate(180deg);
}

.faq-content-de3c8729 {
    display: none;
    padding: 0 24px 20px 24px;
}

.faq-content-inner-de3c8729 {
    color: #718096;
    font-size: 14px;
    line-height: 1.6;
}

.faq-item-de3c8729.is-active .faq-content-de3c8729 {
    display: block;
}
