/* JobLik 0.33.360
STRICT SCOPE: ONLY /automotive mobile.
1) First paint theme is handled inline in <head>.
2) Footer logo containment only.
*/
@media (max-width:760px){
  html body.public-body[data-joblik-path="/automotive"] footer.v064-footer{
    overflow-x:hidden!important;
  }

  html body.public-body[data-joblik-path="/automotive"] footer.v064-footer > .v064-footer-brand.joblik-footer-brand{
    grid-column:1 / -1!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    margin:0!important;
    padding-left:20px!important;
    padding-right:20px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    text-align:center!important;
  }

  html body.public-body[data-joblik-path="/automotive"] footer.v064-footer .joblik-footer-logo-picture,
  html body.public-body[data-joblik-path="/automotive"] footer.v064-footer .joblik-footer-brand > a{
    display:block!important;
    position:static!important;
    width:150px!important;
    max-width:calc(100vw - 40px)!important;
    margin:18px auto 0!important;
    padding:0!important;
    transform:none!important;
    translate:none!important;
    float:none!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }

  html body.public-body[data-joblik-path="/automotive"] footer.v064-footer .joblik-footer-logo-picture img{
    display:block!important;
    position:static!important;
    width:150px!important;
    max-width:100%!important;
    height:auto!important;
    margin:0 auto!important;
    padding:0!important;
    transform:none!important;
    translate:none!important;
    object-fit:contain!important;
    object-position:center center!important;
    box-sizing:border-box!important;
  }
}
