/* JobLik 0.33.383
STRICT SCOPE:
- desktop root `/` only
- restore header layout damaged by 0.33.382
- only nudge the logo itself toward the right edge
- preserve lower-page blank-gap fix from 0.33.382
*/
@media (min-width:761px){

  /* Undo 382 header positioning changes. */
  body[data-joblik-path="/"] .jpx-header{
    position:relative!important;
  }

  body[data-joblik-path="/"] .jpx-brand{
    position:static!important;
    inset:auto!important;
    top:auto!important;
    right:auto!important;
    left:auto!important;
    transform:none!important;
    margin:0!important;
    padding:0!important;
    max-width:none!important;
    overflow:visible!important;
  }

  /* Keep the whole header layout intact; move only the visual logo slightly right. */
  body[data-joblik-path="/"] .jpx-brand img{
    display:block!important;
    width:auto!important;
    height:54px!important;
    max-height:54px!important;
    max-width:180px!important;
    object-fit:contain!important;
    object-position:right center!important;
    margin-right:-10px!important;
    margin-left:0!important;
    transform:none!important;
  }
}
