/* JobLik 0.33.179 — final footer geometry: text never shares a narrow cell with eNAMAD; logo + trust mark live in the last footer row. */
.jpx-footer{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  align-items:start!important;
  gap:22px 34px!important;
  padding-bottom:18px!important;
}
.jpx-footer>div:not(.jpx-footer__about):not(.jpx-footer__bottom):not(.jpx-footer__trust-row){
  min-width:0!important;
}
.jpx-footer__about{
  grid-column:1/-1!important;
  width:100%!important;
  min-width:0!important;
  display:block!important;
  margin:0!important;
  padding:4px 0 0!important;
  text-align:center!important;
}
.jpx-footer__about p{
  width:min(100%,760px)!important;
  max-width:760px!important;
  margin:0 auto!important;
  color:var(--jx-muted)!important;
  font-size:11px!important;
  line-height:1.95!important;
  text-align:center!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
.jpx-footer__about nav{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:16px!important;
  margin-top:5px!important;
  direction:ltr!important;
}
.jpx-footer__about nav a{
  color:var(--jx-muted)!important;
  font-weight:900!important;
  line-height:1!important;
}
.jpx-footer>small{
  position:static!important;
  grid-column:1/-1!important;
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:3px 0 1px!important;
  text-align:center!important;
  color:#758198!important;
  font-size:10px!important;
}
.jpx-footer__bottom{
  grid-column:1/-1!important;
  width:100%!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  gap:24px!important;
  margin:0!important;
  padding:8px 0 0!important;
  border:0!important;
  direction:ltr!important;
}
.jpx-footer__logo{
  display:block!important;
  flex:0 0 auto!important;
  width:150px!important;
  max-width:150px!important;
  height:54px!important;
  max-height:54px!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center!important;
}
.jpx-footer__bottom .jpx-footer__trust-row{
  width:auto!important;
  min-width:0!important;
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
.jpx-footer__bottom [data-joblik-trust-marks]{
  width:auto!important;
  max-width:none!important;
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.jpx-footer__bottom [data-joblik-trust-marks] a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:82px!important;
  min-height:82px!important;
  margin:0!important;
  padding:5px!important;
  background:#fff!important;
  border:1px solid #e5e7eb!important;
  border-radius:13px!important;
  box-sizing:border-box!important;
}
.jpx-footer__bottom [data-joblik-trust-marks] img{
  display:block!important;
  width:auto!important;
  max-width:72px!important;
  height:70px!important;
  max-height:70px!important;
  object-fit:contain!important;
}
@media(max-width:760px){
  .jpx-footer{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:24px 26px!important;
    padding:24px 20px 22px!important;
  }
  .jpx-footer>div:not(.jpx-footer__about):not(.jpx-footer__bottom):not(.jpx-footer__trust-row){
    width:100%!important;
    min-width:0!important;
    text-align:right!important;
  }
  .jpx-footer h3{
    font-size:14px!important;
    line-height:1.55!important;
    margin-bottom:9px!important;
  }
  .jpx-footer a{
    font-size:12px!important;
    line-height:1.85!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
  }
  .jpx-footer__about{
    padding-top:6px!important;
  }
  .jpx-footer__about p{
    width:100%!important;
    max-width:440px!important;
    padding:0 4px!important;
    font-size:11px!important;
    line-height:1.9!important;
    text-align:center!important;
  }
  .jpx-footer>small{
    padding-top:2px!important;
    font-size:10px!important;
  }
  .jpx-footer__bottom{
    gap:18px!important;
    padding-top:6px!important;
  }
  .jpx-footer__logo{
    width:142px!important;
    max-width:142px!important;
    height:50px!important;
    max-height:50px!important;
  }
  .jpx-footer__bottom [data-joblik-trust-marks] a{
    min-width:78px!important;
    min-height:78px!important;
  }
  .jpx-footer__bottom [data-joblik-trust-marks] img{
    max-width:68px!important;
    height:66px!important;
    max-height:66px!important;
  }
}
@media(max-width:390px){
  .jpx-footer{gap:22px 18px!important;padding-left:16px!important;padding-right:16px!important}
  .jpx-footer__bottom{gap:12px!important}
  .jpx-footer__logo{width:132px!important;max-width:132px!important;height:47px!important;max-height:47px!important}
}
