mark.text-marker-highlight {
	background-color: transparent;
	display: inline-block;
	position: relative;
}

mark.text-marker-highlight::before {
	background-color: var(--marker-color);
	border-radius: inherit;
	bottom: 0;
	content: '';
	height: var(--marker-height, 50%);
	left: -0.125em;
	opacity: var(--marker-opacity);
	position: absolute;
	right: -0.125em;
	width: calc(100% + 0.25em);
	z-index: -1;
}
