.highlight-heading-d5ea99cd {
	margin: 0;
	padding: 0;
}

.highlight-heading-d5ea99cd .highlighted-word {
	display: inline-block;
	position: relative;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

.highlight-heading-d5ea99cd .highlighted-word-inner {
	position: relative;
	z-index: 2;
}

/* Left Line (Top to Bottom) */
.highlight-heading-d5ea99cd .highlighted-word::before {
	content: '';
	position: absolute;
	left: 0;
	z-index: 3;
}

/* Right Line (Top to Bottom) */
.highlight-heading-d5ea99cd .highlighted-word::after {
	content: '';
	position: absolute;
	right: 0;
	z-index: 3;
}

/* Top Left Dot */
.highlight-heading-d5ea99cd .highlighted-word-dot-left {
	content: '';
	position: absolute;
	border-radius: 50%;
	z-index: 4;
}

/* Bottom Right Dot */
.highlight-heading-d5ea99cd .highlighted-word-dot-right {
	content: '';
	position: absolute;
	border-radius: 50%;
	z-index: 4;
}
