
/* V51 — Jobs compacts pour catalogue de 30+ métiers */
.jobs-public-page{
  max-width:1280px!important;
  padding-top:34px!important;
}
.jobs-public-grid{
  grid-template-columns:repeat(auto-fill,minmax(230px,1fr))!important;
  gap:14px!important;
  margin-top:20px!important;
}
.job-card-pro{
  min-height:0!important;
  padding:18px!important;
  border-radius:18px!important;
  box-shadow:0 12px 32px rgba(0,0,0,.22)!important;
}
.job-card-pro::before{
  width:2px!important;
}
.job-card-top{
  margin-bottom:12px!important;
  gap:8px!important;
}
.job-category{
  font-size:10px!important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:120px;
}
.job-card-pro .badge{
  padding:6px 8px!important;
  font-size:9px!important;
  white-space:nowrap;
}
.job-card-pro h2{
  margin:0 0 8px!important;
  font-size:18px!important;
  line-height:1.2!important;
}
.job-card-pro p{
  font-size:12px!important;
  line-height:1.45!important;
  display:-webkit-box!important;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.job-card-pro .job-status{
  margin-top:14px!important;
  padding:9px 10px!important;
  border-radius:12px!important;
}
.job-status-title{
  margin-bottom:3px!important;
  gap:6px!important;
}
.job-card-pro .job-status b{
  font-size:10px!important;
}
.job-card-pro .job-status small{
  font-size:9px!important;
  line-height:1.35!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.status-dot{width:6px!important;height:6px!important}

/* Grille encore plus dense sur grands écrans */
@media(min-width:1400px){
  .jobs-public-grid{
    grid-template-columns:repeat(4,1fr)!important;
  }
}
@media(min-width:1900px){
  .jobs-public-page{max-width:1540px!important}
  .jobs-public-grid{
    grid-template-columns:repeat(5,1fr)!important;
  }
}
@media(max-width:650px){
  .jobs-public-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .job-card-pro{padding:14px!important}
  .job-card-top{flex-direction:column!important}
  .job-card-pro h2{font-size:16px!important}
  .job-card-pro p{-webkit-line-clamp:2!important}
}
@media(max-width:430px){
  .jobs-public-grid{grid-template-columns:1fr!important}
}
