/* JobLik 0.33.358
STRICT SCOPE: ONLY /construction mobile footer logo.
Undo the 356 parent-offset hack and use the exact approved Smart Card footer-logo geometry.
*/
@media (max-width:760px){

  /* Undo only the old construction footer brand offset from v356. */
  html body.public-body[data-joblik-path="/construction"] footer.v064-footer > .v064-footer-brand.joblik-footer-brand{
    grid-column:auto!important;
    width:auto!important;
    min-width:0!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }

  /* Exact approved Smart Card footer-logo geometry. */
  html body.public-body[data-joblik-path="/construction"] footer.v064-footer
  .joblik-construction-footer-logo-v355{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:150px!important;
    height:59px!important;
    max-width:calc(100vw - 40px)!important;
    margin:18px auto 0!important;
    padding:0!important;
    position:static!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
    translate:none!important;
    float:none!important;
    background-image:url("/assets/img/platform-v295/joblik-original-logo.png?v=20260824.295")!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
    background-size:contain!important;
    box-sizing:border-box!important;
  }
}
