.pyov-highlight {
	color: inherit;
	font: inherit;
	border-radius: 3px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.pyov-highlight--marker {
	background: linear-gradient(transparent 22%, #ffe66a 22%, #ffe66a 88%, transparent 88%);
	padding: 0 .08em;
}
.pyov-highlight--soft {
	background: #fff3a6;
	padding: .04em .2em;
}
.pyov-highlight--underline {
	background: transparent;
	text-decoration: underline;
	text-decoration-color: #f4cf2f;
	text-decoration-thickness: .28em;
	text-underline-offset: -.12em;
	text-decoration-skip-ink: none;
}
