/* JobLik 0.33.361
STRICT SCOPE: ONLY /automotive mobile
1) remove the persistent dark strip at the mobile search header
2) keep automotive footer logo fully inside viewport
*/
@media (max-width:760px){

  /* The remaining dark area is the automotive mobile search header itself. */
  html body.public-body[data-joblik-path="/automotive"] .jam-home-top{
    background:#fff!important;
    background-color:#fff!important;
    background-image:none!important;
    box-shadow:none!important;
  }

  /* Dedicated automotive footer logo, independent from the legacy picture/grid geometry. */
  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
  .joblik-automotive-footer-logo-v361{
    display:block!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;
  }
}
