/* Free preview limits (auto teaser). */
.ms-pv-wrap { position: relative; display: inline-block; max-width: 100%; }
.ms-pv-wrap video { display: block; max-width: 100%; }
.ms-pv-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(10,10,16,0.78);
	backdrop-filter: blur(4px);
	z-index: 5;
}
.ms-pv-upsell {
	text-align: center;
	color: #fff;
	padding: 18px 22px;
	max-width: 90%;
}
.ms-pv-upsell p { margin: 0 0 12px; font-size: 0.95rem; }
.ms-pv-buy {
	display: inline-block;
	background: var(--mst-accent, #5c6ef4);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	padding: 9px 22px;
	border-radius: 999px;
}
.ms-pv-buy:hover { filter: brightness(1.08); }

/* Book reader gate */
.ms-pv-bookbar {
	position: sticky;
	bottom: 0;
	background: linear-gradient(180deg, rgba(21,21,31,0) 0%, #15151f 40%);
	padding: 24px 16px 16px;
	text-align: center;
	z-index: 6;
}
.ms-pv-bookbar .ms-pv-upsell { color: #fff; }
.ms-pv-blurred .ms-reader-view,
.ms-pv-blurred .ms-reader-canvas,
.ms-pv-blurred .ms-reader__pdf,
.ms-pv-blurred .ms-reader-epub {
	filter: blur(11px);
	pointer-events: none;
	user-select: none;
}
