
/* Employers UI (scoped) */
.bjh.container { margin-top: 24px; margin-bottom: 48px; }
.bjh .bjh-card{
  background:#fff; border:1px solid rgba(0,0,0,.08); border-radius:12px; padding:18px;
  box-shadow:0 10px 28px rgba(0,0,0,.06);
}
.bjh .bjh-title{ margin:0 0 8px 0; font-weight:800; letter-spacing:.2px; }
.bjh .bjh-section-title{ font-weight:800; margin:6px 0 12px 0; opacity:.92; }
.bjh .bjh-hero{ display:flex; align-items:flex-end; justify-content:space-between; gap:16px; margin-bottom:14px; }
.bjh .bjh-actions{ display:flex; gap:10px; flex-wrap:wrap; }
.bjh .bjh-pill{ display:inline-block; padding:3px 10px; border-radius:999px; border:1px solid rgba(0,0,0,.12); font-size:12px; opacity:.9; }
