.jobs-static-page {
  --js2-red: #e11324;
  --js2-red-deep: #c8101f;
  --js2-red-soft: #fdeaec;
  --js2-border: #e9eaed;
  --js2-border-soft: #f1f1f3;
  --js2-ink: #16181d;
  --js2-ink-2: #2b2e35;
  --js2-muted: #6c727c;
  --js2-muted-2: #9aa0ab;
  --js2-green: #1e9e5e;
  --js2-green-soft: #e7f7ef;
  --js2-blue: #3b82f6;
  --js2-blue-soft: #e8f0fe;
  --js2-shadow: 0 1px 2px rgba(16, 18, 25, 0.04), 0 6px 20px rgba(16, 18, 25, 0.05);
  --jobs-shell-header-height: 66px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
}

.jobs-static-page * {
  box-sizing: border-box;
}

.jobs-static-page ::selection {
  background: rgba(225, 19, 36, 0.14);
}

.jobs-static-page a:focus-visible,
.jobs-static-page button:focus-visible,
.jobs-static-page select:focus-visible {
  outline: 2px solid var(--js2-red);
  outline-offset: 2px;
}

.jobs-static-page .jobs-static-header h1,
.jobs-static-page .jobs-static-sr-title {
  text-wrap: balance;
}

.jobs-static-page .jobs-static-wrap {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ===== HEADER ===== */
.jobs-static-page .jobs-static-header {
  position: relative;
  padding: 20px 0 0;
}

.jobs-static-page .jobs-static-header-shell {
  position: relative;
  overflow: hidden;
  min-height: 232px;
  padding: 26px 38px 26px;
  background: linear-gradient(90deg, #fdeeee 0%, #fdf2f1 36%, #fcf1f0 50%, rgba(252, 241, 240, 0) 72%);
  border: 1px solid var(--js2-border);
  border-radius: 24px;
  box-shadow: var(--js2-shadow);
}

.jobs-static-page .jobs-static-header-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 2;
  max-width: min(58%, 760px);
}

.jobs-static-page .jobs-static-photo {
  position: absolute;
  inset: 0 0 0 auto;
  width: 54%;
  overflow: hidden;
}

.jobs-static-page .jobs-static-photo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 68%;
}

.jobs-static-page .jobs-static-photo-tint {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #fcf1f0 0%, rgba(252, 241, 240, 0.96) 17%, rgba(252, 241, 240, 0.78) 29%, rgba(252, 241, 240, 0.38) 42%, rgba(252, 241, 240, 0.08) 56%, rgba(252, 241, 240, 0) 68%),
    linear-gradient(135deg, rgba(225, 19, 36, 0.12), rgba(124, 8, 20, 0.08));
  pointer-events: none;
}

.jobs-static-page .jobs-static-header-actions {
  position: absolute;
  top: 22px;
  right: 24px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.jobs-static-page .jobs-static-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--js2-red);
  color: #fff;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(225, 19, 36, 0.3);
}

