/* ==========================================================================
   General utilities
   ========================================================================== */

.crossed-text {
	position: relative;
	color: #999;
}

.crossed-text::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background: currentColor;
	transform: translateY(-50%);
}
