.faq-wrapper-5271f0c3 {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.faq-title-5271f0c3 {
    text-align: center;
    margin-bottom: 40px;
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    color: var(--e-global-color-primary, #54595F);
    font-weight: 600;
}

.faq-accordion-5271f0c3 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item-5271f0c3 {
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    background: #FFFFFF;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question-5271f0c3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    background: transparent;
    transition: background-color 0.3s ease;
}

.faq-question-text-5271f0c3 {
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    color: #54595F;
    margin-right: 16px;
}

.faq-icon-5271f0c3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--e-global-color-accent, #6EC1E4);
    transition: transform 0.3s ease;
}

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

.faq-answer-5271f0c3 {
    display: none;
}

.faq-answer-inner-5271f0c3 {
    padding: 0 24px 24px 24px;
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    color: #7A7A7A;
    line-height: 1.6;
}

.faq-answer-inner-5271f0c3 p:last-child {
    margin-bottom: 0;
}