.jobs-static-page .jobs-static-live .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.jobs-static-page .jobs-static-eyebrow {
  color: var(--js2-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.jobs-static-page .jobs-static-header h1 {
  font-size: clamp(2.3rem, 4.2vw, 3.4rem);
  font-weight: 800;
  color: #15171c;
  letter-spacing: -1.8px;
  line-height: 0.98;
  margin-bottom: 12px;
}

.jobs-static-page .jobs-static-header p {
  color: #5b606b;
  font-size: 16.5px;
  line-height: 1.6;
  max-width: 34rem;
}

.jobs-static-page .jobs-static-hero-search {
  margin-top: 20px;
  width: min(100%, 40rem);
  max-width: 40rem;
  border-radius: 16px;
  padding: 17px 20px;
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(22, 24, 29, 0.08);
  box-shadow: 0 10px 24px rgba(16, 18, 25, 0.06);
}

.jobs-static-page .jobs-static-hero-chips {
  margin-top: 18px;
}

.jobs-static-page .jobs-static-hero-chips .jobs-static-chip {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(22, 24, 29, 0.08);
  backdrop-filter: blur(4px);
}

/* ===== SEARCH PANEL ===== */
.jobs-static-page .jobs-static-search-panel {
  background: #fff;
  border: 1px solid var(--js2-border);
  border-radius: 18px;
  box-shadow: var(--js2-shadow);
  padding: 22px 24px;
  margin: 18px 0 22px;
  position: relative;
  z-index: 3;
}

.jobs-static-page .jobs-static-header-shell .jobs-static-search-panel {
  margin: 18px 0 0;
}

.jobs-static-page .jobs-static-header-filters {
  position: relative;
  z-index: 2;
}

.jobs-static-page .jobs-static-search-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.jobs-static-page .jobs-static-search-kicker {
  color: var(--js2-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.jobs-static-page .jobs-static-search-head p {
  margin: 0;
  color: var(--js2-muted);
  font-size: 14px;
  line-height: 1.5;
  max-width: 640px;
}

.jobs-static-page .jobs-static-sp-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.jobs-static-page .jobs-static-search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--js2-border);
  border-radius: 12px;
  padding: 15px 18px;
  min-width: 0;
}

.jobs-static-page .jobs-static-search svg {
  width: 18px;
  height: 18px;
  stroke: var(--js2-muted-2);
  fill: none;
}

.jobs-static-page .jobs-static-search input {
  border: none;
  outline: none;
  font-size: 15px;
  width: 100%;
  background: transparent;
  color: #16181d;
}

.jobs-static-page .jobs-static-search input::placeholder {
  color: #a6abb4;
}

.jobs-static-page .jobs-static-reset {
  border: 1px solid var(--js2-border);
  background: #fff;
  border-radius: 12px;
  padding: 15px 26px;
  font-size: 14.5px;
  font-weight: 600;
  color: #2b2e35;
  cursor: pointer;
}

.jobs-static-page .jobs-static-reset:hover {
  background: #fafafa;
}

.jobs-static-page .jobs-static-apply {
  background: var(--js2-red);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 15px 26px;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(225, 19, 36, 0.28);
}

.jobs-static-page .jobs-static-apply:hover {
  background: var(--js2-red-deep);
}

.jobs-static-page .jobs-static-filters {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-bottom: 16px;
}

.jobs-static-page .jobs-static-ddl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid var(--js2-border);
  border-radius: 11px;
  padding: 14px 16px;
  font-size: 14px;
  color: #5b606b;
  font-weight: 500;
  cursor: pointer;
}

.jobs-static-page .jobs-static-ddl svg {
  width: 15px;
  height: 15px;
  stroke: #9aa0ab;
  fill: none;
}

.jobs-static-page .jobs-static-ddl:hover {
  background: #fafafa;
}

.jobs-static-page .jobs-static-chips {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}

.jobs-static-page .jobs-static-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--js2-border);
  background: #fff;
  border-radius: 22px;
  padding: 10px 18px;
  font-size: 13.5px;
  font-weight: 500;
  color: #3c3f46;
  cursor: pointer;
}

.jobs-static-page .jobs-static-chip svg {
  width: 15px;
  height: 15px;
  stroke: #6c727c;
  fill: none;
}

.jobs-static-page .jobs-static-chip:hover {
  background: #fafafa;
}

/* ===== BOARD ===== */
.jobs-static-page .jobs-static-board {
  display: grid;
  grid-template-columns: 0.66fr 1fr;
  gap: 24px;
  align-items: start;
  padding-bottom: 50px;
}

.jobs-static-page .jobs-static-panel {
  background: #fff;
  border: 1px solid var(--js2-border);
  border-radius: 18px;
  box-shadow: var(--js2-shadow);
  padding: 22px 22px;
}

.jobs-static-page .jobs-static-roles-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.jobs-static-page .jobs-static-roles-head b {
  font-size: 19px;
  font-weight: 800;
  color: #16181d;
}

.jobs-static-page .jobs-static-results {
  background: #f0f1f3;
  color: #6c727c;
  border-radius: 20px;
  padding: 5px 13px;
  font-size: 12.5px;
  font-weight: 600;
}

.jobs-static-page .jobs-static-badges {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 9px;
}

.jobs-static-page .jobs-static-bdg {
  border-radius: 6px;
  padding: 3px 9px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.4px;
}

.jobs-static-page .jobs-static-bd-feat {
  background: var(--js2-red-soft);
  color: var(--js2-red);
}

.jobs-static-page .jobs-static-bd-camp,
.jobs-static-page .jobs-static-bd-fifo {
  background: var(--js2-blue-soft);
  color: var(--js2-blue);
}

.jobs-static-page .jobs-static-bd-rseal {
  background: var(--js2-red-soft);
  color: var(--js2-red);
}

.jobs-static-page .jobs-static-bd-featured-employer {
  background: #fff0f2;
  color: var(--js2-red);
  border: 1px solid #f6c5cb;
  font-size: 9.5px;
  padding: 2px 8px;
}

.jobs-static-page .jobs-static-jcard {
  position: relative;
  border: 1px solid var(--js2-border);
  border-radius: 14px;
  padding: 16px 18px;
  margin-bottom: 16px;
}

.jobs-static-page .jobs-static-jcard:last-child {
  margin-bottom: 0;
}

