.faq-accordion-94bc0699 {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
}

.faq-item-94bc0699 {
    border-bottom: 1px solid #e5e5e5;
}

.faq-item-94bc0699:last-child {
    border-bottom: none;
}

.faq-title-94bc0699 {
    padding: 15px 20px;
    background: #f9f9f9;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.faq-title-94bc0699:hover,
.faq-item-94bc0699.active .faq-title-94bc0699 {
    background: #f1f1f1;
}

.faq-content-94bc0699 {
    padding: 15px 20px;
    background: #ffffff;
}