/* =============================================================================
- Highlighted Text
============================================================================= */
.gwel-highlighted-text {
	margin: 0;
	span {
		position: relative;
	}
	svg {
		position: absolute;
		top: 50%;
		left: 50%;
		width: calc(100% + 6px);
		height: calc(100% + 20px);
		transform: translate(-50%,-50%);
		overflow: visible !important;
		z-index: -1;
		path {
			stroke: red;
			stroke-width: 9;
			fill: none;
			stroke-linecap: round;
			stroke-linejoin: round;
			// opacity: 0;
			// stroke-dasharray: 0 1500;
			// transition: .3s;
		}
	}
	.gwel-text-nowrap {
		white-space: nowrap;
	}
}