
/*
 JobLik 0.33.335
 Scope: ONLY root-page mobile header.
 - Match logo visual height to "شروع کنید" button (40px).
 - Move hamburger immediately beside the logo.
 - Keep the accepted right-edge alignment.
*/
@media (max-width:760px){

  html body.public-body.jpx-page[data-joblik-path="/"] .jpx > .jpx-header > a.jpx-brand{
    right:1px!important;
    width:95px!important;
    min-width:95px!important;
    max-width:95px!important;
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
  }

  html body.public-body.jpx-page[data-joblik-path="/"] .jpx > .jpx-header > a.jpx-brand > img{
    width:auto!important;
    min-width:0!important;
    max-width:95px!important;
    height:40px!important;
    max-height:40px!important;
    object-fit:contain!important;
    object-position:right center!important;
  }

  /* 1px page inset + 95px logo box + 2px visual gap */
  html body.public-body.jpx-page[data-joblik-path="/"] .jpx > .jpx-header > button.jpx-menu-button{
    right:98px!important;
  }
}
