.faq-container-030acdb6 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-item-030acdb6 {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

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

.faq-header-030acdb6:hover {
    background: #f1f1f1;
}

.faq-content-030acdb6 {
    border-top: 1px solid #e0e0e0;
}

.faq-inner-030acdb6 {
    padding: 20px;
    line-height: 1.6;
}

.faq-icon-030acdb6 {
    display: flex;
    align-items: center;
    justify-content: center;
}