/* Local copy placeholder for StPageFlip CSS.
   The library injects essential CSS dynamically, but original standalone CSS is minimal.
   If upstream provides a dist CSS, replace this file with that content. */
.stf__parent { position: relative; display:block; box-sizing: border-box; transform: translateZ(0); }
.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; }
