
/*
 JobLik 0.33.349
 Scope: ONLY the header logo on /smart-card mobile.
 Everything else must remain exactly as in 0.33.348.
*/
@media (max-width:760px){

  html body.public-body[data-joblik-path="/smart-card"] > header.v064-header > a.v064-logo{
    /* bring logo safely inside the right viewport edge */
    right:6px!important;
    left:auto!important;

    /* same visual height as 42x42 hamburger */
    width:102px!important;
    min-width:102px!important;
    max-width:102px!important;
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;

    margin:0!important;
    padding:0!important;
    overflow:hidden!important;

    background-image:url("/assets/img/platform-v334/joblik-header-mobile.webp?v=20260825.334")!important;
    background-repeat:no-repeat!important;
    background-position:right center!important;
    background-size:auto 42px!important;
  }

  /* prevent any legacy nested theme image from enlarging/duplicating the logo */
  html body.public-body[data-joblik-path="/smart-card"] > header.v064-header > a.v064-logo > *{
    display:none!important;
  }
}
