/* =====================================================================
 JobLik 0.33.426 — single-logo public desktop header
 Structural duplicate image is removed from layout.php.
 This file only controls final geometry.
 ===================================================================== */
@media (min-width:761px) {
  html body.public-body header.v064-header {
    position:relative!important;
    box-sizing:border-box!important;
    padding-right:312px!important;
  }

  html body.public-body header.v064-header > a.v064-logo.joblik-public-brand {
    position:absolute!important;
    z-index:8!important;
    right:0!important;
    left:auto!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:304px!important;
    min-width:304px!important;
    max-width:304px!important;
    height:64px!important;
    min-height:64px!important;
    margin:0!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    overflow:visible!important;
  }

  html body.public-body header.v064-header > a.v064-logo.joblik-public-brand > .joblik-theme-logo {
    width:304px!important;
    min-width:304px!important;
    max-width:304px!important;
    height:64px!important;
    min-height:64px!important;
    max-height:64px!important;
    margin:0!important;
    padding:0!important;
    display:block!important;
    overflow:visible!important;
  }

  html body.public-body header.v064-header > a.v064-logo.joblik-public-brand
  > .joblik-theme-logo > img.joblik-theme-logo-light {
    display:block!important;
    width:304px!important;
    min-width:304px!important;
    max-width:304px!important;
    height:64px!important;
    min-height:64px!important;
    max-height:64px!important;
    margin:0!important;
    padding:0!important;
    object-fit:contain!important;
    object-position:right center!important;
    transform:none!important;
  }

  /* Defensive compatibility: if an old cached DOM/script recreates dark image,
     never allow it to render on desktop. */
  html body.public-body header.v064-header .joblik-theme-logo-dark {
    display:none!important;
  }

  html body.public-body header.v064-header > a.v064-logo.joblik-public-brand > .joblik-brand-meta {
    display:none!important;
  }

  html body.public-body header.v064-header > nav.v064-nav {
    min-width:0!important;
    flex:1 1 auto!important;
  }
}
