/* JobLik 0.33.363
STRICT SCOPE: ONLY /automotive mobile.
1) remove header text/navigation remnants
2) keep one safe footer logo
*/
@media (max-width:760px){

  /* Header: keep account control + approved JobLik logo, remove text/navigation remnants only. */
  html body.public-body[data-joblik-path="/automotive"] > header.v064-header > nav.v064-nav,
  html body.public-body[data-joblik-path="/automotive"] > header.v064-header
  > .v064-header-actions > .v064-auth,
  html body.public-body[data-joblik-path="/automotive"] > header.v064-header
  > .v064-header-actions > .showroom-shortcut,
  html body.public-body[data-joblik-path="/automotive"] > header.v064-header
  > .v064-header-actions > .search-shortcut{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
  }

  /*
   * Footer:
   * Hide every legacy JobLik raster logo/picture that may be re-inserted by old footer scripts.
   * SVG social icons are unaffected.
   */
  html body.public-body[data-joblik-path="/automotive"] footer.v064-footer
  picture.joblik-footer-logo-picture,
  html body.public-body[data-joblik-path="/automotive"] footer.v064-footer
  img[src*="joblik-original-logo"],
  html body.public-body[data-joblik-path="/automotive"] footer.v064-footer
  img[src*="joblik"][src*="logo"]{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
  }

  html body.public-body[data-joblik-path="/automotive"] footer.v064-footer
  a:has(> picture.joblik-footer-logo-picture),
  html body.public-body[data-joblik-path="/automotive"] footer.v064-footer
  a:has(> img[src*="joblik-original-logo"]),
  html body.public-body[data-joblik-path="/automotive"] footer.v064-footer
  a:has(> img[src*="joblik"][src*="logo"]){
    display:none!important;
  }

  /* Re-enable ONLY the dedicated automotive footer logo from v361. */
  html body.public-body[data-joblik-path="/automotive"] footer.v064-footer
  .joblik-automotive-footer-logo-v361{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    position:static!important;
    width:150px!important;
    height:59px!important;
    max-width:calc(100vw - 40px)!important;
    margin:18px auto 10px!important;
    padding:0!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;
  }
}