.jobs-static-page .jobs-static-jcard.jobs-static-sel {
  background: #fdeef0;
  border-color: #f3c6ca;
  box-shadow: inset 4px 0 0 var(--js2-red);
}

/* ============================================================
   Priority Hiring — status treatment for featured listings
   (driven by the existing `job.featured` data field)

   Selection is the stronger, card-level state (red rail + tinted bg).
   Priority Hiring is only a badge + light polish, so an unselected
   priority card never reads as "active". The strong red left rail is
   reserved for the selected card and uses an inset box-shadow, which
   follows the card's border-radius cleanly (no square rail corners).
   ============================================================ */

/* Status chip: same height as the other chips, red-gradient + white text so it
   reads as more important. Used in the list cards and the detail badge row. */
.jobs-static-page .jobs-static-bd-priority {
  border-radius: 999px;
  padding: 3px 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--js2-red) 0%, var(--js2-red-deep) 100%);
  box-shadow: 0 1px 2px rgba(225, 19, 36, 0.22);
}

/* Unselected Priority Hiring card: stays essentially white so it does NOT look
   selected. Just a faint warm tint and a light red-tinted border — no rail,
   no pink fill. The PRIORITY HIRING badge carries the premium signal. */
.jobs-static-page .jobs-static-jcard.jobs-static-priority {
  background: #fffdfd;
  border-color: #f1d4d8;
}

/* Selected + Priority Hiring: selection wins. This higher-specificity rule
   re-asserts the full selected treatment over the priority styles above, while
   the badge still shows. This is the only time a priority card looks active. */
.jobs-static-page .jobs-static-jcard.jobs-static-priority.jobs-static-sel {
  background: #fdeef0;
  border-color: #f3c6ca;
  box-shadow: inset 4px 0 0 var(--js2-red);
}

/* "Why this role stands out" — same panel as normal, with a subtle red accent */
.jobs-static-page .jobs-static-stands-priority {
  border-color: #f3c6ca;
  box-shadow: inset 3px 0 0 var(--js2-red);
}

.jobs-static-page .jobs-static-jc-top {
  display: flex;
  gap: 14px;
}

.jobs-static-page .jobs-static-jlogo {
  width: 48px;
  height: 48px;
  border-radius: 11px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
}

.jobs-static-page .jobs-static-jlogo.jobs-static-nr {
  background: var(--js2-red-soft);
  color: var(--js2-red);
}

.jobs-static-page .jobs-static-jlogo.jobs-static-gray {
  background: #eef0f2;
  color: #5b606b;
}

.jobs-static-page .jobs-static-jc-mid {
  flex: 1;
  min-width: 0;
}

.jobs-static-page .jobs-static-jc-mid h3 {
  font-size: 17px;
  font-weight: 700;
  color: #16181d;
  margin-bottom: 4px;
}

.jobs-static-page .jobs-static-jc-co {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: #3c3f46;
  font-weight: 500;
  margin-bottom: 7px;
}

.jobs-static-page .jobs-static-jc-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--js2-muted-2);
  flex-wrap: wrap;
}

.jobs-static-page .jobs-static-jc-meta .jobs-static-loc {
  display: flex;
  align-items: center;
  gap: 4px;
}

.jobs-static-page .jobs-static-jc-meta .jobs-static-loc svg {
  width: 13px;
  height: 13px;
  stroke: #9aa0ab;
  fill: none;
}

.jobs-static-page .jobs-static-jc-meta .jobs-static-open {
  color: var(--js2-green);
  font-weight: 600;
}

.jobs-static-page .jobs-static-jc-meta .jobs-static-ap {
  display: flex;
  align-items: center;
  gap: 4px;
}

.jobs-static-page .jobs-static-jc-meta .jobs-static-ap svg {
  width: 13px;
  height: 13px;
  stroke: #9aa0ab;
  fill: none;
}

.jobs-static-page .jobs-static-jc-meta .jobs-static-sep {
  color: #cfd3da;
}

.jobs-static-page .jobs-static-bookmark {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.jobs-static-page .jobs-static-bookmark svg {
  width: 18px;
  height: 18px;
  stroke: #aeb2ba;
  fill: none;
}

.jobs-static-page .jobs-static-jc-info {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--js2-border-soft);
}

.jobs-static-page .jobs-static-jc-info .jobs-static-it {
  display: flex;
  align-items: center;
  gap: 9px;
}

.jobs-static-page .jobs-static-jc-info .jobs-static-it svg {
  width: 15px;
  height: 15px;
  stroke: #9aa0ab;
  fill: none;
  flex: 0 0 15px;
}

.jobs-static-page .jobs-static-jc-info .jobs-static-iv b {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #16181d;
  line-height: 1.1;
}

