.faq-accordion-container-c03a52c2 {
    width: 100%;
}

.faq-item-c03a52c2 {
    background-color: #f9f9f9;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 15px 20px;
}

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

.faq-title-c03a52c2 {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.faq-toggle-icon-c03a52c2 {
    font-size: 20px;
    font-weight: bold;
    color: #555555;
    user-select: none;
    line-height: 1;
}

.faq-content-c03a52c2 {
    margin-top: 0;
}

.faq-answer-c03a52c2 {
    padding-top: 15px;
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
}
