.faq-container-ae5ba193 {
    display: flex;
    flex-direction: column;
}

.faq-item-ae5ba193 {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-header-ae5ba193 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 20px 25px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease;
    gap: 15px;
    box-sizing: border-box;
}

h3.faq-title-ae5ba193 {
    flex: 1;
    min-width: 0;
    width: 100%;
    word-break: break-word;
    white-space: normal !important;
    overflow-wrap: break-word;
    line-height: 1.4;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.faq-icon-ae5ba193 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

.faq-content-ae5ba193 {
    padding: 0 25px 20px;
    color: #666;
    line-height: 1.6;
}

.faq-content-inner-ae5ba193 {
    margin-top: 10px;
}

.faq-content-ae5ba193 p:last-child {
    margin-bottom: 0;
}