.jobs-static-page .jobs-static-jc-info .jobs-static-iv small {
  font-size: 10.5px;
  color: var(--js2-muted-2);
}

/* ===== SELECTED ROLE DETAIL ===== */
.jobs-static-page .jobs-static-sr-head {
  display: flex;
  gap: 18px;
  margin-bottom: 18px;
}

.jobs-static-page .jobs-static-sr-logo {
  width: 78px;
  height: 78px;
  border-radius: 14px;
  flex: 0 0 78px;
  background: #fff;
  border: 1px solid var(--js2-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  color: var(--js2-red);
}

.jobs-static-page .jobs-static-sr-top {
  flex: 1;
}

.jobs-static-page .jobs-static-sr-row1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.jobs-static-page .jobs-static-sr-eyebrow {
  color: var(--js2-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.jobs-static-page .jobs-static-sr-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.jobs-static-page .jobs-static-sr-badges .jobs-static-ob {
  border-radius: 14px;
  padding: 5px 12px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.3px;
  border: 1px solid;
}

.jobs-static-page .jobs-static-ob-feat {
  background: var(--js2-red-soft);
  color: var(--js2-red);
  border-color: #f3c6ca;
}

.jobs-static-page .jobs-static-ob-camp,
.jobs-static-page .jobs-static-ob-fifo {
  background: #fff;
  color: var(--js2-blue);
  border-color: #bcd4fb;
}

.jobs-static-page .jobs-static-ob-vemp {
  background: #fff;
  color: var(--js2-green);
  border-color: #b6e3ca;
}

.jobs-static-page .jobs-static-sr-title {
  font-size: 30px;
  font-weight: 800;
  color: #15171c;
  letter-spacing: -0.6px;
  margin-bottom: 7px;
}

.jobs-static-page .jobs-static-sr-co {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  color: #2b2e35;
  font-weight: 600;
  margin-bottom: 11px;
}

.jobs-static-page .jobs-static-sr-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: var(--js2-muted-2);
}

.jobs-static-page .jobs-static-sr-meta .jobs-static-loc {
  display: flex;
  align-items: center;
  gap: 5px;
}

.jobs-static-page .jobs-static-sr-meta .jobs-static-loc svg {
  width: 14px;
  height: 14px;
  stroke: #9aa0ab;
  fill: none;
}

.jobs-static-page .jobs-static-sr-meta .jobs-static-open {
  color: var(--js2-green);
  font-weight: 600;
}

.jobs-static-page .jobs-static-sr-meta .jobs-static-ap {
  display: flex;
  align-items: center;
  gap: 5px;
}

.jobs-static-page .jobs-static-sr-meta .jobs-static-ap svg {
  width: 14px;
  height: 14px;
  stroke: #9aa0ab;
  fill: none;
}

.jobs-static-page .jobs-static-sr-meta .jobs-static-sep {
  color: #cfd3da;
}

.jobs-static-page .jobs-static-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}

.jobs-static-page .jobs-static-ig {
  border: 1px solid var(--js2-border);
  border-radius: 12px;
  padding: 14px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.jobs-static-page .jobs-static-ig-ic {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  flex: 0 0 34px;
  background: #f4f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jobs-static-page .jobs-static-ig-ic svg {
  width: 18px;
  height: 18px;
  stroke: #5b606b;
  fill: none;
}

.jobs-static-page .jobs-static-ig b {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #16181d;
  line-height: 1.15;
}

.jobs-static-page .jobs-static-ig small {
  font-size: 10px;
  color: var(--js2-muted-2);
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.jobs-static-page .jobs-static-sr-btns {
  display: flex;
  gap: 13px;
  margin-bottom: 22px;
}

.jobs-static-page .jobs-static-b-view {
  background: var(--js2-red);
  color: #fff;
  border: none;
  border-radius: 11px;
  padding: 14px 30px;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(225, 19, 36, 0.28);
}

.jobs-static-page .jobs-static-b-view:hover {
  background: var(--js2-red-deep);
}

.jobs-static-page .jobs-static-b-apply {
  background: #fff;
  border: 1.5px solid var(--js2-red);
  color: var(--js2-red);
  border-radius: 11px;
  padding: 14px 30px;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
}

.jobs-static-page .jobs-static-b-apply:hover {
  background: #fff5f5;
}

.jobs-static-page .jobs-static-employer-banner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  border: 1px solid #f3c6ca;
  border-radius: 14px;
  background:
    radial-gradient(circle at 8% 0%, rgba(225, 19, 36, 0.13), transparent 34%),
    linear-gradient(135deg, #fff 0%, #fff6f7 100%);
  padding: 15px 18px;
  margin: -4px 0 20px;
}

.jobs-static-page .jobs-static-employer-logo {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #f3c6ca;
  color: var(--js2-red);
  font-size: 18px;
  font-weight: 800;
}

.jobs-static-page .jobs-static-employer-copy {
  min-width: 0;
}

.jobs-static-page .jobs-static-employer-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.jobs-static-page .jobs-static-employer-head b {
  font-size: 16px;
  color: #16181d;
}

.jobs-static-page .jobs-static-employer-copy p {
  margin: 0 0 9px;
  color: #5f6673;
  font-size: 13.5px;
  line-height: 1.45;
}

.jobs-static-page .jobs-static-employer-overview.is-collapsed {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.jobs-static-page .jobs-static-employer-overview-toggle {
  display: inline-flex;
  margin: -2px 0 9px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--js2-red);
  font: inherit;
  font-size: 12.5px;
  font-weight: 800;
  cursor: pointer;
}

.jobs-static-page .jobs-static-employer-overview-toggle:hover,
.jobs-static-page .jobs-static-employer-overview-toggle:focus-visible {
  color: var(--js2-red-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.jobs-static-page .jobs-static-employer-overview-toggle[hidden] {
  display: none;
}

.jobs-static-page .jobs-static-employer-meta {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  color: var(--js2-muted-2);
  font-size: 12.5px;
}

.jobs-static-page .jobs-static-employer-more {
  color: var(--js2-red);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.jobs-static-page .jobs-static-employer-more:hover {
  color: var(--js2-red-deep);
}

.jobs-static-page .jobs-static-b-save {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 1px solid var(--js2-border);
  color: #2b2e35;
  border-radius: 11px;
  padding: 14px 24px;
  font-size: 14.5px;
  font-weight: 600;
  cursor: pointer;
}

.jobs-static-page .jobs-static-b-save svg {
  width: 16px;
  height: 16px;
  stroke: #6c727c;
  fill: none;
}

.jobs-static-page .jobs-static-b-save:hover {
  background: #fafafa;
}

.jobs-static-page .jobs-static-stands {
  background: #fdf2f2;
  border: 1px solid #fadfe1;
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 22px;
}

.jobs-static-page .jobs-static-stands-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.jobs-static-page .jobs-static-stands-head svg {
  width: 18px;
  height: 18px;
  fill: var(--js2-red);
  stroke: var(--js2-red);
}

.jobs-static-page .jobs-static-stands-head b {
  font-size: 15px;
  font-weight: 700;
  color: #16181d;
}

.jobs-static-page .jobs-static-stands-chips {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}

.jobs-static-page .jobs-static-schip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--js2-border);
  border-radius: 10px;
  padding: 9px 14px;
  font-size: 12.5px;
  font-weight: 600;
  color: #3c3f46;
}

.jobs-static-page .jobs-static-schip svg {
  width: 14px;
  height: 14px;
  stroke: var(--js2-red);
  fill: none;
}

.jobs-static-page .jobs-static-tabs2 {
  display: flex;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--js2-border);
  margin-bottom: 18px;
}

.jobs-static-page .jobs-static-tabs2 a {
  color: #7c828d;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 600;
  padding: 0 0 14px;
  position: relative;
}

.jobs-static-page .jobs-static-tabs2 a.jobs-static-active {
  color: #16181d;
}

.jobs-static-page .jobs-static-tabs2 a.jobs-static-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--js2-red);
}

.jobs-static-page .jobs-static-tab-body {
  color: #3c3f46;
  font-size: 14.5px;
  line-height: 1.6;
  white-space: pre-line;
}

.jobs-static-page .jobs-static-empty {
  min-height: 220px;
  display: grid;
  place-content: center;
  gap: 7px;
  padding: 28px 20px;
  border: 1px dashed #d8dce2;
  border-radius: 14px;
  background: #fafbfc;
  text-align: center;
}

.jobs-static-page .jobs-static-empty h3 {
  margin: 0;
  color: #252a31;
  font-size: 17px;
}

.jobs-static-page .jobs-static-empty p {
  max-width: 320px;
  margin: 0;
  color: #68717d;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 1181px) {
  body.jobs-static-page {
    height: 100vh;
    overflow: hidden;
  }

  .jobs-static-page main {
    height: calc(100vh - var(--jobs-shell-header-height));
    overflow: hidden;
  }

  .jobs-static-page .site-footer {
    display: none;
  }

  .jobs-static-page .jobs-static-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 34px 14px;
    min-height: 0;
  }

  .jobs-static-page .jobs-static-header {
    flex: 0 0 auto;
    padding: 0;
  }

  .jobs-static-page .jobs-static-header-shell {
    display: grid;
    grid-template-columns: minmax(330px, 0.82fr) minmax(510px, 1.18fr);
    gap: 18px;
    align-items: center;
    min-height: 0;
    padding: 14px 22px;
    border-radius: 18px;
  }

  .jobs-static-page .jobs-static-header-copy {
    max-width: none;
  }

  .jobs-static-page .jobs-static-eyebrow {
    margin-bottom: 5px;
  }

  .jobs-static-page .jobs-static-header h1 {
    font-size: clamp(1.55rem, 2.1vw, 2.15rem);
    letter-spacing: -1.1px;
    margin-bottom: 0;
  }

  .jobs-static-page .jobs-static-header p {
    display: none;
  }

  .jobs-static-page .jobs-static-hero-search {
    margin-top: 9px;
    padding: 10px 14px;
    border-radius: 13px;
  }

  .jobs-static-page .jobs-static-hero-chips {
    margin-top: 8px;
  }

  .jobs-static-page .jobs-static-hero-chips .jobs-static-chip {
    padding: 7px 11px;
    font-size: 12.5px;
  }

  .jobs-static-page .jobs-static-header-actions {
    display: none;
  }

  .jobs-static-page .jobs-static-photo {
    width: 42%;
    opacity: 0.45;
  }

  .jobs-static-page .jobs-static-search-panel {
    margin: 0;
    padding: 12px 14px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
  }

  .jobs-static-page .jobs-static-search-head {
    align-items: center;
    margin-bottom: 8px;
  }

  .jobs-static-page .jobs-static-search-kicker {
    margin-bottom: 2px;
  }

  .jobs-static-page .jobs-static-search-head p {
    display: none;
  }

  .jobs-static-page .jobs-static-filters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 0;
  }

  .jobs-static-page .jobs-static-ddl {
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
  }

  .jobs-static-page .jobs-static-filter-actions {
    align-items: center;
  }

  .jobs-static-page .jobs-static-reset,
  .jobs-static-page .jobs-static-apply {
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
  }

  .jobs-static-page .jobs-static-board {
    flex: 1 1 auto;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(380px, 0.62fr) minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
    padding-bottom: 0;
    overflow: hidden;
  }

  .jobs-static-page .jobs-static-panel {
    min-height: 0;
    height: 100%;
    padding: 18px;
    border-radius: 16px;
  }

  .jobs-static-page .jobs-static-board > .jobs-static-panel:first-child {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .jobs-static-page .jobs-static-roles-head {
    flex: 0 0 auto;
    margin-bottom: 12px;
  }

  .jobs-static-page .jobs-static-roles-head b {
    font-size: 17px;
  }

  .jobs-static-page [data-jobs-list] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 0 4px 2px 0;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
  }

  .jobs-static-page [data-job-preview] {
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
  }

  .jobs-static-page [data-jobs-list]::-webkit-scrollbar,
  .jobs-static-page [data-job-preview]::-webkit-scrollbar {
    width: 10px;
  }

  .jobs-static-page [data-jobs-list]::-webkit-scrollbar-track,
  .jobs-static-page [data-job-preview]::-webkit-scrollbar-track {
    background: transparent;
  }

  .jobs-static-page [data-jobs-list]::-webkit-scrollbar-thumb,
  .jobs-static-page [data-job-preview]::-webkit-scrollbar-thumb {
    background: #d7dbe2;
    border: 3px solid #fff;
    border-radius: 999px;
  }

  .jobs-static-page .jobs-static-jcard {
    padding: 14px 15px;
    margin-bottom: 12px;
  }

  .jobs-static-page .jobs-static-jc-top {
    gap: 12px;
  }

  .jobs-static-page .jobs-static-jlogo {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .jobs-static-page .jobs-static-jc-info {
    gap: 8px;
    margin-top: 11px;
    padding-top: 11px;
  }

  .jobs-static-page .jobs-static-sr-head {
    margin-bottom: 14px;
  }

  .jobs-static-page .jobs-static-sr-title {
    font-size: 25px;
  }

  .jobs-static-page .jobs-static-sr-logo {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }

  .jobs-static-page .jobs-static-info-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
  }

  .jobs-static-page .jobs-static-ig {
    padding: 11px 12px;
    gap: 9px;
  }

  .jobs-static-page .jobs-static-sr-btns,
  .jobs-static-page .jobs-static-stands {
    margin-bottom: 16px;
  }

  .jobs-static-page .jobs-static-employer-banner {
    margin-bottom: 16px;
  }

  .jobs-static-page .jobs-static-preview-sec {
    margin-top: 0.9rem;
  }
}

