/* CHEK — Tennis Biomechanic's Manual: eBook "Coming Soon"
   Paste into a WPCode snippet with Code Type = CSS.
   Inert everywhere — the classes are only applied by the JS snippet,
   which self-restricts to the Tennis page. */

/* Greyed-out look applied to every eBook button */
.chek-ebook-disabled {
	opacity: 0.45 !important;
	filter: grayscale(100%) !important;
}

/* Bottom $9.95 purchase button: greyed, unclickable, badged */
.chek-ebook-soon {
	position: relative !important;
	opacity: 0.45 !important;
	filter: grayscale(100%) !important;
	pointer-events: none !important;
	cursor: not-allowed !important;
}

.chek-ebook-soon .chek-soon-badge {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	background: #1d1d1b !important;   /* CHEK Black */
	color: #ffffff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
	line-height: 1 !important;
	padding: 5px 12px !important;
	border-radius: 4px !important;
	white-space: nowrap !important;
	pointer-events: none !important;
	z-index: 5 !important;
}
