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

.faq-item-2a02604e {
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    background-color: #ffffff;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-header-2a02604e {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    user-select: none;
}

.faq-number-2a02604e {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #e5f0ff;
    color: #0056b3;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
    margin-right: 15px;
    flex-shrink: 0;
}

.faq-title-2a02604e {
    flex-grow: 1;
    font-weight: 600;
    color: #002b66;
    margin-right: 15px;
}

.faq-icon-2a02604e {
    color: #0056b3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq-icon-2a02604e svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.faq-icon-active {
    display: none;
}

.faq-item-2a02604e.active .faq-icon-normal {
    display: none;
}

.faq-item-2a02604e.active .faq-icon-active {
    display: flex;
}

.faq-content-2a02604e {
    display: none;
    padding: 0 20px 20px 65px;
    color: #555555;
    line-height: 1.6;
}