@media (max-width: 1180px) {
  .jobs-static-page .jobs-static-header-shell {
    min-height: 220px;
    padding: 24px 30px;
  }

  .jobs-static-page .jobs-static-header-copy {
    max-width: 62%;
  }

  .jobs-static-page .jobs-static-photo {
    width: 50%;
  }

  .jobs-static-page .jobs-static-board {
    grid-template-columns: 1fr;
  }

  .jobs-static-page .jobs-static-filters {
    grid-template-columns: repeat(2, 1fr);
  }

  .jobs-static-page .jobs-static-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .jobs-static-page .jobs-static-employer-banner {
    grid-template-columns: auto 1fr;
  }

  .jobs-static-page .jobs-static-employer-more {
    grid-column: 1 / -1;
  }

  .jobs-static-page .jobs-static-wrap {
    padding: 0 18px;
  }

  .jobs-static-page .jobs-static-header-shell {
    min-height: 0;
    padding: 76px 18px 22px;
  }

  .jobs-static-page .jobs-static-header h1 {
    font-size: 34px;
  }

  .jobs-static-page .jobs-static-header-copy {
    max-width: 100%;
  }

  .jobs-static-page .jobs-static-header p {
    font-size: 15px;
  }

  .jobs-static-page .jobs-static-photo {
    width: 100%;
  }

  .jobs-static-page .jobs-static-photo-tint {
    background:
      linear-gradient(90deg, rgba(252, 241, 240, 0.94) 0%, rgba(252, 241, 240, 0.9) 100%),
      linear-gradient(135deg, rgba(225, 19, 36, 0.08), rgba(124, 8, 20, 0.06));
  }

  .jobs-static-page .jobs-static-hero-search {
    margin-top: 22px;
    padding: 15px 16px;
    width: 100%;
    max-width: 100%;
  }

  .jobs-static-page .jobs-static-header-actions {
    top: 16px;
    left: 18px;
    right: auto;
    align-items: flex-start;
  }

  .jobs-static-page .jobs-static-search-panel {
    margin-top: 16px;
    padding: 18px;
  }

  .jobs-static-page .jobs-static-search-head {
    flex-direction: column;
    align-items: stretch;
  }
}

