.ccb-copy-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.ccb-copy-list li {
    margin-bottom: 14px;
}

.ccb-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #eceef4;
    border: 1px solid #e0e3ec;
    border-radius: 14px;
    padding: 14px 16px 14px 22px;
}

.ccb-card-text {
    font-size: 1.05rem;
    line-height: 1.3;
    color: #2b2d3a;
}

.ccb-copy-btn {
    flex-shrink: 0;
    background: #5b4bff;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 9px 20px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
}

.ccb-copy-btn:hover {
    background: #4a3ce0;
}

.ccb-copy-btn:active {
    transform: scale(0.96);
}

.ccb-copy-btn.ccb-copied {
    background: #16a34a;
}
