- github co-pilot taught me a neat trick to select all elements except the first child
/* select all children except first child */
.select-children:not(:first-child) {
}
/* select all children except first child */
.select-children:not(:first-child) {
}