.faq-container-f6a6a1eb {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.faq-item-f6a6a1eb {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
    background-color: #ffffff;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.faq-item-f6a6a1eb.is-active {
    border-color: #3b82f6;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.08);
}

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

.faq-titles-f6a6a1eb {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    padding-right: 16px;
}

.faq-question-en {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

.faq-question-bn {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.faq-icon-wrapper-f6a6a1eb {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.faq-icon-f6a6a1eb {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 14px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.faq-icon-f6a6a1eb svg {
    width: 14px;
    height: 14px;
}

.faq-item-f6a6a1eb .faq-icon-active {
    opacity: 0;
    pointer-events: none;
    transform: rotate(-180deg);
}

.faq-item-f6a6a1eb.is-active .faq-icon-active {
    opacity: 1;
    pointer-events: auto;
    transform: rotate(0deg);
}

.faq-item-f6a6a1eb .faq-icon-inactive {
    opacity: 1;
    pointer-events: auto;
    transform: rotate(0deg);
}

.faq-item-f6a6a1eb.is-active .faq-icon-inactive {
    opacity: 0;
    pointer-events: none;
    transform: rotate(180deg);
}

.faq-content-f6a6a1eb {
    padding: 0 24px 20px 24px;
}

.faq-answer-en {
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 12px;
}

.faq-answer-bn {
    line-height: 1.6;
    font-size: 14px;
    border-top: 1px dashed #e2e8f0;
    padding-top: 12px;
}
