
/* JobLik 0.33.289
   MOBILE landing only.
   Smart-card is intentionally untouched.
   Only Automotive + Construction cards receive a little more vertical room
   so their CTA buttons are fully visible inside the card.
*/
@media (max-width:760px){

  body .jpx-card--featured,
  body .jpx-card--construction{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding-bottom:0!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }

  body .jpx-card--featured .jpx-card__body,
  body .jpx-card--construction .jpx-card__body{
    height:auto!important;
    min-height:220px!important;
    max-height:none!important;
    padding-bottom:16px!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }

  body .jpx-card--featured .jpx-card__body > strong,
  body .jpx-card--construction .jpx-card__body > strong{
    position:static!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:48px!important;
    margin-top:14px!important;
    margin-bottom:0!important;
    transform:none!important;
    box-sizing:border-box!important;
    flex:0 0 auto!important;
  }

  /* Explicitly do not modify the smart-card geometry. */
  body .jpx-card--smartcard,
  body .jpx-card--smartcard .jpx-card__body,
  body .jpx-card--smartcard .jpx-card__body > strong{
    /* no overrides */
  }
}

/* Desktop intentionally unchanged. */