/* ===== Dynamic wiring additions ===== */

.jobs-static-page select.jobs-static-ddl {
  appearance: none;
  cursor: pointer;
  font: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235d6066' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 14px;
  padding-right: 2rem;
}

.jobs-static-page .jobs-static-filter-actions {
  display: flex;
  gap: 0.55rem;
}

.jobs-static-page button.jobs-static-chip {
  cursor: pointer;
  font: inherit;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.jobs-static-page button.jobs-static-chip.is-active {
  background: #fdeaec;
  border-color: #e11324;
  color: #b30f1d;
}

.jobs-static-page .jobs-static-bdg.jobs-static-bd-new {
  background: #e8f0fb;
  color: #1d4ed8;
}

.jobs-static-page .jobs-static-jcard {
  cursor: pointer;
}

.jobs-static-page .jobs-static-preview-sec {
  margin-top: 1.1rem;
}

.jobs-static-page .jobs-static-preview-sec h3 {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  color: #16181d;
}

.jobs-static-page .jobs-static-preview-sec .feature-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #43464d;
  font-size: 0.88rem;
  line-height: 1.6;
}

.jobs-static-page .jobs-static-b-view {
  cursor: pointer;
  font: inherit;
  text-decoration: none;
  border: 0;
}

.jobs-static-page .jobs-static-b-apply[disabled] {
  opacity: 0.65;
  pointer-events: none;
}

