/*
Using :where remove specifity of this complex selector
Now, a margin utility/modifier from margin.scss can overwrite
@see https://specifishity.com
@see https://www.youtube.com/watch?v=P-XIAIjGkf4
*/
:where(.view > *:not(.contextual) + *) {
  margin-block-start: var(--sp-m-l);
}
