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

.faq-item-a6480dd5 {
    border: 1px solid #e1e8ed;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.3s ease;
}

.faq-header-a6480dd5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s;
}

.faq-header-a6480dd5:hover {
    background-color: #f9fafa;
}

.faq-title-a6480dd5 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

.faq-icon-a6480dd5 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
}

.faq-icon-a6480dd5 svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.faq-icon-a6480dd5 i {
    font-size: 16px;
}

.faq-content-a6480dd5 {
    border-top: 1px solid #e1e8ed;
}

.faq-content-inner-a6480dd5 {
    padding: 15px 20px;
    color: #555555;
    line-height: 1.6;
}

.faq-item-a6480dd5.active {
    border-color: #ccd6df;
}

.faq-item-a6480dd5.active .faq-header-a6480dd5 {
    background-color: #f1f4f6;
}