/* ============================================================================================
	WIDGET FITNESS RESERVATION / PATTERN
============================================================================================ */
/* heading */
.hightime-fitness-reservation-heading {
	position: relative;
	z-index: 1;
	padding: 0 .5em;
	font-size: clamp(40px, 8vw, 90px);
	text-align: right
}
.hightime-fitness-reservation-heading::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -.5em;
	z-index: -1;
	width: 4em;
	height: 1.5em;
	border: 4px solid var(--wp--preset--color--accent);
	border-right: 0;
	transform: translateY(-50%)
}
