/* ── Rough Notation
–––––––––––––––––––––––––––––––––––––––––––––––– */

/* Push annotation SVGs behind the text so they don't overlap letters */
.rn-underline + svg,
.rn-highlight + svg,
.rn-highlight-a + svg,
.rn-highlight-b + svg {
	z-index: -1;
	position: relative;
}