/* Mobile: selects can't force the grid wider than the viewport */
.jobs-static-page .jobs-static-filters > .jobs-static-ddl {
  min-width: 0;
  width: 100%;
}

@media (max-width: 680px) {
  .jobs-static-page .jobs-static-filters {
    grid-template-columns: 1fr;
  }

  .jobs-static-page .jobs-static-search {
    width: 100%;
  }

  .jobs-static-page .jobs-static-filter-actions {
    width: 100%;
  }

  .jobs-static-page .jobs-static-filter-actions button {
    flex: 1;
  }
}

/* ===== INTERACTIONS & POLISH ===== */
.jobs-static-page .jobs-static-reset,
.jobs-static-page .jobs-static-apply,
.jobs-static-page .jobs-static-ddl,
.jobs-static-page .jobs-static-b-view,
.jobs-static-page .jobs-static-b-apply,
.jobs-static-page .jobs-static-b-save,
.jobs-static-page .jobs-static-schip,
.jobs-static-page .jobs-static-tabs2 a {
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease,
    box-shadow 0.22s ease, transform 0.18s ease;
}

.jobs-static-page .jobs-static-apply:hover,
.jobs-static-page .jobs-static-b-view:hover,
.jobs-static-page .jobs-static-b-apply:hover,
.jobs-static-page .jobs-static-b-save:hover,
.jobs-static-page .jobs-static-reset:hover {
  transform: translateY(-1px);
}

