/* JobLik 0.33.188 — make the Automotive platform card a guaranteed full-card navigation target. */
.jpx-card--featured[data-jpx-direct-module="automotive"]{
  position:relative!important;
  z-index:2!important;
  cursor:pointer!important;
  pointer-events:auto!important;
}
.jpx-card--featured[data-jpx-direct-module="automotive"]::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:20;
  background:transparent;
  pointer-events:auto;
}
