/* jbc-ext jbc-jobs-static-css 55a839f23bd5 */
.jbc-jobs--static{
  margin:0;padding:3.5rem 1.25rem;
  background:#fff;
  border-top:1px solid #e8eef4;
}
.jbc-jobs--static .jbc-jobs-inner{max-width:1080px;margin:0 auto}
.jbc-jobs--static .jbc-jobs-head{text-align:center;margin:0 0 1.75rem}
.jbc-jobs--static .jbc-jobs-head h2{
  margin:0 0 .45rem;font-size:clamp(1.5rem,3vw,1.9rem);font-weight:700;color:#0A2A45 !important;
}
.jbc-jobs--static .jbc-jobs-head .sub{
  margin:0;color:#5A6B7A;font-size:1.02rem;line-height:1.5;
}
.jbc-jobs--static .jbc-jobs-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1.15rem;margin:0 0 1.5rem;
}
.jbc-jobs--static .jbc-job-card{
  display:flex;flex-direction:column;
  background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;
  text-decoration:none !important;color:inherit;
  box-shadow:0 2px 8px rgba(15,23,42,.05);
  transition:transform .15s ease, box-shadow .15s ease;
}
.jbc-jobs--static .jbc-job-card:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 28px rgba(15,23,42,.1);
}
.jbc-jobs--static .jbc-job-thumb{
  width:100%;aspect-ratio:4/3;object-fit:cover;display:block;background:#e2e8f0;
}
.jbc-jobs--static .jbc-job-body{padding:1rem 1.05rem 1.15rem;text-align:left}
.jbc-jobs--static .jbc-job-tag{
  display:inline-block;margin:0 0 .45rem;
  font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  color:#0D7AB8;
}
.jbc-jobs--static .jbc-job-title{
  margin:0 0 .35rem;font-size:1.02rem;font-weight:700;line-height:1.3;color:#0A2A45;
}
.jbc-jobs--static .jbc-job-date{font-size:.88rem;color:#64748b}
.jbc-jobs--static .jbc-jobs-cta{
  display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center;
}
.jbc-jobs--static .jbc-jobs-cta a{
  font-weight:700;color:#0A2A45;text-decoration:none;
}
.jbc-jobs--static .jbc-jobs-cta-primary{
  display:inline-flex;align-items:center;justify-content:center;
  padding:.7rem 1.2rem;border-radius:8px;
  background:#159BDC !important;color:#fff !important;
}
.jbc-jobs--static .jbc-jobs-cta-primary:hover{background:#1180ba !important}
@media (max-width:900px){
  .jbc-jobs--static .jbc-jobs-grid{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}
}