.ca-de8ee4e5-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.ca-de8ee4e5-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ca-de8ee4e5-item.is-active {
    border-color: #0c2340;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

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

.ca-de8ee4e5-title {
    font-size: 18px;
    font-weight: 700;
    color: #0c2340;
    margin: 0;
    padding-right: 20px;
    line-height: 1.4;
}

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

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

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

.ca-de8ee4e5-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-de8ee4e5-item.is-active .ca-de8ee4e5-content {
    max-height: 1000px;
    transition: max-height 0.5s ease-in, padding 0.3s ease;
    padding-bottom: 24px;
}

.ca-de8ee4e5-content-inner {
    font-size: 15px;
    line-height: 1.6;
    color: #4a5568;
}
