.faq-accordion-af73d3df {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 100%;
}

.faq-item-af73d3df {
    border: 1px solid #F3E8C9;
    background-color: #FCFAF7;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.faq-header-af73d3df {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    font-family: 'Parkinsan', sans-serif;
    outline: none;
    transition: background-color 0.3s ease;
}

.faq-title-af73d3df {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #2F2F2D;
    padding-right: 15px;
    transition: color 0.3s ease;
}

.faq-icon-af73d3df {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(42, 147, 165, 0.16);
    color: #2996A9;
    flex-shrink: 0;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.faq-icon-af73d3df .faq-icon-active {
    display: none;
}

.faq-icon-af73d3df .faq-icon-inactive {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.faq-item-af73d3df.is-active .faq-icon-af73d3df .faq-icon-inactive {
    display: none;
}

.faq-item-af73d3df.is-active .faq-icon-af73d3df .faq-icon-active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.faq-content-af73d3df {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.faq-body-af73d3df {
    font-size: 15px;
    line-height: 1.6;
    color: #2F2F2D;
    font-family: 'Parkinsan', sans-serif;
}
