.sp-share-like__copy-link {
    cursor: pointer;
    color: #4a4e46;
    display: inline-block;
    transition: .2s color;
}

.sp-share-like__copy-link .fas {
    font-size: 0.75em;
    margin-right: 0.4em;
}   

.sp-share-like__copy-link:hover {
    color: #C68D36;
}

.sp-share-like__copy-success {
    color: #C68D36;
    margin-top: 10px;
}