/* =====================================================================
 JobLik 0.33.428 — Logo aligned to the REAL viewport right edge
 The public header itself is a centered/max-width container.
 right:0 therefore meant "right edge of container", not viewport.
 This compensates exactly for half of (viewport - header width).
 Loaded at end of BODY and is the final desktop authority.
 ===================================================================== */
@media (min-width:761px){

  html body.public-body header.v064-header{
    position:relative!important;
    overflow:visible!important;
  }

  html body.public-body header.v064-header > a.v064-logo.joblik-public-brand{
    position:absolute!important;
    z-index:60!important;

    /* Critical fix:
       move outward by the centered container's right-side gutter. */
    right:calc((100vw - 100%) / -2 + 4px)!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;
    max-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{
    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;
    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;
  }

  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;
  }
}
