The CSS next-sibling combinator (+) selects an element only when it immediately follows another, same parent, no elements between them.

img + p { font-weight: bold; }

Learn more 👇
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Next-sibling_combinator