/* JobLik 0.33.351 — construction mobile only. Do not affect other verticals. */
@media (max-width:760px){
/* Header logo: same approved dimensions as Smart Card, kept fully inside header. */
html body.public-body[data-joblik-path="/construction"] > header.v064-header > a.v064-logo{
  right:12px!important;left:auto!important;top:50%!important;transform:translateY(-50%)!important;
  width:96px!important;min-width:96px!important;max-width:96px!important;
  height:42px!important;min-height:42px!important;max-height:42px!important;
  margin:0!important;padding:0!important;border:0!important;box-shadow:none!important;overflow:visible!important;
  background:none!important;background-image:none!important;
}
html body.public-body[data-joblik-path="/construction"] > header.v064-header > a.v064-logo > *{
  display:none!important;visibility:hidden!important;opacity:0!important;
}
html body.public-body[data-joblik-path="/construction"] > header.v064-header > a.v064-logo::before{
  content:none!important;display:none!important;background:none!important;background-image:none!important;
}
html body.public-body[data-joblik-path="/construction"] > header.v064-header > a.v064-logo::after{
  content:""!important;display:block!important;position:absolute!important;inset:0!important;
  width:96px!important;height:42px!important;margin:0!important;padding:0!important;
  background-image:url("/assets/img/platform-v334/joblik-header-mobile.webp?v=20260825.334")!important;
  background-repeat:no-repeat!important;background-position:center center!important;background-size:96px auto!important;
  transform:none!important;
}

/* Construction hero image: show the same source image used on the main platform without crop. */
html body.public-body[data-joblik-path="/construction"] .jcon-hero__visual{
  overflow:visible!important;background:transparent!important;
}
html body.public-body[data-joblik-path="/construction"] .jcon-hero__visual img{
  width:100%!important;height:auto!important;max-height:none!important;
  object-fit:contain!important;object-position:center!important;
  background:transparent!important;
}

/* Construction footer logo: same mobile geometry as the approved Smart Card footer logo. */
html body.public-body[data-joblik-path="/construction"] footer.v064-footer .joblik-smartcard-footer-logo-link{
  display:block!important;width:150px!important;max-width:100%!important;
  margin:18px auto 10px!important;padding:0!important;position:static!important;transform:none!important;
}
html body.public-body[data-joblik-path="/construction"] footer.v064-footer .joblik-smartcard-footer-logo{
  display:block!important;width:150px!important;max-width:100%!important;height:auto!important;
  margin:0 auto!important;position:static!important;transform:none!important;
}
}