.ca-20898a14-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.ca-20898a14-item {
    background: #081135;
    border: 1px solid #1d2a5a;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ca-20898a14-item.is-active {
    border-color: #3273dc;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.ca-20898a14-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    user-select: none;
}

.ca-20898a14-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin: 0;
    padding-right: 20px;
    line-height: 1.4;
    text-transform: uppercase;
}

.ca-20898a14-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #569bf5;
    transition: transform 0.3s ease;
}

.ca-20898a14-icon-wrap svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    transition: transform 0.3s ease;
}

.ca-20898a14-item.is-active .ca-20898a14-icon-wrap svg {
    transform: rotate(45deg);
}

.ca-20898a14-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1), padding 0.3s ease;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 0;
    padding-bottom: 0;
}

.ca-20898a14-item.is-active .ca-20898a14-content {
    max-height: 1000px;
    transition: max-height 0.5s ease-in, padding 0.3s ease;
    padding-bottom: 24px;
}

.ca-20898a14-content-inner {
    font-size: 15px;
    line-height: 1.6;
    color: #cbd5e1;
}