.jobs-static-page .jobs-static-apply:active,
.jobs-static-page .jobs-static-b-view:active,
.jobs-static-page .jobs-static-b-apply:active,
.jobs-static-page .jobs-static-b-save:active,
.jobs-static-page .jobs-static-reset:active {
  transform: translateY(0);
  transition-duration: 0.06s;
}

/* clickable job cards: give them real hover feedback */
.jobs-static-page .jobs-static-jcard {
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.jobs-static-page .jobs-static-jcard:hover {
  transform: translateY(-2px);
  border-color: #f0cdd1;
  box-shadow: 0 2px 4px rgba(16, 18, 25, 0.04), 0 16px 34px rgba(16, 18, 25, 0.09);
}

.jobs-static-page .jobs-static-jcard.jobs-static-sel:hover {
  box-shadow: inset 4px 0 0 var(--js2-red), 0 2px 4px rgba(16, 18, 25, 0.04),
    0 16px 34px rgba(16, 18, 25, 0.09);
}

/* bookmark icon hover */
.jobs-static-page .jobs-static-bookmark svg {
  transition: stroke 0.18s ease;
}

.jobs-static-page .jobs-static-bookmark:hover svg {
  stroke: var(--js2-red);
}

/* visible focus ring on the search field (input itself has outline:none) */
.jobs-static-page .jobs-static-search {
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.jobs-static-page .jobs-static-search:focus-within {
  border-color: var(--js2-red);
  box-shadow: 0 0 0 3px rgba(225, 19, 36, 0.12);
}

/* subtle zoom on the header photo, matching the home page treatment */
.jobs-static-page .jobs-static-photo-img {
  transition: transform 1.6s cubic-bezier(0.16, 0.68, 0.26, 1);
}

.jobs-static-page .jobs-static-photo:hover .jobs-static-photo-img {
  transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .jobs-static-page *,
  .jobs-static-page *::before,
  .jobs-static-page *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* ===== Density Calibration ===== */
@media (min-width: 1181px) {
  .jobs-static-page {
    font-size: 14px;
  }

  .jobs-static-page .jobs-static-wrap {
    max-width: 1420px;
    padding: 10px 28px 12px;
    gap: 10px;
  }

  .jobs-static-page .jobs-static-header-shell {
    grid-template-columns: minmax(310px, 0.78fr) minmax(500px, 1.22fr);
    gap: 14px;
    padding: 12px 18px;
  }

  .jobs-static-page .jobs-static-header h1 {
    font-size: clamp(1.42rem, 1.85vw, 1.95rem);
  }

  .jobs-static-page .jobs-static-hero-search {
    padding: 9px 12px;
  }

  .jobs-static-page .jobs-static-hero-chips .jobs-static-chip {
    padding: 6px 10px;
    font-size: 12px;
  }

  .jobs-static-page .jobs-static-search-panel {
    padding: 10px 12px;
  }

  .jobs-static-page .jobs-static-search-head {
    margin-bottom: 7px;
  }

  .jobs-static-page .jobs-static-ddl {
    padding: 9px 11px;
    font-size: 12.5px;
  }

  .jobs-static-page .jobs-static-reset,
  .jobs-static-page .jobs-static-apply {
    padding: 9px 13px;
    font-size: 12.5px;
  }

  .jobs-static-page .jobs-static-board {
    gap: 14px;
  }

  .jobs-static-page .jobs-static-panel {
    padding: 15px;
  }

  .jobs-static-page .jobs-static-jcard {
    padding: 12px 13px;
    margin-bottom: 10px;
  }

  .jobs-static-page .jobs-static-sr-title {
    font-size: 23px;
  }

  .jobs-static-page .jobs-static-info-grid {
    gap: 8px;
    margin-bottom: 14px;
  }

  .jobs-static-page .jobs-static-ig {
    padding: 10px;
  }
}

@media (max-width: 1180px) and (min-width: 681px) {
  .jobs-static-page .jobs-static-wrap {
    padding-inline: 28px;
  }

  .jobs-static-page .jobs-static-header-shell,
  .jobs-static-page .jobs-static-panel,
  .jobs-static-page .jobs-static-search-panel {
    border-radius: 16px;
  }

  .jobs-static-page .jobs-static-header h1 {
    font-size: clamp(2rem, 4vw, 2.85rem);
  }

  .jobs-static-page .jobs-static-panel {
    padding: 20px;
  }
}
