/*
 JobLik 0.33.342
 Smart-card mobile header/footer final correction.
 Scope: /smart-card only, <=760px.
*/
@media (max-width:760px){
  body[data-joblik-path="/smart-card"] > .v064-header{
    height:58px!important;
    min-height:58px!important;
    max-height:58px!important;
    padding:0 4px!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:4px!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }

  /* One physical logo only: 341 exposed both theme images. */
  body[data-joblik-path="/smart-card"] > .v064-header .joblik-theme-logo{
    width:142px!important;
    min-width:142px!important;
    max-width:142px!important;
    height:54px!important;
    display:block!important;
    position:relative!important;
    overflow:hidden!important;
    flex:0 0 142px!important;
  }
  body[data-joblik-path="/smart-card"] > .v064-header .joblik-theme-logo-light{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    position:absolute!important;
    inset:0!important;
    width:142px!important;
    height:54px!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:right center!important;
    margin:0!important;
    padding:0!important;
    transform:none!important;
  }
  body[data-joblik-path="/smart-card"] > .v064-header .joblik-theme-logo-dark{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
  }
  body[data-joblik-path="/smart-card"] > .v064-header .v064-logo{
    order:1!important;
    width:142px!important;
    min-width:142px!important;
    max-width:142px!important;
    height:58px!important;
    margin:0!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    flex:0 0 142px!important;
    overflow:hidden!important;
  }
  body[data-joblik-path="/smart-card"] > .v064-header .joblik-brand-meta,
  body[data-joblik-path="/smart-card"] > .v064-header .v064-nav{
    display:none!important;
  }

  /* Keep only the account trigger as the hamburger beside the logo. */
  body[data-joblik-path="/smart-card"] > .v064-header .v064-header-actions{
    order:2!important;
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
    margin:0!important;
    padding:0!important;
    display:block!important;
    position:relative!important;
    flex:0 0 44px!important;
  }
  body[data-joblik-path="/smart-card"] > .v064-header .v064-header-actions > *:not(.account-center){
    display:none!important;
  }
  body[data-joblik-path="/smart-card"] > .v064-header .account-center{
    display:block!important;
    position:static!important;
    width:44px!important;
    height:44px!important;
    margin:0!important;
    padding:0!important;
  }
  body[data-joblik-path="/smart-card"] > .v064-header .account-center-trigger{
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    margin:0!important;
    padding:0!important;
    border-radius:11px!important;
    display:grid!important;
    place-items:center!important;
    font-size:0!important;
    overflow:hidden!important;
  }
  body[data-joblik-path="/smart-card"] > .v064-header .account-center-trigger > *{
    display:none!important;
  }
  body[data-joblik-path="/smart-card"] > .v064-header .account-center-trigger::before{
    content:"☰"!important;
    display:block!important;
    font-size:28px!important;
    line-height:1!important;
    font-family:Arial,sans-serif!important;
    font-weight:400!important;
  }
  body[data-joblik-path="/smart-card"] > .v064-header .account-center-menu{
    position:absolute!important;
    top:50px!important;
    right:0!important;
    left:auto!important;
    z-index:9999!important;
    width:min(320px,calc(100vw - 16px))!important;
    max-width:calc(100vw - 16px)!important;
  }

  /* Footer: keep the real logo entirely inside the mobile viewport. */
  body[data-joblik-path="/smart-card"] .v064-footer{
    overflow:hidden!important;
  }
  body[data-joblik-path="/smart-card"] .v064-footer .joblik-footer-brand{
    min-width:0!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }
  body[data-joblik-path="/smart-card"] .v064-footer .joblik-footer-brand > a{
    display:block!important;
    width:150px!important;
    max-width:calc(100vw - 32px)!important;
    margin:0!important;
    padding:0!important;
    transform:none!important;
  }
  body[data-joblik-path="/smart-card"] .v064-footer .joblik-footer-logo-picture{
    display:block!important;
    width:150px!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    transform:none!important;
  }
  body[data-joblik-path="/smart-card"] .v064-footer .joblik-footer-logo-picture img{
    display:block!important;
    width:150px!important;
    max-width:100%!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    object-fit:contain!important;
    object-position:left center!important;
    transform:none!important;
  }
}
