.faq-accordion-container-9b9871f5 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 100%;
}

.faq-item-9b9871f5 {
    border-bottom: 1px solid #E1E6E2;
    transition: border-color 0.3s ease;
    padding-bottom: 0.5rem;
}

.faq-header-9b9871f5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    padding: 1.25rem 0;
    cursor: pointer;
    text-align: left;
    outline: none;
}

.faq-q-text-9b9871f5 {
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.faq-icon-9b9871f5 {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-icon-9b9871f5 svg,
.faq-icon-9b9871f5 i {
    width: 16px;
    height: 16px;
    font-size: 16px;
}

/* Open states */
.faq-item-9b9871f5.active .faq-icon-9b9871f5 {
    transform: rotate(180deg);
}

.faq-content-wrapper-9b9871f5 {
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-a-9b9871f5 {
    padding: 0 0 1.5rem 0;
    line-height: 1.6;
    color: #4A4A4A;
    font-size: 1rem;
}
