#zpu-loading-bar{position:fixed;z-index:2147483000;left:0;top:0;width:0;height:3px;opacity:0;background:#b10001;transition:width .25s ease,opacity .2s ease;pointer-events:none}#zpu-loading-bar.is-active{width:72%;opacity:1}.zpu-is-loading #zpu-loading-bar.is-active{animation:zpu-loading 1.1s ease-in-out infinite alternate}@keyframes zpu-loading{from{width:22%}to{width:82%}}#zpu-persistent-player-host{position:relative;z-index:99995}html.zpu-is-loading{cursor:progress}@media(max-width:782px){body.zpu-ajax-enabled:has(#zxPlayer){padding-bottom:calc(190px + env(safe-area-inset-bottom,0px))!important}}

/* ZPU 1.1.1 – Feja learning step photos */
.zemra-faith-step-photo {
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  object-position:center;
  border-radius:12px;
  margin:0 0 12px;
  background:#f4f4f4;
}
.zemra-faith-steps article {
  overflow:hidden;
}
@media (max-width:782px) {
  .zemra-faith-step-photo {
    aspect-ratio:1/1;
  }
}
