I am trying to amend some CSS which basically will only run when it IS NOT the first of its type using CSS - the following works but is showing for all selectors?
.networks-body.all .facebook.interaction-container::before
{
content: "\f09a";
margin-right: 2px;
}