
/* JobLik 0.33.290
   MOBILE ONLY.
   Vehicle + Construction only.
   Do not touch Smart Card or desktop.
   JS calculates the exact outer-card height required for the CTA.
*/
@media (max-width:760px){
  body .jpx-card--featured,
  body .jpx-card--construction{
    box-sizing:border-box!important;
    overflow:hidden!important;
    max-height:none!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;
    box-sizing:border-box!important;
    visibility:visible!important;
    opacity:1!important;
  }
}
