/* JobLik 0.31.52 — desktop renders the exact mobile card in a fitted frame. */
@media (min-width:701px){
 html.jsc-desktop-mobile-mirror,html.jsc-desktop-mobile-mirror body{
  width:100%;height:100%;margin:0;overflow:hidden!important;background:#01070d!important
 }
 html.jsc-desktop-mobile-mirror body>.jsc-page{display:none!important}
 .jsc-desktop-mobile-stage{
  position:fixed;inset:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;
  overflow:hidden;background:#01070d;padding:10px
 }
 .jsc-desktop-mobile-frame-wrap{
  width:430px;height:900px;flex:0 0 auto;transform:scale(var(--jsc-mobile-mirror-scale,1));
  transform-origin:center center;will-change:transform;box-shadow:0 18px 70px rgba(0,0,0,.72)
 }
 .jsc-desktop-mobile-frame{
  display:block;width:430px;height:900px;border:0;background:#01070d;overflow:hidden
 }
}
