.ca-0050613f-wrapper {
    width: 100%;
}
.ca-0050613f-item {
    margin-bottom: 15px;
}
.ca-0050613f-header {
    background-color: #438fdb;
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
}
.ca-0050613f-header svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
    transition: transform 0.3s ease;
}
.ca-0050613f-content {
    display: none;
    padding: 25px;
    background-color: #ffffff;
    border: 2px solid #202b5d;
    border-top: none;
    border-radius: 0 0 15px 15px;
    color: #202b5d;
    font-size: 16px;
    line-height: 1.5;
}

.ca-0050613f-item.active .ca-0050613f-header {
    background-color: #202b5d;
    border-radius: 15px 15px 0 0;
}
.ca-0050613f-item.active .ca-0050613f-header svg {
    transform: rotate(180deg);
}
