/*!
 * StPageFlip 2.0.7 base styles.
 * Source: src/Style/stPageFlip.css (the package ships no compiled CSS).
 * MIT License, Copyright (c) Nodlik.
 *
 * Changed from the original: the upstream file declares `.sft__wrapper`,
 * a typo for the `.stf__wrapper` class the library actually applies.
 */

.stf__parent {
	position: relative;
	display: block;
	box-sizing: border-box;
	transform: translateZ(0);
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.stf__wrapper {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.stf__parent canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.stf__block {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	perspective: 2000px;
}

.stf__item {
	display: none;
	position: absolute;
	transform-style: preserve-3d;
}

.stf__outerShadow,
.stf__innerShadow,
.stf__hardShadow,
.stf__hardInnerShadow {
	position: absolute;
	left: 0;
	top: 0;
}
