:first-child

Since UXP v3.0

Matches only the first child.

See: https://developer.mozilla.org/en-US/docs/Web/CSS/:first-child

Example:

sp-button:first-child {
    margin-left: 0;
}