.faq-accordion-container-eb34c37c {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}
.faq-item-eb34c37c {
    border-bottom: 1px solid #e2e8f0;
}
.faq-item-eb34c37c:last-child {
    border-bottom: none;
}
.faq-header-eb34c37c {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.2s ease;
}
.faq-icon-eb34c37c {
    width: 12px;
    height: 12px;
    position: relative;
    margin-left: 15px;
}
.faq-icon-eb34c37c::before,
.faq-icon-eb34c37c::after {
    content: '';
    position: absolute;
    background-color: currentColor;
    transition: transform 0.25s ease;
}
.faq-icon-eb34c37c::before {
    top: 5px;
    left: 0;
    width: 12px;
    height: 2px;
}
.faq-icon-eb34c37c::after {
    top: 0;
    left: 5px;
    width: 2px;
    height: 12px;
}
.faq-header-eb34c37c[aria-expanded="true"] .faq-icon-eb34c37c::after {
    transform: rotate(90deg);
    opacity: 0;
}
.faq-body-eb34c37c {
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.faq-body-content-eb34c37c {
    padding: 20px 24px;
    line-height: 1.6;
}
