.faq-accordion-bbc3ee69 {
    display: flex;
    flex-direction: column;
}

.faq-item-bbc3ee69 {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    background-color: #FFFFFF;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.faq-item-bbc3ee69.active {
    border-color: #64A6B8;
}

.faq-header-bbc3ee69 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 24px 32px;
}

.faq-header-content-bbc3ee69 {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.faq-number-bbc3ee69 {
    font-size: 0.875rem;
    color: #64A6B8;
    font-style: italic;
    min-width: 24px;
}

.faq-question-bbc3ee69 {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 400;
    color: #3D547D;
    line-height: 1.5;
}

.faq-toggle-bbc3ee69 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #EFF2F7;
    color: #3D547D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 300;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.faq-item-bbc3ee69.active .faq-toggle-bbc3ee69 {
    background-color: #64A6B8;
    color: #FFFFFF;
    transform: rotate(45deg);
}

.faq-content-bbc3ee69 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-item-bbc3ee69.active .faq-content-bbc3ee69 {
    max-height: 1000px;
}

.faq-answer-bbc3ee69 {
    padding: 0 32px 24px 32px;
    color: #3D547D;
    font-size: 1rem;
    line-height: 1.7;
}

.faq-answer-bbc3ee69 p {
    margin: 0 0 1rem 0;
}

.faq-answer-bbc3ee69 p:last-child {
    margin-bottom: 0;
}
