.jobs-page {
  --jobs-bg: #f8f6f1;
  --jobs-surface: #ffffff;
  --jobs-surface-soft: #fdfaf3;
  --jobs-border: #eee5d8;
  --jobs-border-strong: #dfccab;
  --jobs-text: #1f2937;
  --jobs-muted: #616b79;
  --jobs-accent: #c3a05d;
  --jobs-accent-strong: #9a7437;
  --jobs-accent-soft: #fff6e4;
  --jobs-accent-ink: #7d5a1d;
  --jobs-shadow-soft: 0 10px 26px rgba(20, 32, 52, 0.05);
  --jobs-shadow-card: 0 12px 28px rgba(18, 32, 55, 0.07);
  background: var(--jobs-bg);
}

.jobs-page main {
  overflow-x: clip;
}

.jobs-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 500;
  color: var(--jobs-muted);
}

.jobs-breadcrumbs i {
  font-size: 12px;
  color: #94a3b8;
}

.jobs-breadcrumbs span:last-child {
  color: inherit;
  font-weight: inherit;
}

.jobs-breadcrumbs a:hover {
  color: var(--gold-dark);
}

.jobs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

.jobs-kicker::before,
.jobs-kicker::after {
  content: "";
  width: 36px;
  height: 1px;
  background: rgba(182, 141, 64, 0.5);
}

.jobs-hero {
  padding: 48px 0 64px;
  background: linear-gradient(180deg, #fcf6ea 0%, #f8f6f1 100%);
}

.jobs-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 36px;
  align-items: stretch;
}

.jobs-hero-compact {
  padding: 20px 0 10px;
}

.jobs-hero-compact-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 24px;
  align-items: end;
}

.jobs-hero-minimal-head {
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  max-width: 820px;
}

.jobs-hero-minimal-head .jobs-hero-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.jobs-hero h1,
.jobs-section-title,
.jobs-employer-card h2,
.job-detail-top h1,
.job-detail-box h2 {
  font-family: var(--font-serif);
}

.jobs-hero h1 {
  font-size: 40px;
  line-height: 1.15;
  margin-bottom: 18px;
}

.jobs-hero-text,
.jobs-section-subtitle,
.job-detail-summary {
  font-size: 17px;
  line-height: 1.8;
  color: var(--jobs-muted);
}

.jobs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.jobs-highlight-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.jobs-highlight-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  background: rgba(255, 253, 248, 0.98);
  border: 1px solid rgba(195, 160, 93, 0.2);
  border-radius: 999px;
  color: var(--jobs-accent-strong);
  font-size: 14px;
  font-weight: 600;
}

.jobs-highlight-list i {
  color: var(--gold-dark);
}

.jobs-hero-inline-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  padding: 16px;
  background: linear-gradient(145deg, #ffffff 0%, #fdfaf3 100%);
  border: 1px solid var(--jobs-border-strong);
  border-radius: 18px;
  box-shadow: var(--jobs-shadow-soft);
}

.jobs-hero-inline-stats article strong {
  display: block;
  margin-bottom: 2px;
  font-size: 20px;
  color: var(--jobs-accent-strong);
}

.jobs-hero-inline-stats article span {
  font-size: 12px;
  color: var(--jobs-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.jobs-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.jobs-stat-card,
.job-detail-box {
  background: var(--jobs-surface);
  border: 1px solid var(--jobs-border);
  border-radius: 24px;
  box-shadow: var(--jobs-shadow-soft);
}

.jobs-stat-card {
  padding: 24px;
}

.jobs-stat-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 30px;
  color: var(--gold-dark);
}

.jobs-stat-card span {
  display: block;
  font-size: 14px;
  color: var(--jobs-muted);
}

.jobs-section-soft {
  background: #faf6ee;
}

.jobs-list-core {
  padding-top: 14px;
}

/* ==========================================================================
   LIST PAGE DESIGN PORTED FROM TEMP SOURCE
   Scoped to avoid affecting other recruitment pages.
   ========================================================================== */
.jobs-list-page .jobs-breadcrumbs {
  margin-bottom: 16px;
  font-size: 14px;
}

.jobs-list-page .jobs-hero {
  padding: 16px 0 20px;
  background: #fffdf8;
}

.jobs-list-page .jobs-hero-compact {
  padding: 12px 0 8px;
}

.jobs-list-page .jobs-hero-minimal-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  max-width: 800px;
  margin: 0;
}

.jobs-list-page .jobs-hero-minimal-head h1 {
  font-size: 38px;
  font-weight: 800;
  color: #1a1d24;
  margin-bottom: 8px;
  font-family: var(--font-serif);
  line-height: 1.2;
}

.jobs-list-page .jobs-hero-minimal-head .jobs-hero-text {
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

.jobs-list-page .jobs-list-hero-refresh {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 24px 0 30px;
  background:
    radial-gradient(circle at 12% 16%, rgba(195, 160, 93, 0.22), transparent 30%),
    radial-gradient(circle at 86% 20%, rgba(138, 97, 43, 0.14), transparent 28%),
    linear-gradient(135deg, #fffaf0 0%, #fffdf8 48%, #f7efe0 100%);
}

.jobs-list-page .jobs-list-hero-refresh::before,
.jobs-list-page .jobs-list-hero-refresh::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.jobs-list-page .jobs-list-hero-refresh::before {
  inset: 12px 6% auto auto;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(195, 160, 93, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.36);
}

.jobs-list-page .jobs-list-hero-refresh::after {
  right: 13%;
  bottom: -58px;
  width: 120px;
  height: 120px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(195, 160, 93, 0.18), rgba(255, 255, 255, 0.14));
  transform: rotate(18deg);
}

.jobs-list-page .jobs-list-hero-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 28px;
  align-items: start;
  max-width: none;
  margin: 0;
}

.jobs-list-page .jobs-list-hero-copy {
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr);
  align-content: start;
  align-items: start;
  gap: 10px;
  min-height: 330px;
}

.jobs-list-page .jobs-list-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(195, 160, 93, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #8a612b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(138, 97, 43, 0.07);
}

.jobs-list-page .jobs-list-hero-label i {
  color: #c3a05d;
}

.jobs-list-page .jobs-list-hero-head h1 {
  max-width: 760px;
  margin: 0;
  color: #171717;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.jobs-list-page .jobs-list-hero-head .jobs-hero-text {
  max-width: 740px;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.jobs-list-page .jobs-list-hero-ad-slot {
  position: relative;
  width: 70%;
  height: 160px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px dashed rgba(195, 160, 93, 0.58);
  box-shadow: 0 14px 30px rgba(94, 68, 28, 0.12);
  background: #f1e3ca;
}

.jobs-list-page .jobs-list-hero-ad-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.jobs-list-page .jobs-list-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.jobs-list-page .jobs-list-hero-pills span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(226, 213, 188, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #5f4926;
  font-size: 13px;
  font-weight: 700;
}

.jobs-list-page .jobs-list-hero-pills i {
  color: #b68d40;
}

.jobs-list-page .jobs-list-hero-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(195, 160, 93, 0.28);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 249, 235, 0.9) 100%);
  box-shadow: 0 22px 46px rgba(94, 68, 28, 0.12);
}

.jobs-list-page .jobs-list-hero-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: rgba(195, 160, 93, 0.16);
}

.jobs-list-page .jobs-list-hero-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #8a612b;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.jobs-list-page .jobs-list-hero-card-top i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: #8a612b;
  color: #fff;
  box-shadow: 0 12px 24px rgba(138, 97, 43, 0.22);
}

.jobs-list-page .jobs-list-hero-card strong {
  color: #1f2937;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.jobs-list-page .jobs-list-hero-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}

.jobs-list-page .jobs-list-hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.jobs-list-page .jobs-list-hero-metrics span {
  padding: 12px;
  border: 1px solid rgba(195, 160, 93, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: #5f6b7a;
  font-size: 12px;
  font-weight: 700;
}

.jobs-list-page .jobs-list-hero-metrics b {
  display: block;
  margin-bottom: 2px;
  color: #8a612b;
  font-size: 22px;
  line-height: 1;
}

.jobs-list-page .jobs-discovery-bar {
  margin-bottom: 6px;
  transition: all 0.3s ease;
}

.jobs-list-page .jobs-discovery-bar.is-sticky {
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
  padding: 12px 0 8px 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03) !important;
}

.jobs-list-page .jobs-quick-filters {
  justify-content: flex-start;
  gap: 8px;
  margin: 0 0 16px;
  padding: 4px 0;
}

.jobs-list-page .jobs-quick-filters-scroll {
  position: relative;
}

.jobs-list-page .jobs-quick-filters-nav {
  display: none;
}

.jobs-list-page .jobs-quick-chip {
  min-height: 38px;
  padding: 0 16px;
  border-radius: 100px;
  background: #ffffff;
  border: 1px solid #e8dec7;
  color: #785a28;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  font-size: 14px;
  font-weight: 600;
}

.jobs-list-page .jobs-quick-chip::before {
  content: '\f0b1';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #c5a875;
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.jobs-list-page .jobs-quick-chip-count {
  height: 22px;
  min-width: 22px;
  padding: 0 6px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  background: #ffffff;
  color: #a3824f;
  border: 1px solid #f0e8d5;
  transition: all 0.3s ease;
}

.jobs-list-page .jobs-quick-chip:hover {
  background: #fdf3de;
  border-color: #c3a05d;
  color: #8c6020;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(197, 168, 117, 0.15);
}

.jobs-list-page .jobs-quick-chip:hover::before {
  color: #8c6020;
  transform: scale(1.15) rotate(-10deg);
}

.jobs-list-page .jobs-quick-chip:hover .jobs-quick-chip-count {
  background: #ffffff;
  color: #8c6020;
  border-color: #c3a05d;
}

.jobs-list-page .jobs-quick-chip.is-active {
  background: #8c6020;
  border-color: #a38457;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(140, 96, 32, 0.25);
  transform: translateY(-2px);
}

.jobs-list-page .jobs-quick-chip.is-active::before {
  content: '\f00c';
  color: #ffffff;
  transform: scale(1.1);
}

.jobs-list-page .jobs-quick-chip.is-active .jobs-quick-chip-count {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  border: none;
}

.jobs-list-page .jobs-filter-bar {
  background: #ffffff;
  border: 1px solid #f1eada;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 4px 16px rgba(182, 141, 64, 0.04);
  margin-bottom: 16px;
}

.jobs-list-page .jobs-filter-shell .jobs-filter-bar {
  margin-bottom: 0;
}

.jobs-list-page .jobs-filter-grid {
  grid-template-columns: minmax(190px, 1.55fr) repeat(5, minmax(116px, 1fr)) minmax(118px, auto);
  gap: 8px;
  align-items: center;
}

.jobs-list-page .jobs-filter-field {
  gap: 0;
}

.jobs-list-page .jobs-filter-field span {
  display: none;
}

.jobs-list-page .jobs-filter-field input,
.jobs-list-page .jobs-filter-field select {
  height: 36px;
  min-height: 36px;
  padding: 0 10px;
  background: #fdfbf7;
  border: 1px solid #eee5d8;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: #1a1d24;
  transition: all 0.2s ease;
}

.jobs-list-page .jobs-list-filter-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}

.jobs-list-page .jobs-list-filter-actions strong {
  min-width: 48px;
  color: #8c6020;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  text-align: right;
  white-space: nowrap;
}

.jobs-list-page .jobs-list-filter-actions .jobs-filter-reset {
  min-height: 36px;
  padding: 0 12px;
  white-space: nowrap;
}

.jobs-list-page .jobs-filter-field input:focus,
.jobs-list-page .jobs-filter-field select:focus {
  outline: none;
  background: #ffffff;
  border-color: #c5a875;
  box-shadow: 0 0 0 3px rgba(197, 168, 117, 0.08);
}

.jobs-list-page .jobs-filter-meta {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f8f1e5;
}

.jobs-list-page .jobs-filter-meta strong {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
}

.jobs-list-page .jobs-active-filters {
  gap: 8px;
  margin: -6px 0 16px;
}

.jobs-list-page .jobs-filter-reset {
  height: 30px;
  padding: 0 12px;
  border: 1px solid #eee5d8;
  border-radius: 6px;
  background: #ffffff;
  color: #8c6020;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  transition: 0.2s;
}

.jobs-list-page .jobs-filter-reset:hover {
  background: #fdf3de;
  border-color: #c5a875;
  color: #8c6020;
}

.jobs-section-title {
  font-size: 36px;
  line-height: 1.2;
  margin: 18px 0 12px;
  text-align: center;
}

.jobs-section-subtitle {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.jobs-filter-bar {
  margin-bottom: 22px;
  padding: 16px;
  background: var(--jobs-surface);
  border: 1px solid rgba(223, 204, 171, 0.55);
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(18, 32, 55, 0.05);
}

.jobs-filter-shell .jobs-filter-bar {
  margin-bottom: 0;
}

.jobs-discovery-bar {
  position: relative;
  z-index: 6;
  margin-bottom: 6px;
}

.jobs-filter-mobile-toggle {
  display: none;
}

.jobs-quick-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  padding: 2px 0;
}

.jobs-quick-chip,
.jobs-active-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(197, 168, 117, 0.35);
  border-radius: 12px;
  background: linear-gradient(180deg, #fffdf7 0%, #fff5df 100%);
  color: #8a6833;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.jobs-quick-chip {
  border: 2px solid rgb(197 132 117 / 35%);
  background: linear-gradient(54deg, #fffdf7 0%, #fbf0ce 100%);
  color: #8c4828;
}

.jobs-quick-chip-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.96);
  border: 1px solid rgb(197 132 117 / 38%);
  color: #8c4828;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.jobs-quick-chip:hover,
.jobs-active-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(176, 137, 72, 0.55);
  box-shadow: 0 8px 16px rgba(176, 137, 72, 0.14);
}

.jobs-quick-chip.is-active {
  background: linear-gradient(135deg, #d7b26b 0%, #b8893f 100%);
  color: #fff;
  border-color: #b8893f;
  box-shadow: 0 8px 18px rgba(184, 137, 63, 0.26);
}

.jobs-quick-chip.is-active .jobs-quick-chip-count {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.jobs-filter-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.jobs-filter-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.jobs-filter-field span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #8f6d39;
}

.jobs-filter-field input,
.jobs-filter-field select,
.jobs-filter-field textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #dbe2ee;
  border-radius: 10px;
  font: inherit;
  font-size: 14px;
  color: #334155;
  background: #fff;
}

.jobs-filter-field input:focus,
.jobs-filter-field select:focus,
.jobs-filter-field textarea:focus {
  outline: none;
  border-color: var(--gold-dark);
  box-shadow: 0 0 0 3px rgba(182, 141, 64, 0.12);
}

.jobs-filter-field textarea {
  resize: vertical;
}

.jobs-filter-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
}

.jobs-filter-meta strong {
  font-size: 13px;
  color: var(--jobs-muted);
}

.jobs-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -6px 0 18px;
}

.jobs-active-chip {
  background: #fff8ea;
}

.jobs-active-chip i {
  font-size: 12px;
}

.jobs-active-chip.is-clear-all {
  border-style: dashed;
}

.jobs-filter-reset {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(182, 141, 64, 0.28);
  border-radius: 10px;
  background: #fff7e7;
  color: var(--jobs-accent-strong);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.jobs-filter-reset:hover {
  background: #b48a45;
  color: #fff;
}

.jobs-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 16px 0 4px;
}

.jobs-pagination[hidden] {
  display: none !important;
}

.jobs-pagination-pages {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.jobs-pagination-btn,
.jobs-pagination-page {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(182, 141, 64, 0.28);
  border-radius: 10px;
  background: #fffdf8;
  color: #8c6020;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.jobs-pagination-page {
  min-width: 36px;
  padding: 0 10px;
}

.jobs-pagination-btn:hover:not(:disabled),
.jobs-pagination-page:hover:not(:disabled):not(.is-active) {
  background: #fdf3de;
  border-color: #c5a875;
  color: #8c6020;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(182, 141, 64, 0.14);
}

.jobs-pagination-page.is-active {
  background: #8c6020;
  border-color: #8c6020;
  color: #fff;
  box-shadow: 0 8px 18px rgba(140, 96, 32, 0.24);
  cursor: default;
}

.jobs-pagination-btn:disabled,
.jobs-pagination-page:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.featured-grid {
  margin-top: 28px;
}

.job-card {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.job-card:hover {
  transform: translateY(-6px) scale(1.015);
  border-color: #c3a05d;
  box-shadow: 0 24px 48px rgba(18, 32, 55, 0.08), 0 0 0 1px rgba(195, 160, 93, 0.1) inset;
}

.job-card.is-hidden,
.job-card.is-page-hidden {
  display: none;
}

.job-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.job-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: auto;
}

.job-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: transparent;
  border: 1px solid #e2e8f0;
  color: #475569;
}

.job-badge.featured {
  background: #fff8ea;
  border-color: #fde68a;
  color: #b45309;
}

@keyframes jobs-pulse-ring {
  0% { box-shadow: 0 0 0 0 rgba(234, 179, 8, 0.5); }
  70% { box-shadow: 0 0 0 6px rgba(234, 179, 8, 0); }
  100% { box-shadow: 0 0 0 0 rgba(234, 179, 8, 0); }
}

.job-badge.fresh {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #334155;
  position: relative;
  padding-left: 24px;
}

.job-badge.fresh::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #eab308;
  border-radius: 50%;
  animation: jobs-pulse-ring 2s infinite;
}

.job-card-save-btn {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  color: #cbd5e1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.job-card-save-btn:hover {
  background: #1a1d24;
  border-color: #1a1d24;
  color: #ffffff;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 16px rgba(26, 29, 36, 0.2);
}

.job-card-main {
  margin-bottom: 12px;
}

.job-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1d24;
  margin: 0 0 10px 0;
  line-height: 1.4;
  min-height: 0;
}

.job-card h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  background-image: linear-gradient(transparent 90%, rgba(195, 160, 93, 0.6) 10%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.3s ease;
  color: #111827;
  padding-bottom: 2px;
}

.job-card:hover h3 a {
  background-size: 100% 100%;
  color: #8a6833;
}

.job-card-stretched-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.job-card-salary {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #15803d;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 18px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  min-height: 0;
}

.job-card-salary i {
  width: 24px;
  height: 24px;
  background: #54b471;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: white;
}

.job-card-salary span {
  line-height: 1.3;
}

.job-card-posted {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  margin: -8px 0 4px;
  padding: 7px 11px;
  border: 1px solid rgba(245, 158, 11, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, #fff7ed 0%, #fefce8 100%);
  box-shadow: 0 10px 22px rgba(180, 83, 9, 0.08);
  color: #92400e;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
}

.job-card-posted i {
  color: #d97706;
  font-size: 12px;
  flex-shrink: 0;
}

.job-card-posted span {
  min-width: 0;
}

.job-card-context {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  flex-grow: 1;
}

.company-full-name,
.job-location {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #4b5563;
}

.company-full-name span {
  font-weight: 600;
  color: #374151;
  word-break: break-word;
}

.company-full-name i,
.job-location i {
  color: #94a3b8;
  margin-top: 3px;
  flex-shrink: 0;
}

.job-detail-company {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7c5a26;
}

.job-card-summary {
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.job-card-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px dashed #e5e7eb;
  font-size: 13px;
  font-weight: 600;
}

.fact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #64748b;
}

.fact-item i {
  color: #c3a05d;
}

.fact-item.urgency {
  color: #b45309;
}

.fact-item.urgency i {
  color: #b45309;
}

.jobs-portal-grid,
.jobs-auth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.jobs-directory-section {
  background:
    radial-gradient(circle at top left, rgba(195, 160, 93, 0.16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbf6ec 100%);
}

.jobs-directory-shell {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(195, 160, 93, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 70px rgba(18, 32, 55, 0.08);
}

.jobs-directory-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 248, 234, 0.94), rgba(255, 255, 255, 0) 46%),
    radial-gradient(circle at 92% 12%, rgba(245, 158, 11, 0.14), transparent 26%);
}

.jobs-directory-shell > * {
  position: relative;
  z-index: 1;
}

.jobs-directory-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid rgba(195, 160, 93, 0.24);
  border-radius: 18px;
  background: #fffaf2;
}

.jobs-directory-tab {
  min-height: 54px;
  padding: 0 18px;
  border: 0;
  border-right: 1px solid rgba(195, 160, 93, 0.18);
  background: transparent;
  color: #7c5a26;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  transition: all 0.22s ease;
}

.jobs-directory-tab:last-child {
  border-right: 0;
}

.jobs-directory-tab:hover,
.jobs-directory-tab.is-active {
  background: #ffffff;
  color: #111827;
  box-shadow: inset 0 -3px 0 #b68d40;
}

.jobs-directory-results {
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid rgba(195, 160, 93, 0.2);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.045);
}

.jobs-directory-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.jobs-directory-result-head > div:first-child {
  display: grid;
  gap: 4px;
}

.jobs-directory-result-head strong {
  color: #111827;
  font-size: 18px;
}

.jobs-directory-result-head span {
  display: block;
  color: #92400e;
  font-size: 13px;
  font-weight: 800;
}

.jobs-directory-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.jobs-directory-result-action,
.jobs-directory-result-clear {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  transition: all 0.22s ease;
}

.jobs-directory-result-action {
  border: 1px solid rgba(180, 83, 9, 0.22);
  background: #fff7ed;
  color: #92400e;
}

.jobs-directory-result-clear {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #64748b;
}

.jobs-directory-result-action:hover,
.jobs-directory-result-clear:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.jobs-directory-result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.jobs-directory-result-card {
  display: grid;
  gap: 7px;
  padding: 14px;
  border: 1px solid #edf2f7;
  border-radius: 16px;
  background: #f8fafc;
  color: #334155;
  transition: all 0.22s ease;
}

.jobs-directory-result-card:hover {
  transform: translateY(-2px);
  border-color: rgba(195, 160, 93, 0.34);
  background: #fff8ea;
}

.jobs-directory-result-card strong {
  color: #111827;
  font-size: 15px;
  line-height: 1.35;
}

.jobs-directory-result-card span,
.jobs-directory-result-card em {
  color: #64748b;
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

.jobs-directory-result-card em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.jobs-directory-result-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jobs-directory-result-card small {
  padding: 4px 8px;
  border-radius: 999px;
  background: #ffffff;
  color: #7c5a26;
  font-size: 12px;
  font-weight: 800;
}

.jobs-directory-result-empty {
  padding: 14px;
  border-radius: 14px;
  background: #f8fafc;
  color: #64748b;
  font-weight: 700;
  text-align: center;
}

.jobs-directory-panel {
  padding: 24px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.045);
  scroll-margin-top: 96px;
}

.jobs-directory-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 16px;
}

.jobs-directory-list--locations {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jobs-directory-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 9px 10px 9px 18px;
  border-radius: 12px;
  background: transparent;
  color: #334155;
  font-size: 14px;
  line-height: 1.35;
  position: relative;
  transition: all 0.25s ease;
}

.jobs-directory-link::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #c3a05d;
  transform: translateY(-50%);
}

.jobs-directory-text {
  min-width: 0;
  font-weight: 700;
}

.jobs-directory-count {
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f8fafc;
  color: #7c5a26;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.jobs-directory-link:hover,
.jobs-directory-link.is-active {
  background: #fff8ea;
  color: #7c5a26;
  box-shadow: inset 0 0 0 1px rgba(195, 160, 93, 0.18);
}

.jobs-directory-link.is-active::after {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #b45309;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
}

.jobs-directory-link.has-openings .jobs-directory-count {
  background: #fff7ed;
  color: #b45309;
}

.jobs-directory-link.is-featured {
  background: linear-gradient(135deg, #fff7ed, #fefce8);
}

.jobs-directory-link.is-coming-soon {
  color: #64748b;
}

.jobs-directory-link.is-coming-soon .jobs-directory-count {
  background: #f1f5f9;
  color: #94a3b8;
}

.jobs-auth-page .jobs-hero {
  padding: 40px 0 26px;
}

.jobs-auth-page .jobs-section.section-padding {
  padding: 30px 0 78px;
}

.jobs-auth-page .jobs-auth-grid {
  margin-top: 0;
}

.jobs-candidate-showcase {
  background:
    radial-gradient(circle at top left, rgba(255, 248, 232, 0.96), rgba(255, 255, 255, 0.82) 58%),
    linear-gradient(180deg, #fffdf8 0%, #fdf7ef 100%);
}

.jobs-candidate-showcase-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.jobs-candidate-showcase-copy {
  max-width: 760px;
}

.jobs-candidate-showcase-note {
  max-width: 360px;
  padding: 8px 0 8px 18px;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-left: 2px solid rgba(182, 141, 64, 0.3);
  box-shadow: none;
  backdrop-filter: none;
}

.jobs-candidate-showcase-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
  color: #1f2937;
  font-family: var(--font-serif);
}

.jobs-candidate-showcase-note span {
  display: block;
  font-size: 14px;
  line-height: 1.65;
  color: #5c6877;
}

.jobs-candidate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.jobs-candidate-card {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(182, 141, 64, 0.14);
  border-radius: 28px;
  box-shadow: 0 14px 32px rgba(35, 42, 52, 0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.jobs-candidate-card:hover {
  transform: translateY(-4px);
  border-color: rgba(182, 141, 64, 0.28);
  box-shadow: 0 18px 40px rgba(35, 42, 52, 0.09);
}

.jobs-candidate-card-link {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px;
  color: inherit;
  text-decoration: none;
}

.jobs-candidate-card-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
}

.jobs-candidate-card-link:focus-visible {
  outline: 2px solid rgba(182, 141, 64, 0.7);
  outline-offset: -4px;
  border-radius: 22px;
}

.jobs-candidate-card::after {
  content: none;
}

.jobs-candidate-card-head {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px;
}

.jobs-candidate-card-head--list {
  gap: 16px;
  margin-bottom: 16px;
}

.jobs-candidate-avatar-thumb {
  position: relative;
  flex-shrink: 0;
  width: 102px;
  height: 102px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(182, 141, 64, 0.24);
  box-shadow: 0 16px 28px rgba(160, 120, 61, 0.12);
  background: #fff;
}

.jobs-candidate-avatar-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.jobs-candidate-avatar-thumb--list {
  width: 128px;
  height: 128px;
  border-radius: 34px;
}

.jobs-candidate-avatar-thumb--mini {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(160, 120, 61, 0.12);
}

.jobs-candidate-avatar-thumb--detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 350px;
  border-radius: 32px;
  box-shadow: 0 16px 30px rgba(160, 120, 61, 0.14);
}

.jobs-candidate-avatar-thumb--detail img {
  width: 96%;
  height: 96%;
  border-radius: 28px;
  object-fit: cover;
}

.jobs-candidate-card-media--list {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding: 22px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 250, 239, 0.78), rgba(250, 244, 232, 0.9));
  border: 1px solid rgba(182, 141, 64, 0.12);
}

.jobs-candidate-card-media--list .jobs-candidate-avatar-thumb--list {
  width: 148px;
  height: 148px;
  border-radius: 38px;
}

.jobs-candidate-avatar {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #7a551e;
  background: linear-gradient(145deg, #fbe7bc, #fff4dd);
  border: 1px solid rgba(195, 160, 93, 0.34);
}

.jobs-candidate-headline {
  flex: 1;
  min-width: 0;
}

.jobs-candidate-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 0;
  margin: 0 0 10px;
}

.jobs-candidate-headline h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.28;
  color: #1f2937;
}

.jobs-candidate-headline p {
  margin: 6px 0 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: #7b6240;
}

.jobs-candidate-card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  flex-shrink: 0;
  color: #87653a;
  background: #fbf6ee;
  border: 1px solid rgba(182, 141, 64, 0.12);
  box-shadow: none;
  transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.jobs-candidate-card:hover .jobs-candidate-card-arrow {
  transform: translate(2px, -2px);
  background: #8b6b39;
  color: #fffef8;
}

.jobs-candidate-facts {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.jobs-candidate-facts span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  line-height: 1.45;
  color: #49576a;
}

.jobs-candidate-facts i {
  color: #c39856;
}

.jobs-candidate-intro {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.75;
  color: #4b5563;
}

.jobs-candidate-skill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.jobs-candidate-skill-list li {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 600;
  color: #7b5a2d;
  background: #fcf7ef;
  border: 1px solid rgba(195, 160, 93, 0.2);
}

.jobs-candidate-foot {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(226, 229, 235, 0.9);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.jobs-candidate-foot-meta strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13.5px;
  color: #2f3b4b;
}

.jobs-candidate-foot-meta span {
  display: block;
  font-size: 12.5px;
  color: #8c97a6;
}

.jobs-candidate-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7b5a2d;
  white-space: nowrap;
}

.jobs-candidate-card-cta::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.jobs-candidate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.jobs-candidate-actions > * {
  flex: 1 1 260px;
  justify-content: center;
  text-align: center;
}

.jobs-candidate-list-core {
  padding-top: 40px;
}

.jobs-candidate-discovery {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.jobs-candidate-discovery-copy {
  display: grid;
  gap: 5px;
}

.jobs-candidate-discovery-copy strong {
  font-size: 20px;
  color: #1f2937;
  font-family: var(--font-serif);
}

.jobs-candidate-discovery-copy span {
  font-size: 14px;
  color: #6b7280;
}

.jobs-candidate-discovery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jobs-candidate-discovery-actions > * {
  justify-content: center;
}

.jobs-candidate-filter-bar {
  margin-top: 0;
  margin-bottom: 18px;
}

.jobs-candidate-filter-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jobs-candidate-list-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 0;
}

.jobs-candidate-list-card .jobs-candidate-badges {
  margin-bottom: 8px;
}

.jobs-candidate-list-card .jobs-candidate-intro {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jobs-candidate-detail-top {
  display: block;
}

.jobs-candidate-hero-card {
  padding: 30px 32px;
  background: linear-gradient(145deg, rgba(255, 252, 245, 0.98) 0%, rgba(255, 247, 232, 0.94) 100%);
  border: 1px solid rgba(182, 141, 64, 0.16);
  border-radius: 28px;
  box-shadow: 0 16px 36px rgba(18, 32, 55, 0.06);
}

.jobs-candidate-detail-hero .job-detail-top {
  align-items: stretch;
}

.jobs-candidate-detail-main {
  display: grid;
  grid-template-columns: minmax(220px, 240px) minmax(0, 1fr);
  align-items: start;
  gap: 32px;
}

.jobs-candidate-detail-avatar-wrap {
  width: 100%;
  max-width: 240px;
}

.jobs-candidate-detail-main .jobs-candidate-avatar-thumb--detail {
  width: min(100%, 240px);
  max-width: 240px;
  height: auto;
  aspect-ratio: 4 / 5;
  border-radius: 28px;
}

.jobs-candidate-detail-main .jobs-candidate-avatar-thumb--detail img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.jobs-candidate-detail-main-copy {
  min-width: 0;
}

.jobs-candidate-updated-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  font-size: 13px;
  color: #6b7280;
}

.jobs-candidate-updated-note i {
  color: #b68d40;
}

.jobs-candidate-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jobs-candidate-hero-facts li {
  display: grid;
  gap: 6px;
  min-height: 72px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(182, 141, 64, 0.14);
  border-radius: 16px;
}

.jobs-candidate-hero-facts span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9a7a47;
}

.jobs-candidate-hero-facts strong {
  font-size: 14px;
  line-height: 1.55;
  color: #273443;
}

.jobs-candidate-detail-top .job-detail-eyebrow .job-detail-company::before {
  content: none;
}

.jobs-candidate-detail-top .job-detail-eyebrow .job-detail-company {
  color: #6b7280;
  font-size: 14px;
}

.jobs-candidate-detail-top .job-detail-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.jobs-candidate-detail-top .job-detail-highlights li {
  width: auto;
  min-width: 0;
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(182, 141, 64, 0.14);
  box-shadow: none;
}

.jobs-candidate-detail-grid .job-detail-main {
  display: grid;
  gap: 20px;
}

.jobs-candidate-detail-grid .job-detail-main > .jobs-candidate-facts-box {
  margin-bottom: 0;
}

.jobs-candidate-detail-grid .job-detail-side {
  display: grid;
  gap: 16px;
}

.jobs-candidate-prose h2 {
  margin-top: 24px;
}

.jobs-candidate-about-section p + p {
  margin-top: 12px;
}

.jobs-candidate-about-section p:first-of-type {
  font-size: 17px;
  color: #334155;
}

.jobs-candidate-highlight-list {
  display: grid;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.jobs-candidate-highlight-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: static;
  padding-left: 12px;
  padding: 11px 12px;
  margin-bottom: 0;
  background: #faf7f1;
  border: 1px solid rgba(182, 141, 64, 0.14);
  border-radius: 12px;
  color: #4f5c6b;
}

.jobs-candidate-prose .jobs-candidate-highlight-list li::before,
.jobs-candidate-prose .jobs-candidate-skill-list li::before {
  content: none;
}

.jobs-candidate-prose .jobs-candidate-skill-list li {
  position: static;
  padding-left: 11px;
  margin-bottom: 0;
}

.jobs-candidate-highlight-list i {
  margin-top: 3px;
  color: #b68d40;
}

.jobs-candidate-skill-list--detail {
  margin-top: 12px;
}

.jobs-candidate-contact-lock {
  background: linear-gradient(165deg, #fffefb, #f9f3e7);
}

.jobs-candidate-facts-box .job-detail-fact {
  padding: 0 0 12px;
  background: transparent;
  border: 0;
  border-bottom: 1px dashed rgba(182, 141, 64, 0.24);
  border-radius: 0;
}

.jobs-candidate-facts-box .job-detail-fact span {
  margin-bottom: 4px;
}

.jobs-candidate-facts-box--secondary {
  background: linear-gradient(180deg, #fffdfa 0%, #fbf7ef 100%);
}

.jobs-candidate-contact-preview {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.jobs-candidate-contact-preview li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  color: #5b6573;
}

.jobs-candidate-contact-preview i {
  color: #b68d40;
}

.jobs-related-candidate-section {
  margin-top: 24px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: 24px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.04);
}

.jobs-related-candidate-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.jobs-candidate-mini-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(182, 141, 64, 0.15);
  border-radius: 14px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.jobs-candidate-mini-card:hover {
  transform: translateY(-3px);
  border-color: rgba(182, 141, 64, 0.3);
  box-shadow: 0 14px 28px rgba(35, 42, 52, 0.08);
}

.jobs-candidate-mini-link {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  padding: 16px;
  color: inherit;
  text-decoration: none;
}

.jobs-candidate-mini-link:focus-visible {
  outline: 2px solid rgba(182, 141, 64, 0.7);
  outline-offset: -4px;
  border-radius: 14px;
}

.jobs-candidate-mini-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.jobs-candidate-mini-copy h3 {
  margin: 0;
  font-size: 16px;
  color: #1f2937;
}

.jobs-candidate-mini-copy p {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
}

.jobs-candidate-mini-meta {
  display: grid;
  gap: 6px;
}

.jobs-candidate-mini-meta span,
.jobs-candidate-mini-salary {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12.5px;
  line-height: 1.55;
  color: #556272;
}

.jobs-candidate-mini-meta i,
.jobs-candidate-mini-salary i {
  margin-top: 3px;
  color: #b68d40;
  flex: 0 0 auto;
}

.jobs-candidate-mini-salary span {
  font-weight: 700;
  color: #8a6130;
}

.jobs-recruiter-filter-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jobs-recruiter-filter-grid .jobs-filter-field.is-wide {
  grid-column: span 2;
}

.recruiter-applications-page .jobs-recruiter-filter-grid {
  grid-template-columns: minmax(0, 1.9fr) minmax(190px, 1fr) minmax(180px, 0.92fr) minmax(160px, 0.78fr);
  align-items: end;
}

.recruiter-applications-page .jobs-recruiter-filter-grid .jobs-filter-field.is-wide {
  grid-column: auto;
}

.jobs-recruiter-candidate-table td {
  vertical-align: top;
}

.jobs-recruiter-application-list {
  display: grid;
  gap: 14px;
}

.jobs-recruiter-application-card {
  padding: 18px;
  cursor: pointer;
  border: 1px solid rgba(182, 141, 64, 0.16);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(18, 32, 55, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.jobs-recruiter-application-card:hover {
  transform: translateY(-1px);
  border-color: rgba(182, 141, 64, 0.34);
  box-shadow: 0 16px 30px rgba(18, 32, 55, 0.07);
}

.jobs-recruiter-application-card.is-selected {
  border-color: #c3a05d;
  box-shadow: 0 0 0 2px rgba(195, 160, 93, 0.14), 0 16px 30px rgba(18, 32, 55, 0.07);
}

.jobs-recruiter-application-card.is-priority {
  background: linear-gradient(180deg, #fffdf6 0%, #fff8eb 100%);
}

.jobs-recruiter-application-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.jobs-recruiter-application-id {
  display: grid;
  gap: 8px;
}

.jobs-recruiter-application-code {
  width: fit-content;
}

.jobs-recruiter-status-pill {
  width: fit-content;
}

.jobs-recruiter-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.jobs-recruiter-card-main {
  display: grid;
  gap: 12px;
}

.jobs-recruiter-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jobs-recruiter-meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f8f4ec;
  color: #516173;
  font-size: 12.5px;
  line-height: 1.4;
}

.jobs-recruiter-meta-chip i {
  color: #8f6731;
  font-size: 12px;
}

.jobs-recruiter-application-jobline {
  margin: 0;
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: #6b7280;
}

.jobs-recruiter-application-jobline .job-source-link {
  margin-top: 0;
  font-size: 14px;
}

.jobs-recruiter-card-note {
  margin: 14px 0 0;
  padding-left: 14px;
  border-left: 3px solid rgba(182, 141, 64, 0.2);
  font-size: 13px;
  line-height: 1.6;
  color: #6a7688;
}

.jobs-recruiter-application-body {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
  gap: 16px;
  align-items: start;
}

.jobs-recruiter-application-job {
  padding: 14px 16px;
  border: 1px solid rgba(182, 141, 64, 0.12);
  border-radius: 16px;
  background: #faf7f2;
}

.jobs-recruiter-application-job .job-source-link {
  display: inline-block;
  margin-top: 6px;
  font-weight: 700;
}

.jobs-recruiter-application-job .jobs-dashboard-note {
  display: block;
  margin-bottom: 4px;
}

.jobs-recruiter-candidate-name {
  display: grid;
  gap: 6px;
}

.jobs-recruiter-candidate-name strong {
  font-size: 16px;
  color: #1f2937;
}

.jobs-recruiter-candidate-name span {
  font-size: 13px;
  color: #6e7b8f;
}

.jobs-recruiter-application-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.jobs-recruiter-application-actions > * {
  flex: 0 1 auto;
}

.jobs-recruiter-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.jobs-recruiter-card-action i {
  font-size: 13px;
}

.jobs-recruiter-profile-btn {
  min-width: 144px;
}

.jobs-empty-state {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px dashed rgba(182, 141, 64, 0.34);
  background: #fffaf3;
  color: #7a5a2a;
  font-size: 14px;
  line-height: 1.6;
}

.jobs-recruiter-status-select {
  min-height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(182, 141, 64, 0.22);
  padding: 0 10px;
  font-size: 13px;
  color: #364152;
  background: #fff;
}

.jobs-recruiter-actions-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jobs-recruiter-shortlist-btn,
.jobs-recruiter-note-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid rgba(182, 141, 64, 0.28);
  background: #fff;
  color: #7a5a2f;
  font-size: 12px;
  font-weight: 700;
}

.jobs-recruiter-shortlist-btn:hover,
.jobs-recruiter-note-btn:hover {
  background: #f9f2e4;
  color: #5f4320;
}

.jobs-recruiter-shortlist-btn.is-active,
.jobs-recruiter-note-btn.is-active {
  background: #f7e8c8;
  border-color: rgba(182, 141, 64, 0.46);
  color: #5c3f16;
}

.jobs-recruiter-action-tip {
  margin: 9px 0 0;
  font-size: 12.5px;
  line-height: 1.55;
  color: #728095;
}

.jobs-recruiter-focus-card {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 126px;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid rgba(182, 141, 64, 0.16);
  background: linear-gradient(180deg, #fffdf8 0%, #fffaf2 100%);
}

.jobs-recruiter-focus-card.is-empty {
  border-style: dashed;
  background: linear-gradient(180deg, #fffdf9 0%, #fffaf3 100%);
}

.jobs-recruiter-focus-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.jobs-recruiter-focus-head h3 {
  margin: 12px 0 8px;
  font-size: 22px;
  line-height: 1.3;
}

.jobs-recruiter-focus-meta,
.jobs-recruiter-focus-job {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #5b6470;
}

.jobs-recruiter-focus-job {
  margin-top: 6px;
}

.jobs-recruiter-focus-controls {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 16px;
  align-items: end;
  margin-top: 18px;
}

.jobs-recruiter-focus-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jobs-recruiter-focus-actions .btn-outline-brown.is-active {
  background: #f8f1e5;
  border-color: rgba(182, 141, 64, 0.42);
  color: #6d4e22;
}

.jobs-recruiter-focus-card :disabled {
  opacity: 0.58;
  cursor: not-allowed;
}

.jobs-recruiter-focus-backdrop {
  display: none;
}

.jobs-recruiter-focus-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(182, 141, 64, 0.18);
  background: #fff;
  color: #7a5a2a;
  cursor: pointer;
}

.jobs-recruiter-focus-close:hover {
  background: #f8f1e5;
  border-color: rgba(182, 141, 64, 0.3);
}

.jobs-recruiter-focus-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1250;
  background: rgba(15, 23, 42, 0.42);
}

.jobs-recruiter-focus-backdrop:not([hidden]) {
  display: block;
}

.jobs-recruiter-ops-panel {
  margin-top: 0;
}

.jobs-recruiter-ops-compact {
  position: sticky;
  top: 98px;
  z-index: 40;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.jobs-recruiter-ops-compact[hidden] {
  display: none !important;
}

.jobs-recruiter-ops-compact-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jobs-recruiter-ops-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f8f1e5;
  color: #6f5329;
  font-size: 12.5px;
  font-weight: 600;
}

.jobs-recruiter-ops-chip strong {
  margin-right: 4px;
  font-size: 13px;
}

.jobs-recruiter-ops-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1252;
  background: rgba(15, 23, 42, 0.42);
}

.jobs-recruiter-ops-backdrop:not([hidden]) {
  display: block;
}

.jobs-recruiter-ops-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.jobs-recruiter-ops-card {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(182, 141, 64, 0.16);
  background: #fffdf8;
}

.jobs-recruiter-ops-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.jobs-recruiter-ops-head h3 {
  margin: 0;
  font-size: 18px;
}

.jobs-recruiter-ops-head h4 {
  margin: 0;
  font-size: 16px;
}

.jobs-recruiter-ops-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(182, 141, 64, 0.18);
  background: #fff;
  color: #7a5a2a;
  cursor: pointer;
}

.jobs-recruiter-ops-close:hover {
  background: #f8f1e5;
  border-color: rgba(182, 141, 64, 0.3);
}

.jobs-recruiter-shortlist-list,
.jobs-recruiter-activity-feed {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.jobs-recruiter-shortlist-list li,
.jobs-recruiter-activity-feed li {
  padding: 10px 11px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(182, 141, 64, 0.14);
  font-size: 13px;
  color: #536072;
}

.jobs-recruiter-shortlist-list li a {
  font-weight: 700;
  color: #2f3f56;
}

.jobs-recruiter-shortlist-list li span {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: #8a94a4;
}

.jobs-recruiter-empty-note {
  color: #8691a3;
}

.jobs-note-dialog {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: grid;
  place-items: center;
}

.jobs-note-dialog-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
}

.jobs-note-dialog-card {
  position: relative;
  z-index: 1;
  width: min(560px, calc(100vw - 30px));
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(16, 24, 40, 0.25);
  border: 1px solid rgba(182, 141, 64, 0.22);
}

.jobs-note-dialog-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.jobs-note-dialog-card p {
  margin: 0 0 14px;
  font-size: 14px;
  color: #5f6a7a;
}

.jobs-note-dialog-card textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(182, 141, 64, 0.26);
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.6;
  resize: vertical;
  min-height: 130px;
}

.jobs-note-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}

body.is-note-dialog-open,
body.is-request-dialog-open,
body.is-recruiter-focus-open,
body.is-recruiter-ops-open {
  overflow: hidden;
}

.jobs-request-dialog {
  position: fixed;
  inset: 0;
  z-index: 1250;
  display: grid;
  place-items: center;
}

.jobs-note-dialog[hidden],
.jobs-request-dialog[hidden] {
  display: none !important;
}

.jobs-request-dialog-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  border: 0;
  background: rgba(15, 23, 42, 0.55);
  cursor: pointer;
}

.jobs-request-dialog-card {
  position: relative;
  z-index: 1;
  width: min(560px, calc(100vw - 30px));
  padding: 26px 24px 24px;
  border-radius: 20px;
  background: #fffdf9;
  box-shadow: 0 30px 70px rgba(16, 24, 40, 0.28);
  border: 1px solid rgba(182, 141, 64, 0.2);
}

.jobs-request-dialog-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(182, 141, 64, 0.18);
  background: #fff;
  color: #7a5a2f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.jobs-request-dialog-close:hover {
  background: #f8f1e5;
  border-color: rgba(182, 141, 64, 0.3);
}

.jobs-request-dialog-card h3 {
  margin: 0 0 10px;
  padding-right: 42px;
  font-size: 26px;
}

.jobs-request-dialog-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #596577;
}

.jobs-request-dialog-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.jobs-request-dialog-list li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.65;
  color: #48576b;
}

.jobs-request-dialog-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #b68d40;
  font-size: 13px;
}

.jobs-request-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.jobs-portal-card,
.jobs-auth-card,
.jobs-dashboard-panel {
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(182, 141, 64, 0.14);
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.04);
}

.jobs-portal-card h3,
.jobs-auth-card h2,
.jobs-dashboard-panel h2 {
  margin: 10px 0 12px;
  font-family: var(--font-serif);
  font-size: 30px;
  line-height: 1.25;
}

.jobs-portal-card p,
.jobs-auth-card p,
.jobs-dashboard-note,
.jobs-dashboard-list p {
  font-size: 15px;
  line-height: 1.75;
  color: #5b6470;
}

.jobs-portal-card ul,
.jobs-auth-list,
.jobs-dashboard-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.jobs-portal-card li,
.jobs-auth-list li {
  position: relative;
  padding-left: 18px;
  color: #4b5563;
}

.jobs-portal-card li::before,
.jobs-auth-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-dark);
}

.jobs-portal-actions,
.jobs-auth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.jobs-portal-actions > *,
.jobs-auth-actions > * {
  flex: 1 1 220px;
  justify-content: center;
  text-align: center;
}

.jobs-auth-fields {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.jobs-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.jobs-form-grid .jobs-filter-field.full {
  grid-column: 1 / -1;
}

.jobs-apply-card {
  max-width: 980px;
  margin: 0 auto;
}

.jobs-dashboard-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.jobs-dashboard-sidebar {
  position: sticky;
  top: 110px;
}

.jobs-dashboard-menu {
  display: grid;
  gap: 10px;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(182, 141, 64, 0.14);
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.04);
}

.jobs-dashboard-menu a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 14px;
  color: #4b5563;
  font-weight: 600;
}

.jobs-dashboard-menu a:hover,
.jobs-dashboard-menu a.is-active {
  background: #f8f1e5;
  color: var(--gold-dark);
}

.jobs-dashboard-main {
  display: grid;
  gap: 20px;
}

.recruiter-applications-page .container.jobs-dashboard-shell {
  max-width: 1320px;
}

.recruiter-applications-page .jobs-dashboard-shell {
  grid-template-columns: 264px minmax(0, 1fr);
  gap: 24px;
}

.recruiter-applications-page .jobs-dashboard-sidebar {
  position: sticky;
  top: 110px;
}

.recruiter-applications-page .jobs-dashboard-main {
  grid-template-columns: 1fr;
}

.jobs-recruiter-filter-panel {
  grid-area: auto;
}

.jobs-recruiter-status-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.jobs-recruiter-status-chips button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(182, 141, 64, 0.18);
  background: #fff;
  color: #6f5330;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.jobs-recruiter-status-chips button.is-active,
.jobs-recruiter-status-chips button:hover {
  border-color: rgba(182, 141, 64, 0.38);
  background: #f8efdf;
  color: #5f411b;
}

.jobs-recruiter-status-chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(182, 141, 64, 0.2);
  font-size: 11px;
}

@media (max-width: 767px) {
  .jobs-recruiter-status-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    margin-right: -14px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
  }

  .jobs-recruiter-status-chips::-webkit-scrollbar {
    display: none;
  }

  .jobs-recruiter-status-chips button {
    flex: 0 0 auto;
    scroll-snap-align: start;
    white-space: nowrap;
  }
}

.recruiter-applications-page .jobs-dashboard-panel {
  padding: 24px;
}

.recruiter-applications-page .jobs-dashboard-panel-head h2 {
  font-size: 24px;
}

.recruiter-applications-page .jobs-dashboard-panel-head > div {
  display: grid;
  gap: 6px;
}

.recruiter-applications-page .jobs-recruiter-focus-panel .jobs-dashboard-panel-head {
  margin-bottom: 14px;
}

.recruiter-applications-page .jobs-filter-meta strong {
  font-weight: 600;
  color: #5c6676;
}

.recruiter-applications-page .jobs-recruiter-focus-panel {
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  width: min(960px, calc(100vw - 64px));
  max-height: calc(100vh - 64px);
  overflow: auto;
  margin: 0;
  z-index: 1260;
  transform: translate(-50%, -50%);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.18);
}

.recruiter-applications-page .jobs-recruiter-focus-controls {
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
}

.recruiter-applications-page .jobs-recruiter-focus-actions {
  justify-content: flex-end;
}

.recruiter-applications-page .jobs-recruiter-focus-actions .btn-outline-brown {
  min-height: 40px;
  padding: 0 16px;
  font-size: 14px;
}

.recruiter-applications-page .jobs-recruiter-ops-panel {
  position: fixed;
  top: 50%;
  right: max(24px, calc((100vw - 1320px) / 2 + 24px));
  width: min(460px, calc(100vw - 72px));
  max-height: calc(100vh - 64px);
  overflow: auto;
  margin: 0;
  z-index: 1256;
  transform: translateY(-50%);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.18);
}

.recruiter-applications-page .jobs-recruiter-ops-panel .jobs-recruiter-ops-grid {
  grid-template-columns: 1fr;
}

.recruiter-applications-page .jobs-recruiter-focus-panel[hidden] {
  display: none !important;
}

.recruiter-applications-page .jobs-recruiter-ops-panel[hidden] {
  display: none !important;
}

.jobs-dashboard-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.jobs-dashboard-panel-head h2 {
  margin: 0;
  font-size: 28px;
}

.jobs-dashboard-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.jobs-dashboard-facts div {
  padding: 16px;
  background: #faf7f2;
  border: 1px solid rgba(182, 141, 64, 0.12);
  border-radius: 18px;
}

.jobs-dashboard-facts span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b6b39;
}

.jobs-dashboard-facts strong,
.jobs-dashboard-list strong {
  display: block;
  font-size: 16px;
  line-height: 1.55;
  color: #1f2937;
}

.jobs-dashboard-list article {
  padding: 16px 0;
  border-top: 1px dashed rgba(182, 141, 64, 0.2);
}

.jobs-dashboard-list article:first-child {
  padding-top: 0;
  border-top: 0;
}

.jobs-dashboard-note {
  font-size: 13px;
  color: #8b7280;
}

.jobs-dashboard-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(182, 141, 64, 0.16);
  border-radius: 18px;
}

.jobs-dashboard-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  background: #fff;
}

.jobs-dashboard-table th,
.jobs-dashboard-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(229, 231, 235, 0.95);
  font-size: 14px;
  line-height: 1.6;
}

.jobs-dashboard-table th {
  background: #faf7f2;
  color: #7c5a26;
  font-weight: 700;
}

.jobs-dashboard-table tr:last-child td {
  border-bottom: 0;
}

.jobs-application-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: jobs-step;
}

.jobs-application-steps li {
  position: relative;
  display: grid;
  gap: 4px;
  padding: 14px 14px 14px 46px;
  background: #faf7f2;
  border: 1px solid rgba(182, 141, 64, 0.14);
  border-radius: 14px;
}

.jobs-application-steps li::before {
  counter-increment: jobs-step;
  content: counter(jobs-step);
  position: absolute;
  left: 14px;
  top: 14px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(182, 141, 64, 0.18);
  color: #7c5a26;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.jobs-application-steps li span {
  font-size: 14px;
  line-height: 1.65;
  color: #5b6470;
}

.jobs-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.jobs-status-pill.is-active,
.jobs-status-pill.is-saved {
  background: #e8f7ed;
  color: #18794e;
}

.jobs-status-pill.is-reviewing {
  background: #fff4db;
  color: #8b6b39;
}

.jobs-status-pill.is-muted {
  background: #eef2f7;
  color: #64748b;
}

.jobs-status-pill.is-warning {
  background: #fff3dc;
  color: #9a5e0a;
}

.candidate-application-hero-actions {
  margin-top: 22px;
}

.candidate-applications-summary-panel {
  background:
    radial-gradient(circle at top right, rgba(182, 141, 64, 0.16), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #fff 58%);
}

.candidate-applications-summary-panel .jobs-dashboard-panel-head,
.candidate-applications-list-panel .jobs-dashboard-panel-head,
.candidate-application-guide-panel .jobs-dashboard-panel-head {
  align-items: flex-start;
}

.candidate-application-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 14px;
}

.candidate-application-summary-grid article {
  position: relative;
  overflow: hidden;
  min-height: 128px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(182, 141, 64, 0.14);
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.candidate-application-summary-grid article::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -34px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(182, 141, 64, 0.1);
}

.candidate-application-summary-grid article.is-reviewing {
  border-color: rgba(182, 141, 64, 0.26);
  background: linear-gradient(180deg, #fff8eb 0%, #fff 100%);
}

.candidate-application-summary-grid article.is-muted {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.candidate-application-summary-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: #f8f1e5;
  color: #8a612b;
}

.candidate-application-summary-grid strong {
  display: block;
  color: #1f2937;
  font-size: 30px;
  line-height: 1.1;
}

.candidate-application-summary-grid span {
  display: block;
  margin-top: 6px;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}

.candidate-application-alert {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
  padding: 13px 14px;
  border-radius: 16px;
  border: 1px solid rgba(182, 141, 64, 0.18);
  background: #fff8ec;
}

.candidate-application-alert i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #fff;
  color: #8a612b;
}

.candidate-application-alert p {
  margin: 0;
  color: #5b6470;
  font-size: 13.5px;
  line-height: 1.65;
}

.candidate-application-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.candidate-application-filter-chips a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(182, 141, 64, 0.18);
  background: #fff;
  color: #6f5330;
  font-size: 13px;
  font-weight: 700;
}

.candidate-application-filter-chips a.is-active,
.candidate-application-filter-chips a:hover {
  border-color: rgba(182, 141, 64, 0.38);
  background: #f8efdf;
  color: #5f411b;
}

.candidate-application-filter-chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(182, 141, 64, 0.2);
  font-size: 11px;
}

.candidate-application-list {
  display: grid;
  gap: 14px;
}

.candidate-application-empty {
  margin-top: 14px;
}

.candidate-application-card {
  position: relative;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(182, 141, 64, 0.14);
  background: linear-gradient(180deg, #fff 0%, #fffbf5 100%);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.candidate-application-card.is-reviewing {
  border-color: rgba(182, 141, 64, 0.24);
  background: linear-gradient(180deg, #fffaf0 0%, #fff 100%);
}

.candidate-application-card.is-expired {
  background: linear-gradient(180deg, #fbfcfe 0%, #fff 100%);
}

.candidate-application-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 12px;
}

.candidate-application-card-head h3 {
  margin: 6px 0 0;
  font-size: 20px;
  line-height: 1.35;
}

.candidate-application-card-head h3 a {
  color: #1f2937;
}

.candidate-application-code {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: #f8f1e5;
  color: #7a5a2a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.candidate-application-card-head .jobs-status-pill {
  flex: 0 0 auto;
}

.candidate-application-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.candidate-application-meta li {
  display: inline-flex;
  align-items: flex-start;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #f8fafc;
  color: #5b6470;
  font-size: 12.5px;
  line-height: 1.35;
}

.candidate-application-meta i {
  margin-top: 1px;
  color: #8a612b;
}

.candidate-application-next {
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff8ec;
  color: #5f6a7a;
  font-size: 13.5px;
  line-height: 1.65;
}

.candidate-application-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.candidate-application-actions > * {
  flex: 1 1 190px;
  justify-content: center;
}

.candidate-application-guide-actions {
  margin-top: 16px;
}

@media (max-width: 1100px) {
  .candidate-application-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .candidate-application-hero-actions > * {
    flex: 1 1 100%;
    justify-content: center;
  }

  .candidate-application-summary-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .candidate-application-summary-grid article {
    min-height: 0;
    padding: 14px;
  }

  .candidate-application-alert {
    grid-template-columns: 1fr;
  }

  .candidate-application-filter-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    margin-right: -14px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .candidate-application-filter-chips::-webkit-scrollbar {
    display: none;
  }

  .candidate-application-filter-chips a {
    flex: 0 0 auto;
  }

  .candidate-application-card {
    padding: 14px;
    border-radius: 16px;
  }

  .candidate-application-card-head {
    flex-direction: column;
    gap: 10px;
  }

  .candidate-application-card-head h3 {
    font-size: 18px;
  }

  .candidate-application-meta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .candidate-application-meta li {
    border-radius: 12px;
  }

  .candidate-application-actions > *,
  .candidate-application-guide-actions > * {
    flex-basis: 100%;
  }
}

.candidate-saved-hero-actions {
  margin-top: 22px;
}

.candidate-saved-summary-panel {
  background:
    radial-gradient(circle at top right, rgba(24, 121, 78, 0.12), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #fff 58%);
}

.candidate-saved-summary-panel .jobs-dashboard-panel-head,
.candidate-saved-list-panel .jobs-dashboard-panel-head,
.candidate-saved-next-panel .jobs-dashboard-panel-head {
  align-items: flex-start;
}

.candidate-saved-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 14px;
}

.candidate-saved-summary-grid article {
  position: relative;
  overflow: hidden;
  min-height: 128px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(182, 141, 64, 0.14);
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.candidate-saved-summary-grid article::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -34px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(182, 141, 64, 0.1);
}

.candidate-saved-summary-grid article.is-active {
  border-color: rgba(24, 121, 78, 0.22);
  background: linear-gradient(180deg, #f3fbf6 0%, #fff 100%);
}

.candidate-saved-summary-grid article.is-muted {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.candidate-saved-summary-grid article.is-warning {
  border-color: rgba(167, 93, 18, 0.24);
  background: linear-gradient(180deg, #fff8ee 0%, #fff 100%);
}

.candidate-saved-summary-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: #f8f1e5;
  color: #8a612b;
}

.candidate-saved-summary-grid strong {
  display: block;
  color: #1f2937;
  font-size: 30px;
  line-height: 1.1;
}

.candidate-saved-summary-grid span {
  display: block;
  margin-top: 6px;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}

.candidate-saved-alert {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
  padding: 13px 14px;
  border-radius: 16px;
  border: 1px solid rgba(24, 121, 78, 0.16);
  background: #f3fbf6;
}

.candidate-saved-alert i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #fff;
  color: #18794e;
}

.candidate-saved-alert p {
  margin: 0;
  color: #5b6470;
  font-size: 13.5px;
  line-height: 1.65;
}

.candidate-saved-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.candidate-saved-filter-chips a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(182, 141, 64, 0.18);
  background: #fff;
  color: #6f5330;
  font-size: 13px;
  font-weight: 700;
}

.candidate-saved-filter-chips a.is-active,
.candidate-saved-filter-chips a:hover {
  border-color: rgba(182, 141, 64, 0.38);
  background: #f8efdf;
  color: #5f411b;
}

.candidate-saved-filter-chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(182, 141, 64, 0.2);
  font-size: 11px;
}

.candidate-saved-job-list {
  display: grid;
  gap: 14px;
}

.candidate-saved-empty {
  margin-top: 14px;
}

.candidate-saved-job-card {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(182, 141, 64, 0.14);
  background: linear-gradient(180deg, #fff 0%, #fffbf5 100%);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.candidate-saved-job-card.is-active {
  border-color: rgba(24, 121, 78, 0.2);
  background: linear-gradient(180deg, #f4fbf7 0%, #fff 100%);
}

.candidate-saved-job-card.is-expired {
  background: linear-gradient(180deg, #fbfcfe 0%, #fff 100%);
}

.candidate-saved-job-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 12px;
}

.candidate-saved-job-head h3 {
  margin: 6px 0 0;
  font-size: 20px;
  line-height: 1.35;
}

.candidate-saved-job-head h3 a {
  color: #1f2937;
}

.candidate-saved-job-head .jobs-status-pill {
  flex: 0 0 auto;
}

.candidate-saved-job-code {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: #f8f1e5;
  color: #7a5a2a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.candidate-saved-job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.candidate-saved-job-meta li {
  display: inline-flex;
  align-items: flex-start;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #f8fafc;
  color: #5b6470;
  font-size: 12.5px;
  line-height: 1.35;
}

.candidate-saved-job-meta i {
  margin-top: 1px;
  color: #8a612b;
}

.candidate-saved-job-next {
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff8ec;
  color: #5f6a7a;
  font-size: 13.5px;
  line-height: 1.65;
}

.candidate-saved-job-card.is-active .candidate-saved-job-next {
  background: #f0faf4;
}

.candidate-saved-job-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.candidate-saved-job-actions > * {
  flex: 1 1 160px;
  justify-content: center;
}

.candidate-saved-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.candidate-saved-next-grid a {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(182, 141, 64, 0.14);
  background: #fffdf8;
  color: #4b5563;
}

.candidate-saved-next-grid a:hover {
  border-color: rgba(182, 141, 64, 0.34);
  background: #fff8ed;
}

.candidate-saved-next-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #f8f1e5;
  color: #8a612b;
}

.candidate-saved-next-grid strong {
  color: #1f2937;
  font-size: 15px;
  line-height: 1.4;
}

.candidate-saved-next-grid span {
  font-size: 13px;
  line-height: 1.6;
  color: #667085;
}

@media (max-width: 1100px) {
  .candidate-saved-summary-grid,
  .candidate-saved-next-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .candidate-saved-hero-actions > * {
    flex: 1 1 100%;
    justify-content: center;
  }

  .candidate-saved-summary-grid,
  .candidate-saved-next-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .candidate-saved-summary-grid article,
  .candidate-saved-job-card,
  .candidate-saved-next-grid a {
    min-height: 0;
    padding: 14px;
    border-radius: 16px;
  }

  .candidate-saved-alert {
    grid-template-columns: 1fr;
  }

  .candidate-saved-filter-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    margin-right: -14px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .candidate-saved-filter-chips::-webkit-scrollbar {
    display: none;
  }

  .candidate-saved-filter-chips a {
    flex: 0 0 auto;
  }

  .candidate-saved-job-head {
    flex-direction: column;
    gap: 10px;
  }

  .candidate-saved-job-head h3 {
    font-size: 18px;
  }

  .candidate-saved-job-meta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .candidate-saved-job-meta li {
    border-radius: 12px;
  }

  .candidate-saved-job-actions > * {
    flex-basis: 100%;
  }
}

.candidate-profile-hero-actions {
  margin-top: 22px;
}

.candidate-profile-summary-panel {
  background:
    radial-gradient(circle at top right, rgba(24, 121, 78, 0.12), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #fff 58%);
}

.candidate-profile-summary-panel .jobs-dashboard-panel-head,
.candidate-profile-form-panel .jobs-dashboard-panel-head,
.candidate-profile-cv-panel .jobs-dashboard-panel-head {
  align-items: flex-start;
}

.candidate-profile-completion-card {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(24, 121, 78, 0.16);
  background: #f3fbf6;
}

.candidate-profile-completion-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}

.candidate-profile-completion-head span,
.candidate-profile-summary-grid span,
.candidate-profile-form-section-head p,
.candidate-profile-cv-card p,
.candidate-profile-cv-card li {
  color: #667085;
  font-size: 13px;
  line-height: 1.6;
}

.candidate-profile-completion-head strong {
  display: block;
  margin-top: 4px;
  color: #18794e;
  font-size: 34px;
  line-height: 1.1;
}

.candidate-profile-completion-head em {
  font-style: normal;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
}

.candidate-profile-progress {
  overflow: hidden;
  height: 10px;
  margin-top: 14px;
  border-radius: 999px;
  background: rgba(24, 121, 78, 0.12);
}

.candidate-profile-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #43a866 0%, #18794e 100%);
  transition: width 0.25s ease;
}

.candidate-profile-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 16px 0;
}

.candidate-profile-summary-grid article {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(182, 141, 64, 0.14);
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.candidate-profile-summary-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: #f8f1e5;
  color: #8a612b;
}

.candidate-profile-summary-grid strong {
  display: block;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.4;
}

.candidate-profile-checklist {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.candidate-profile-checklist li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(182, 141, 64, 0.12);
  background: #fffdf8;
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}

.candidate-profile-checklist i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: #f8fafc;
  color: transparent;
  font-size: 11px;
}

.candidate-profile-checklist li.is-done {
  color: #1f2937;
}

.candidate-profile-checklist li.is-done i {
  border-color: rgba(24, 121, 78, 0.45);
  background: #e9f7ef;
  color: #18794e;
}

.candidate-profile-form {
  display: grid;
  gap: 14px;
}

.candidate-profile-form-section {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(182, 141, 64, 0.14);
  background: #fffdf9;
}

.candidate-profile-form-section-head {
  margin-bottom: 12px;
}

.candidate-profile-form-section-head h3 {
  margin: 0;
  color: #1f2937;
  font-size: 18px;
  line-height: 1.35;
}

.candidate-profile-form-section-head p {
  margin: 4px 0 0;
}

.candidate-profile-page .candidate-profile-form-section .jobs-filter-field > span {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}

.candidate-profile-feedback {
  margin-top: 14px;
}

.candidate-profile-actions {
  margin-top: 14px;
}

.candidate-profile-cv-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(182, 141, 64, 0.14);
  background: linear-gradient(180deg, #fff 0%, #fffbf5 100%);
}

.candidate-profile-cv-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #fff3dc;
  color: #9a5e0a;
  font-size: 26px;
}

.candidate-profile-cv-card h3 {
  margin: 10px 0 6px;
  color: #1f2937;
  font-size: 20px;
  line-height: 1.35;
}

.candidate-profile-cv-card ul {
  display: grid;
  gap: 6px;
  margin: 12px 0 0;
  padding-left: 18px;
}

.candidate-profile-cv-actions {
  margin-top: 14px;
}

@media (max-width: 1100px) {
  .candidate-profile-summary-grid,
  .candidate-profile-checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .candidate-profile-hero-actions > * {
    flex: 1 1 100%;
    justify-content: center;
  }

  .candidate-profile-completion-head,
  .candidate-profile-cv-card {
    grid-template-columns: 1fr;
  }

  .candidate-profile-completion-head {
    flex-direction: column;
  }

  .candidate-profile-summary-grid,
  .candidate-profile-checklist {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .candidate-profile-summary-grid article,
  .candidate-profile-form-section,
  .candidate-profile-cv-card {
    padding: 14px;
    border-radius: 16px;
  }

  .candidate-profile-page .candidate-profile-form-section .jobs-filter-field > span {
    align-items: flex-start;
  }

  .candidate-profile-actions > *,
  .candidate-profile-cv-actions > * {
    flex-basis: 100%;
  }
}

.candidate-account-hero-actions {
  margin-top: 22px;
}

.candidate-account-summary-panel {
  background:
    radial-gradient(circle at top right, rgba(24, 121, 78, 0.12), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #fff 58%);
}

.candidate-account-summary-panel .jobs-dashboard-panel-head,
.candidate-account-task-panel .jobs-dashboard-panel-head,
.candidate-account-saved-panel .jobs-dashboard-panel-head,
.candidate-account-application-panel .jobs-dashboard-panel-head,
.candidate-account-recommend-panel .jobs-dashboard-panel-head {
  align-items: flex-start;
}

.candidate-account-profile-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(24, 121, 78, 0.16);
  background: #f3fbf6;
}

.candidate-account-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #18794e 0%, #43a866 100%);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.candidate-account-profile-card strong {
  display: block;
  color: #1f2937;
  font-size: 20px;
  line-height: 1.35;
}

.candidate-account-profile-card span,
.candidate-account-profile-card p,
.candidate-account-task-list p,
.candidate-account-job-card p,
.candidate-account-application-card p,
.candidate-account-recommend-card p {
  color: #667085;
  font-size: 13.5px;
  line-height: 1.65;
}

.candidate-account-profile-card p {
  margin: 4px 0 0;
}

.candidate-account-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.candidate-account-stat-grid article {
  position: relative;
  overflow: hidden;
  min-height: 126px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(182, 141, 64, 0.14);
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.candidate-account-stat-grid article::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -34px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(182, 141, 64, 0.1);
}

.candidate-account-stat-grid article.is-active {
  border-color: rgba(24, 121, 78, 0.22);
  background: linear-gradient(180deg, #f3fbf6 0%, #fff 100%);
}

.candidate-account-stat-grid article.is-reviewing,
.candidate-account-stat-grid article.is-warning {
  border-color: rgba(182, 141, 64, 0.24);
  background: linear-gradient(180deg, #fff8ee 0%, #fff 100%);
}

.candidate-account-stat-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: #f8f1e5;
  color: #8a612b;
}

.candidate-account-stat-grid strong {
  display: block;
  color: #1f2937;
  font-size: 30px;
  line-height: 1.1;
}

.candidate-account-stat-grid span {
  display: block;
  margin-top: 6px;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}

.candidate-account-task-list {
  display: grid;
  gap: 12px;
}

.candidate-account-task-list article {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(182, 141, 64, 0.14);
  background: #fffdf8;
}

.candidate-account-task-list article.is-done {
  opacity: 0.72;
  background: #f8fafc;
}

.candidate-account-task-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #8a612b;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.candidate-account-task-list strong {
  display: block;
  color: #1f2937;
  font-size: 15px;
  line-height: 1.4;
}

.candidate-account-task-list p {
  margin: 4px 0 0;
}

.candidate-account-task-done {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(182, 141, 64, 0.2);
  background: #fff;
  color: #6f5330;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.candidate-account-task-done:hover {
  border-color: rgba(182, 141, 64, 0.38);
  background: #fff8ed;
}

.candidate-account-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.candidate-account-job-card,
.candidate-account-application-card,
.candidate-account-recommend-card {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(182, 141, 64, 0.14);
  background: linear-gradient(180deg, #fff 0%, #fffbf5 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.candidate-account-job-card.is-active,
.candidate-account-recommend-card {
  border-color: rgba(24, 121, 78, 0.18);
  background: linear-gradient(180deg, #f4fbf7 0%, #fff 100%);
}

.candidate-account-job-card.is-expired,
.candidate-account-application-card.is-muted {
  background: linear-gradient(180deg, #fbfcfe 0%, #fff 100%);
}

.candidate-account-application-card.is-reviewing {
  border-color: rgba(182, 141, 64, 0.22);
  background: linear-gradient(180deg, #fff8ee 0%, #fff 100%);
}

.candidate-account-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}

.candidate-account-card-head span:not(.jobs-status-pill) {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: #f8f1e5;
  color: #7a5a2a;
  font-size: 11px;
  font-weight: 800;
}

.candidate-account-card-head .jobs-status-pill {
  flex: 0 0 auto;
}

.candidate-account-card-head h3 {
  margin: 7px 0 0;
  color: #1f2937;
  font-size: 18px;
  line-height: 1.35;
}

.candidate-account-card-head h3 a {
  color: inherit;
}

.candidate-account-job-card p,
.candidate-account-application-card p,
.candidate-account-recommend-card p {
  margin: 0;
}

.candidate-account-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.candidate-account-card-actions > * {
  flex: 1 1 190px;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.candidate-saved-job-actions > *,
.candidate-application-actions > *,
.candidate-application-guide-actions > *,
.candidate-profile-actions > *,
.candidate-profile-cv-actions > * {
  text-align: center;
}

@media (max-width: 1100px) {
  .candidate-account-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .candidate-account-card-grid {
    grid-template-columns: 1fr;
  }

  .candidate-account-task-list article {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .candidate-account-task-list article > .job-source-link,
  .candidate-account-task-done {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .candidate-account-hero-actions > * {
    flex: 1 1 100%;
    justify-content: center;
  }

  .candidate-account-profile-card {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .candidate-account-profile-card .btn-outline-brown {
    justify-content: center;
  }

  .candidate-account-stat-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .candidate-account-stat-grid article,
  .candidate-account-task-list article,
  .candidate-account-job-card,
  .candidate-account-application-card,
  .candidate-account-recommend-card {
    min-height: 0;
    padding: 14px;
    border-radius: 16px;
  }

  .candidate-account-task-list article {
    grid-template-columns: 1fr;
  }

  .candidate-account-task-list article > .job-source-link,
  .candidate-account-task-done {
    grid-column: auto;
    width: 100%;
    justify-content: center;
  }

  .candidate-account-card-head {
    flex-direction: column;
  }

  .candidate-account-card-actions > * {
    flex-basis: 100%;
  }
}

.employer-request-page .jobs-hero-grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: 860px;
  gap: 20px;
}

.employer-request-page .jobs-hero {
  padding: 28px 0 18px;
}

.employer-request-page .jobs-section.section-padding {
  padding: 18px 0 64px;
}

.employer-request-page .jobs-hero h1 {
  margin-bottom: 10px;
}

.employer-request-page .jobs-hero-text {
  max-width: 760px;
  margin: 0;
}

.candidate-profile-page .jobs-hero-grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: 860px;
  gap: 18px;
}

.candidate-profile-page .jobs-hero {
  padding: 28px 0 18px;
}

.candidate-profile-page .jobs-section.section-padding {
  padding: 18px 0 64px;
}

.candidate-profile-page .jobs-hero h1 {
  margin-bottom: 10px;
}

.candidate-profile-page .jobs-hero-text {
  max-width: 760px;
  margin: 0;
}

.saved-jobs-page .jobs-hero-grid,
.application-list-page .jobs-hero-grid,
.employer-job-form-page .jobs-hero-grid,
.employer-manage-jobs-page .jobs-hero-grid,
.recruiter-applications-page .jobs-hero-grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: 860px;
  gap: 18px;
}

.saved-jobs-page .jobs-hero,
.application-list-page .jobs-hero,
.employer-job-form-page .jobs-hero,
.employer-manage-jobs-page .jobs-hero,
.recruiter-applications-page .jobs-hero,
.recruitment-login-page .jobs-hero {
  padding: 28px 0 18px;
}

.saved-jobs-page .jobs-section.section-padding,
.application-list-page .jobs-section.section-padding,
.employer-job-form-page .jobs-section.section-padding,
.employer-manage-jobs-page .jobs-section.section-padding,
.recruiter-applications-page .jobs-section.section-padding,
.recruitment-login-page .jobs-section.section-padding {
  padding: 18px 0 64px;
}

.saved-jobs-page .jobs-hero h1,
.application-list-page .jobs-hero h1,
.application-submit-page .jobs-hero h1,
.employer-job-form-page .jobs-hero h1,
.employer-manage-jobs-page .jobs-hero h1,
.employer-job-detail-page .jobs-hero h1,
.recruiter-applications-page .jobs-hero h1,
.recruitment-login-page .jobs-hero h1 {
  margin-bottom: 10px;
}

.saved-jobs-page .jobs-hero-text,
.application-list-page .jobs-hero-text,
.application-submit-page .jobs-hero-text,
.employer-job-form-page .jobs-hero-text,
.employer-manage-jobs-page .jobs-hero-text,
.employer-job-detail-page .jobs-hero-text,
.recruiter-applications-page .jobs-hero-text,
.recruitment-login-page .jobs-hero-text {
  max-width: 760px;
  margin: 0;
}

.candidate-dashboard-home-page .jobs-hero h1,
.candidate-profile-page .jobs-hero h1,
.saved-jobs-page .jobs-hero h1,
.application-list-page .jobs-hero h1,
.application-submit-page .jobs-hero h1 {
  font-size: 40px !important;
}

.employer-dashboard-home-page .jobs-hero h1,
.employer-job-form-page .jobs-hero h1,
.employer-manage-jobs-page .jobs-hero h1,
.employer-job-detail-page .jobs-hero h1,
.recruiter-applications-page .jobs-hero h1,
.employer-request-page .jobs-hero h1 {
  font-size: 40px;
}

.jobs-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.employer-manage-jobs-page .jobs-manage-summary-panel .jobs-dashboard-note {
  margin-bottom: 16px;
}

.jobs-manage-summary-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.jobs-manage-summary-card {
  position: relative;
  overflow: hidden;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(182, 141, 64, 0.14);
  background: linear-gradient(180deg, #fffdf8 0%, #faf7f2 100%);
  display: grid;
  gap: 4px;
}

.jobs-manage-summary-card::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -34px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(182, 141, 64, 0.1);
  pointer-events: none;
}

.jobs-manage-summary-card.is-live {
  border-color: rgba(24, 121, 78, 0.18);
  background: linear-gradient(180deg, #f3fbf6 0%, #fff 100%);
}

.jobs-manage-summary-card.is-action,
.jobs-manage-summary-card.is-warning {
  border-color: rgba(182, 141, 64, 0.26);
  background: linear-gradient(180deg, #fff8ee 0%, #fff 100%);
}

.jobs-manage-summary-card.is-applications {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.jobs-manage-summary-card span {
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b6b39;
}

.jobs-manage-summary-card strong {
  font-size: 27px;
  line-height: 1.15;
  color: #1f2937;
}

.jobs-manage-summary-card.is-live strong {
  color: #18794e;
}

.jobs-manage-summary-card.is-action strong,
.jobs-manage-summary-card.is-warning strong {
  color: #9a5e0a;
}

.jobs-manage-summary-card em {
  font-size: 12px;
  line-height: 1.5;
  color: #708093;
  font-style: normal;
}

.jobs-manage-summary-actions {
  margin-top: 16px;
}

.jobs-manage-list-panel .jobs-dashboard-panel-head {
  margin-bottom: 12px;
}

.jobs-manage-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.jobs-manage-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(182, 141, 64, 0.2);
  background: #fff;
  color: #6f5330;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.24s ease;
  scroll-snap-align: start;
}

.jobs-manage-tab:hover {
  border-color: rgba(182, 141, 64, 0.36);
  background: #fef8ee;
}

.jobs-manage-tab.is-active {
  border-color: rgba(182, 141, 64, 0.46);
  background: #f8efdf;
  color: #5f411b;
}

.jobs-manage-tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(182, 141, 64, 0.2);
  font-size: 11px;
  line-height: 1;
}

.jobs-manage-filter-bar {
  margin-bottom: 12px;
}

.jobs-manage-filter-grid {
  grid-template-columns: minmax(0, 2fr) repeat(2, minmax(0, 1fr));
}

.jobs-manage-filter-grid .jobs-filter-field.is-wide {
  grid-column: auto;
}

.jobs-manage-context-note {
  margin-top: 0;
  margin-bottom: 12px;
}

.jobs-manage-table-wrap {
  border-radius: 20px;
}

.jobs-manage-table {
  min-width: 980px;
}

.jobs-manage-table td {
  vertical-align: top;
}

.jobs-manage-table .jobs-manage-position {
  display: grid;
  gap: 6px;
}

.jobs-manage-title {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
}

.jobs-manage-meta {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.55;
  color: #6b7280;
}

.jobs-manage-cell-stack {
  display: grid;
  gap: 6px;
}

.jobs-manage-deadline-text,
.jobs-manage-application-link {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: #2f3f56;
}

.jobs-manage-applications .jobs-manage-application-link {
  margin-top: 0;
}

.jobs-manage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jobs-manage-cell-actions {
  min-width: 290px;
}

.jobs-manage-action-btn {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
}

.jobs-manage-cell-actions .btn-primary-orange,
.jobs-manage-cell-actions .btn-outline-brown {
  height: 36px;
}

.jobs-manage-cell-actions .btn-outline-brown {
  border-width: 1px;
}

.jobs-manage-job-row.is-selected td {
  background: #fffaf0;
}

.jobs-manage-card-list {
  display: none;
}

.jobs-manage-job-card {
  cursor: default;
}

.jobs-manage-job-card[data-status="nhap"],
.jobs-manage-job-card[data-status="sap-het-han"],
.jobs-manage-job-card[data-status="het-han"] {
  border-color: rgba(182, 141, 64, 0.26);
  background: linear-gradient(180deg, #fff8ee 0%, #fff 100%);
}

.jobs-manage-job-card[data-status="dang-tuyen"] {
  border-color: rgba(24, 121, 78, 0.18);
  background: linear-gradient(180deg, #f4fbf7 0%, #fff 100%);
}

.jobs-manage-job-card[data-status="da-dong"] {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.jobs-manage-job-card .jobs-manage-actions {
  margin-top: 12px;
}

.jobs-manage-job-card .jobs-manage-action-btn,
.jobs-manage-cell-actions .jobs-manage-action-btn {
  white-space: nowrap;
}

.jobs-job-form-panel .jobs-dashboard-panel-head {
  align-items: flex-start;
  margin-bottom: 14px;
}

.jobs-mode-banner {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(182, 141, 64, 0.24);
  background: #fff9ed;
  color: #7c5a26;
  font-size: 13px;
  line-height: 1.55;
}

.jobs-job-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.8fr);
  gap: 18px;
  align-items: start;
}

.jobs-job-form-sections {
  display: grid;
  gap: 14px;
}

.jobs-job-form-section {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(182, 141, 64, 0.14);
  background: #fffdf9;
}

.jobs-job-form-section-head {
  margin-bottom: 12px;
}

.jobs-job-form-section-head h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  color: #1f2937;
}

.jobs-job-form-section-head p {
  margin: 4px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.6;
}

.employer-job-form-page .jobs-job-form-section .jobs-filter-field > span {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}

.jobs-char-count {
  font-size: 11px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  color: #9aa7b6;
}

.jobs-char-count.is-warning {
  color: #ad5a0a;
}

.jobs-field-hint {
  margin-top: -2px;
  font-size: 12px;
  line-height: 1.5;
  color: #7f8a98;
}

.jobs-job-form-side {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 12px;
}

.jobs-job-preview-card,
.jobs-job-checklist {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(182, 141, 64, 0.14);
  background: linear-gradient(180deg, #fffefb 0%, #fbf8f2 100%);
}

.jobs-job-preview-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.jobs-job-preview-head h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  color: #1f2937;
}

.jobs-job-preview-company {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7c5a26;
}

.jobs-job-preview-salary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #198754;
}

.jobs-job-preview-salary i {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #43a866;
  color: #fff;
  font-size: 11px;
}

.jobs-job-preview-meta {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.jobs-job-preview-meta li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.55;
}

.jobs-job-preview-meta i {
  color: #9aa4b2;
  margin-top: 3px;
}

.jobs-job-preview-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 10px;
}

.jobs-job-preview-tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(182, 141, 64, 0.24);
  background: #fff;
  color: #755226;
  font-size: 12px;
  font-weight: 700;
}

.jobs-job-preview-summary {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #5f6b7a;
}

.jobs-job-checklist h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.4;
  color: #1f2937;
}

.jobs-job-checklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.jobs-check-item {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: flex-start;
  gap: 8px;
  color: #687586;
  font-size: 13px;
  line-height: 1.55;
}

.jobs-check-dot {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  background: #f8fafc;
  color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  margin-top: 1px;
}

.jobs-check-item.is-done {
  color: #1f2937;
}

.jobs-check-item.is-done .jobs-check-dot {
  border-color: rgba(24, 121, 78, 0.45);
  background: #e9f7ef;
  color: #18794e;
}

.jobs-job-readiness {
  display: grid;
  gap: 8px;
  margin: 12px 0 14px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(182, 141, 64, 0.14);
  background: #fffdf8;
}

.jobs-job-readiness-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: #6b7280;
  font-size: 12.5px;
  font-weight: 700;
}

.jobs-job-readiness-head strong {
  color: #9a5e0a;
  font-size: 16px;
}

.jobs-job-readiness-head strong.is-ready {
  color: #18794e;
}

.jobs-job-readiness-bar {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: rgba(182, 141, 64, 0.16);
}

.jobs-job-readiness-bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #d99745 0%, #b68d40 100%);
  transition: width 0.25s ease;
}

.jobs-job-readiness-bar span.is-ready {
  background: linear-gradient(90deg, #43a866 0%, #18794e 100%);
}

.jobs-job-checklist-summary {
  margin: 10px 0 0;
  font-size: 12.5px;
  font-weight: 700;
  color: #7c5a26;
}

.jobs-form-feedback {
  margin-top: 0;
}

.jobs-form-feedback.is-success {
  border-style: solid;
  border-color: rgba(24, 121, 78, 0.34);
  background: #eef9f2;
  color: #1f7a51;
}

.jobs-form-feedback.is-warning {
  border-style: solid;
  border-color: rgba(167, 93, 18, 0.34);
  background: #fff6ea;
  color: #915714;
}

.jobs-job-form-actions {
  margin-top: 14px;
}

.jobs-job-form-actions > * {
  flex: 1 1 180px;
}

.employer-job-detail-page .jobs-hero-grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: 860px;
  gap: 18px;
}

.employer-job-detail-page .jobs-hero {
  padding: 28px 0 18px;
}

.employer-job-detail-page .jobs-section.section-padding {
  padding: 18px 0 64px;
}

.recruitment-login-page .jobs-hero-compact-head {
  grid-template-columns: 1fr;
  max-width: 860px;
  gap: 10px;
}

.candidate-dashboard-home-page .jobs-hero-grid,
.employer-dashboard-home-page .jobs-hero-grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: 860px;
  gap: 18px;
}

.candidate-dashboard-home-page .jobs-hero,
.employer-dashboard-home-page .jobs-hero {
  padding: 28px 0 18px;
}

.candidate-dashboard-home-page .jobs-section.section-padding,
.employer-dashboard-home-page .jobs-section.section-padding {
  padding: 18px 0 64px;
}

.candidate-dashboard-home-page .jobs-hero h1,
.employer-dashboard-home-page .jobs-hero h1 {
  margin-bottom: 10px;
}

.candidate-dashboard-home-page .jobs-hero-text,
.employer-dashboard-home-page .jobs-hero-text {
  max-width: 760px;
  margin: 0;
}

.employer-dashboard-home-page .jobs-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  max-width: none;
  align-items: stretch;
}

.employer-dashboard-hero-actions {
  margin-top: 22px;
}

.employer-dashboard-hero-card {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(182, 141, 64, 0.2);
  background:
    radial-gradient(circle at top right, rgba(241, 199, 107, 0.26), transparent 36%),
    linear-gradient(180deg, #fffaf0 0%, #fff 100%);
  box-shadow: 0 18px 42px rgba(87, 60, 26, 0.08);
}

.employer-dashboard-hero-card span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #8b6b39;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.employer-dashboard-hero-card strong {
  display: block;
  color: #1f2937;
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 1.3;
}

.employer-dashboard-hero-card p {
  margin: 10px 0 0;
  color: #5b6470;
  font-size: 14px;
  line-height: 1.7;
}

.employer-overview-panel {
  background:
    linear-gradient(180deg, rgba(255, 251, 244, 0.92), #fff 54%),
    #fff;
}

.employer-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.employer-summary-grid article {
  position: relative;
  overflow: hidden;
  min-height: 132px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(182, 141, 64, 0.14);
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.employer-summary-grid article::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(182, 141, 64, 0.1);
}

.employer-summary-grid article.is-hot {
  border-color: rgba(24, 121, 78, 0.22);
  background: linear-gradient(180deg, #f4fbf7 0%, #fff 100%);
}

.employer-summary-grid article.is-warning {
  border-color: rgba(167, 93, 18, 0.24);
  background: linear-gradient(180deg, #fff8ee 0%, #fff 100%);
}

.employer-summary-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: #f8f1e5;
  color: #8a612b;
}

.employer-summary-grid strong {
  display: block;
  color: #1f2937;
  font-size: 30px;
  line-height: 1.1;
}

.employer-summary-grid span {
  display: block;
  margin-top: 6px;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}

.employer-dashboard-card .jobs-dashboard-panel-head {
  align-items: flex-start;
}

.employer-status-list,
.employer-application-list,
.employer-priority-list {
  gap: 12px;
}

.employer-status-list article,
.employer-application-list article,
.employer-priority-list article {
  padding: 16px;
  border: 1px solid rgba(182, 141, 64, 0.13);
  border-radius: 18px;
  background: #fffdf8;
}

.employer-status-list article:first-child,
.employer-application-list article:first-child,
.employer-priority-list article:first-child {
  padding-top: 16px;
  border-top: 1px solid rgba(182, 141, 64, 0.13);
}

.employer-list-item-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.employer-list-item-head .jobs-status-pill {
  flex: 0 0 auto;
}

.employer-list-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.employer-application-list article {
  background: linear-gradient(180deg, #fff 0%, #fffbf5 100%);
}

.employer-priority-list article {
  position: relative;
  padding-left: 58px;
}

.employer-priority-index {
  position: absolute;
  left: 16px;
  top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #8a612b;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
}

.employer-dashboard-actions {
  margin-top: 14px;
}

@media (max-width: 1100px) {
  .employer-dashboard-home-page .jobs-hero-grid {
    grid-template-columns: 1fr;
  }

  .employer-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .employer-dashboard-hero-card {
    padding: 18px;
  }

  .employer-summary-grid {
    grid-template-columns: 1fr;
  }

  .employer-list-item-head {
    flex-direction: column;
  }

  .employer-priority-list article {
    padding-left: 16px;
    padding-top: 58px;
  }

  .employer-priority-index {
    top: 16px;
  }
}

.application-submit-page .jobs-hero-grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: 860px;
  gap: 18px;
}

.application-submit-page .jobs-hero {
  padding: 28px 0 18px;
}

.application-submit-page .jobs-section.section-padding {
  padding: 18px 0 64px;
}

.application-submit-page .jobs-hero h1 {
  margin-bottom: 10px;
}

.application-submit-page .jobs-hero-text {
  max-width: 760px;
  margin: 0;
}

.application-job-summary {
  margin: 18px 0 22px;
  padding: 20px;
  background: linear-gradient(180deg, #fffdf9 0%, #faf7f2 100%);
  border: 1px solid rgba(182, 141, 64, 0.14);
  border-radius: 20px;
}

.application-job-summary h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 1.3;
}

.application-job-summary .jobs-dashboard-panel-head {
  margin-bottom: 14px;
}

.application-job-summary .jobs-dashboard-facts .full {
  grid-column: 1 / -1;
}

.application-job-summary-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.6;
}

.application-job-summary-links a {
  color: var(--gold-dark);
  font-weight: 600;
}

.application-job-summary-links span {
  color: #c3a05d;
}

.application-cv-note {
  grid-column: 1 / -1;
  margin: -2px 0 0;
}

.application-submit-checklist {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(182, 141, 64, 0.16);
  background: linear-gradient(180deg, #fffdf8 0%, #fff 100%);
}

.application-submit-checklist-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.application-submit-checklist-head div {
  display: grid;
  gap: 4px;
}

.application-submit-checklist-head strong {
  color: #1f2937;
  font-size: 15px;
  line-height: 1.4;
}

.application-submit-checklist-head span {
  color: #7b8797;
  font-size: 12.5px;
  line-height: 1.45;
}

#applicationReadinessScore {
  flex: 0 0 auto;
  min-width: 52px;
  color: #9a5e0a;
  font-size: 18px;
  font-weight: 800;
  text-align: right;
}

#applicationReadinessScore.is-ready {
  color: #18794e;
}

.application-readiness-bar {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: rgba(182, 141, 64, 0.16);
}

.application-readiness-bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #d99745 0%, #b68d40 100%);
  transition: width 0.24s ease;
}

.application-readiness-bar span.is-ready {
  background: linear-gradient(90deg, #43a866 0%, #18794e 100%);
}

.application-submit-checklist ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.application-submit-checklist li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: #687586;
  font-size: 13px;
  line-height: 1.55;
}

.application-submit-checklist li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  background: #f8fafc;
  color: transparent;
  font-size: 11px;
}

.application-submit-checklist li.is-done {
  color: #1f2937;
}

.application-submit-checklist li.is-done i {
  border-color: rgba(24, 121, 78, 0.45);
  background: #e9f7ef;
  color: #18794e;
}

.application-feedback {
  grid-column: 1 / -1;
  margin: 0;
}

@media (max-width: 767px) {
  .application-submit-checklist {
    padding: 14px;
    border-radius: 16px;
  }

  .application-submit-checklist-head {
    align-items: stretch;
  }

  #applicationReadinessScore {
    text-align: left;
  }

  .application-submit-checklist ul {
    grid-template-columns: 1fr;
  }
}

.employer-request-form {
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(182, 141, 64, 0.14);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.04);
}

.employer-request-form h2 {
  margin-bottom: 18px;
  font-family: var(--font-serif);
  font-size: 28px;
}

.employer-request-form-intro {
  margin: -6px 0 22px;
  font-size: 15px;
  line-height: 1.75;
  color: #5b6470;
}

.employer-request-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.employer-request-form .jobs-filter-field.full {
  grid-column: 1 / -1;
}

.employer-request-form textarea,
.employer-request-form input,
.employer-request-form select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  font: inherit;
  color: #374151;
  background: #fff;
}

.employer-request-form textarea {
  min-height: 120px;
  resize: vertical;
}

.employer-request-form textarea:focus,
.employer-request-form input:focus,
.employer-request-form select:focus {
  outline: none;
  border-color: var(--gold-dark);
  box-shadow: 0 0 0 3px rgba(182, 141, 64, 0.12);
}

.employer-request-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.employer-request-actions > * {
  flex: 1 1 220px;
  justify-content: center;
  text-align: center;
}

.employer-request-note {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
}

.employer-request-note strong {
  color: var(--gold-dark);
}

.employer-request-box {
  padding: 28px;
  background: linear-gradient(135deg, #fff, #fdf6e8);
  border: 1px solid rgba(182, 141, 64, 0.16);
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(182, 141, 64, 0.08);
}

.employer-request-box + .employer-request-box {
  margin-top: 18px;
}

.employer-request-box h2 {
  margin-bottom: 14px;
  font-family: var(--font-serif);
  font-size: 28px;
}

.employer-request-box p,
.employer-request-box li {
  font-size: 15px;
  line-height: 1.75;
  color: #555;
}

.employer-request-box p {
  margin-top: 12px;
}

.employer-request-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.employer-request-box li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}

.employer-request-box li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-dark);
}

.employer-request-result {
  margin-top: 18px;
  padding: 22px;
  background: #fff;
  border: 1px dashed rgba(182, 141, 64, 0.3);
  border-radius: 18px;
}

.employer-request-result h3 {
  margin-bottom: 10px;
  font-family: var(--font-serif);
  font-size: 24px;
}

.employer-request-code {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(182, 141, 64, 0.12);
  color: var(--gold-dark);
}

.employer-request-result[hidden] {
  display: none;
}

.employer-request-result pre {
  white-space: pre-wrap;
  word-break: break-word;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.7;
  color: #374151;
}

.home-recruitment {
  background-color: #fff4e2;
  background-image: linear-gradient(180deg, #fff8ee 0%, #ffefd9 100%);
  border-top: 1px solid rgba(182, 141, 64, 0.14);
  border-bottom: 1px solid rgba(182, 141, 64, 0.14);
}

.home-recruitment .recruitment-panel {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-recruitment .recruitment-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(182, 141, 64, 0.12);
}

.home-recruitment .recruitment-copy {
  max-width: 760px;
}

.home-recruitment .recruitment-copy h2 {
  margin: 12px 0 8px;
  font-family: var(--font-serif);
  font-size: 34px;
  line-height: 1.2;
}

.home-recruitment .recruitment-copy p {
  margin: 0;
  max-width: 640px;
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
}

.home-recruitment .jobs-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.home-recruitment .jobs-home-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-recruitment .job-card {
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  border-color: rgba(229, 231, 235, 0.95);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.home-recruitment .job-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.06);
  border-color: rgba(182, 141, 64, 0.2);
}

.home-recruitment .job-card-company {
  -webkit-line-clamp: 1;
  margin-top: 0;
  color: #8b6b39;
}

.home-recruitment .job-card h3 {
  font-size: 20px;
  min-height: 52px;
}

.home-recruitment .job-card h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-recruitment .job-card-summary {
  margin-bottom: 12px;
  min-height: 44px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.65;
  -webkit-line-clamp: 2;
}

.home-recruitment .job-card-badges {
  min-height: 28px;
}

.home-recruitment .job-badge {
  min-height: 28px;
  padding: 0 10px;
  letter-spacing: 0;
  box-shadow: none;
}

.home-recruitment .job-badge.fresh {
  padding-left: 24px;
}

.home-recruitment .job-badge.neutral {
  background: #f8f4ec;
  color: #7a5a28;
}

.home-recruitment .job-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.home-recruitment .job-card-meta span {
  align-items: center;
  gap: 8px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 14px;
  color: #6b7280;
}

.home-recruitment .job-card-meta i {
  margin-top: 0;
}

.home-recruitment .job-card-meta-location {
  display: inline-flex !important;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
}

.home-recruitment .job-card-footer {
  padding-top: 14px;
  align-items: center;
  border-top-color: rgba(229, 231, 235, 0.9);
}

.home-recruitment .job-card-footer strong {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #111827;
}

.home-recruitment .job-card-deadline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7b8794;
}

.home-recruitment .jobs-home-empty {
  grid-column: 1 / -1;
  padding: 24px;
  text-align: center;
  background: #fff;
  border: 1px dashed rgba(182, 141, 64, 0.3);
  border-radius: 18px;
  color: #6b7280;
}

.home-recruitment .jobs-home-empty a {
  color: var(--gold-dark);
  font-weight: 700;
}

/* Homepage recruitment cards aligned with list-page card language */
.home-recruitment .job-card {
  padding: 20px;
  border-radius: 18px;
}

.home-recruitment .job-card:hover {
  transform: translateY(-4px) scale(1.01);
}

.home-recruitment .job-card-top {
  margin-bottom: 12px;
}

.home-recruitment .job-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.home-recruitment .job-card-main {
  margin-bottom: 10px;
}

.home-recruitment .job-card-salary {
  font-size: 14px;
  margin-bottom: 14px;
}

.home-recruitment .job-card-salary i {
  width: 20px;
  height: 20px;
  font-size: 10px;
}

.home-recruitment .job-card-posted {
  margin-top: -6px;
  margin-bottom: 2px;
  padding: 6px 10px;
  font-size: 12px;
}

.home-recruitment .job-card-context {
  gap: 8px;
  margin-bottom: 14px;
}

.home-recruitment .company-full-name,
.home-recruitment .job-location {
  font-size: 13px;
  line-height: 1.45;
}

.home-recruitment .job-card-summary {
  margin-bottom: 16px;
  font-size: 13px;
}

.home-recruitment .job-card-footer {
  padding-top: 12px;
  font-size: 12px;
}

.home-recruitment .job-card-save-btn {
  width: 32px;
  height: 32px;
  font-size: 13px;
}

.jobs-employer-card {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 30px 32px;
  background: linear-gradient(135deg, #fff, #fdf6e8);
  border: 1px solid rgba(182, 141, 64, 0.16);
  border-radius: 28px;
  box-shadow: 0 16px 40px rgba(182, 141, 64, 0.08);
}

.jobs-employer-card h2 {
  margin-bottom: 10px;
  font-size: 32px;
}

.jobs-employer-card p {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.75;
  color: #555;
}

.job-detail-hero {
  padding: 30px 0 24px;
  background: linear-gradient(180deg, #fdf8ee 0%, #fffdf8 100%);
}

.job-detail-top {
  display: block;
}

.job-detail-main-head {
  min-width: 0;
  max-width: 980px;
}

.job-detail-top h1 {
  margin: 10px 0 12px;
  font-size: 44px;
  line-height: 1.18;
}

.job-detail-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  margin-bottom: 14px;
  border: 1px solid rgba(182, 141, 64, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #7c5a26;
  font-size: 14px;
  font-weight: 700;
}

.job-detail-back-link:hover {
  background: #f8f1e5;
  color: var(--gold-dark);
}

.job-detail-summary {
  max-width: 860px;
}

.job-detail-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.job-detail-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-height: 0;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(182, 141, 64, 0.14);
  border-radius: 12px;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.45;
}

.job-detail-highlights i {
  margin-top: 2px;
  color: var(--gold-dark);
  flex: 0 0 auto;
}

.job-detail-section {
  padding-top: 30px;
}

.job-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 32px;
  align-items: start;
}

.job-detail-main {
  min-width: 0;
}

.job-detail-side {
  position: sticky;
  top: 110px;
}

.job-detail-mobile-bar {
  display: none;
}

.job-detail-prose {
  padding: 34px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid var(--card-border);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.04);
}

.job-detail-prose h2 {
  margin: 28px 0 14px;
  font-size: 26px;
}

.job-detail-prose h2:first-child {
  margin-top: 0;
}

.job-detail-prose p,
.job-detail-prose li {
  font-size: 16px;
  line-height: 1.8;
  color: #4b5563;
}

/* Thay đổi dấu chấm tròn thành icon dấu tick cho phần Quyền lợi/Yêu cầu */
.job-detail-prose ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.job-detail-prose li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.job-detail-prose li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 4px;
  color: #B68D40;
  font-size: 14px;
}

/* jobs.css - Tối ưu thẩm mỹ khối Việc làm liên quan */

.jobs-related-section {
  margin-top: 24px;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: 24px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.04);
}

.jobs-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

/* Định dạng lại thẻ công việc liên quan */
.jobs-related-card {
  background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
  padding: 24px;
  border: 1px solid rgba(182, 141, 64, 0.16);
  border-radius: 20px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  box-shadow: 0 10px 24px rgba(18, 32, 55, 0.04);
}

.jobs-related-card h3 a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.jobs-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(18, 32, 55, 0.08);
  border-color: #c3a05d;
}

.jobs-related-card .job-card-company {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #8b6b39;
}

.jobs-related-card h3 {
  font-size: 18px;
  margin: 0 0 12px 0;
  line-height: 1.4;
}

.jobs-related-card h3 a {
  color: #1a1d24;
  transition: color 0.2s;
}

.jobs-related-card:hover h3 a {
  color: #8a6833;
}

.jobs-related-card p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 18px;
  color: #64748b;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jobs-related-meta {
  border-top: 1px dashed rgba(182, 141, 64, 0.22);
  padding-top: 16px;
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.jobs-related-meta span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #faf7f2;
  font-size: 13.5px;
  line-height: 1.55;
  font-weight: 600;
}

.jobs-related-meta span:first-child {
  color: #64748b;
}

.jobs-related-meta span:first-child::before {
  content: '\f3c5'; /* Mã icon FontAwesome (location-dot) */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #c3a05d;
  margin-top: 2px;
  flex: 0 0 auto;
}

.jobs-related-meta span:last-child {
  color: #15803d;
  font-size: 14px;
  background: rgba(21, 128, 61, 0.08);
  border: 1px solid rgba(21, 128, 61, 0.14);
  justify-self: start;
}

.jobs-related-meta span:last-child::before {
  content: '\f3d1';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-top: 1px;
  flex: 0 0 auto;
}

.job-detail-box {
  padding: 26px 24px;
  margin-bottom: 18px;
}

.job-detail-box h2 {
  margin-bottom: 18px;
  font-size: 24px;
}

.job-detail-facts {
  display: grid;
  gap: 12px;
}

.job-detail-fact strong.salary-highlight {
  color: #E18961; /* Màu cam đậm của nút bấm để gây chú ý */
  font-size: 18px;
  font-weight: 800;
}

.job-detail-fact {
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(182, 141, 64, 0.24);
}

.job-detail-fact:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.job-detail-fact span {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b6b39;
}

.job-detail-fact strong {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
}

.job-detail-source-box code {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 8px;
  background: #f8f1e5;
  color: #6b4f1d;
}

.job-detail-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.job-detail-support-actions .btn-outline-brown {
  min-height: 40px;
  padding: 0 16px;
}

.job-source-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-weight: 700;
  color: var(--gold-dark);
}

.job-source-link:hover {
  color: var(--dark);
}

@media (max-width: 1100px) {
  .jobs-hero-grid,
  .jobs-hero-compact-head,
  .job-detail-grid {
    grid-template-columns: 1fr;
  }

  .jobs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jobs-candidate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jobs-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jobs-form-grid {
    grid-template-columns: 1fr;
  }

  .jobs-filter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .jobs-candidate-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jobs-candidate-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jobs-recruiter-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jobs-recruiter-ops-grid {
    grid-template-columns: 1fr;
  }

  .jobs-recruiter-ops-compact {
    position: static;
    top: auto;
  }

  .jobs-recruiter-application-body,
  .jobs-recruiter-focus-controls {
    grid-template-columns: 1fr;
  }

  .jobs-recruiter-focus-head {
    flex-direction: column;
    align-items: stretch;
  }

  .recruiter-applications-page .jobs-dashboard-shell {
    grid-template-columns: 1fr;
  }

  .recruiter-applications-page .jobs-dashboard-sidebar {
    position: static;
    top: auto;
  }

  .recruiter-applications-page .jobs-dashboard-main {
    grid-template-columns: 1fr;
  }

  .recruiter-applications-page .jobs-recruiter-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recruiter-applications-page .jobs-recruiter-filter-grid .jobs-filter-field.is-wide {
    grid-column: 1 / -1;
  }

  .jobs-recruiter-focus-close {
    display: inline-flex;
  }

  .jobs-job-form-layout {
    grid-template-columns: 1fr;
  }

  .jobs-job-form-side {
    position: static;
    top: auto;
  }

  .jobs-job-preview-card,
  .jobs-job-checklist {
    padding: 14px;
  }

  .recruiter-applications-page .jobs-recruiter-focus-panel {
    top: auto;
    left: 16px;
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    width: auto;
    max-height: calc(100vh - 96px);
    transform: none;
  }

  .recruiter-applications-page .jobs-recruiter-ops-panel {
    position: static;
    top: auto;
    right: auto;
    width: auto;
    max-height: none;
    overflow: visible;
    transform: none;
    box-shadow: none;
  }

  .jobs-recruiter-ops-close,
  .jobs-recruiter-ops-backdrop {
    display: none !important;
  }

  .employer-request-form-grid {
    grid-template-columns: 1fr;
  }

  .jobs-portal-grid,
  .jobs-auth-grid,
  .jobs-dashboard-shell {
    grid-template-columns: 1fr;
  }

  .jobs-directory-list,
  .jobs-directory-list--locations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-recruitment .recruitment-panel {
    padding: 0;
  }

  .home-recruitment .recruitment-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .job-detail-actions {
    min-width: 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .job-detail-back-link {
    margin-bottom: 16px;
  }

  .job-detail-side {
    position: static;
    top: auto;
  }

  .jobs-dashboard-sidebar {
    position: static;
    top: auto;
  }
}

@media (max-width: 767px) {
  .jobs-auth-page .jobs-hero {
    padding: 84px 0 18px;
  }

  .jobs-auth-page .jobs-section.section-padding {
    padding: 24px 0 44px;
  }

  .employer-request-page .jobs-hero {
    padding: 84px 0 12px;
  }

  .employer-request-page .jobs-section.section-padding {
    padding: 16px 0 40px;
  }

  .candidate-profile-page .jobs-hero {
    padding: 84px 0 12px;
  }

  .candidate-profile-page .jobs-section.section-padding {
    padding: 16px 0 40px;
  }

  .saved-jobs-page .jobs-hero,
  .application-list-page .jobs-hero,
  .application-submit-page .jobs-hero,
  .employer-job-form-page .jobs-hero,
  .employer-manage-jobs-page .jobs-hero,
  .recruiter-applications-page .jobs-hero,
  .recruitment-login-page .jobs-hero,
  .candidate-dashboard-home-page .jobs-hero,
  .employer-dashboard-home-page .jobs-hero {
    padding: 84px 0 12px;
  }

  .saved-jobs-page .jobs-section.section-padding,
  .application-list-page .jobs-section.section-padding,
  .application-submit-page .jobs-section.section-padding,
  .employer-job-form-page .jobs-section.section-padding,
  .employer-manage-jobs-page .jobs-section.section-padding,
  .recruiter-applications-page .jobs-section.section-padding,
  .recruitment-login-page .jobs-section.section-padding,
  .candidate-dashboard-home-page .jobs-section.section-padding,
  .employer-dashboard-home-page .jobs-section.section-padding {
    padding: 16px 0 40px;
  }

  .application-job-summary {
    padding: 18px;
  }

  .application-job-summary h3 {
    font-size: 22px;
  }

  .jobs-list-page .jobs-pagination {
    gap: 8px;
    margin-top: 12px;
  }

  .jobs-list-page .jobs-pagination-pages {
    order: 1;
    width: 100%;
  }

  .jobs-list-page .jobs-pagination-btn {
    width: auto;
    flex: 1 1 calc(50% - 4px);
  }

  .jobs-list-page .jobs-pagination-page {
    min-width: 34px;
    min-height: 34px;
    padding: 0 8px;
  }

  .jobs-candidate-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .jobs-candidate-showcase-head {
    align-items: stretch;
  }

  .jobs-candidate-showcase-note {
    max-width: none;
    width: 100%;
    padding-left: 16px;
  }

  .jobs-candidate-card-link {
    padding: 20px;
  }

  .jobs-candidate-avatar-thumb--list,
  .jobs-candidate-avatar-thumb {
    width: 92px;
    height: 92px;
    border-radius: 26px;
  }

  .jobs-candidate-avatar-thumb--detail {
    width: min(62vw, 240px);
    height: min(72vw, 280px);
    border-radius: 28px;
  }

  .jobs-candidate-card-head {
    gap: 14px;
  }

  .jobs-candidate-headline h3 {
    font-size: 18px;
  }

  .jobs-candidate-foot {
    align-items: flex-start;
  }

  .jobs-hero {
    padding: 84px 0 22px;
  }

  .jobs-hero h1,
  .job-detail-top h1 {
    font-size: 32px;
  }

  .candidate-dashboard-home-page .jobs-hero h1,
  .candidate-profile-page .jobs-hero h1,
  .saved-jobs-page .jobs-hero h1,
  .application-list-page .jobs-hero h1 {
    font-size: 32px !important;
  }

  .jobs-discovery-bar.is-sticky {
    position: sticky;
    top: 78px;
    padding: 10px 10px 8px;
    margin: 0 -10px 10px;
    background: rgba(255, 252, 246, 0.98);
    border-bottom: 1px solid rgba(195, 160, 93, 0.2);
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.09);
  }

  .job-detail-back-link {
    width: 100%;
    justify-content: center;
    margin-bottom: 12px;
  }

  .jobs-grid,
  .jobs-hero-stats {
    grid-template-columns: 1fr;
  }

  .jobs-discovery-bar {
    margin-bottom: 10px;
  }

  .jobs-discovery-bar.is-sticky {
    top: 72px;
    padding: 8px 8px 6px;
    margin: 0 -8px 10px;
  }

  .job-detail-mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 48px;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px 12px max(10px, env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid rgba(182, 141, 64, 0.1);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
	backdrop-filter: blur(10px);
  }

  .job-detail-mobile-bar.is-managed {
    opacity: 0;
    transform: translateY(110%);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .job-detail-mobile-bar.is-managed.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .job-detail-mobile-bar a {
    min-height: 44px;
    justify-content: center;
    text-align: center;
  }

  .jobs-related-grid {
    grid-template-columns: 1fr;
  }

  .job-detail-highlights {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .jobs-filter-grid {
    grid-template-columns: 1fr;
  }

  .jobs-filter-mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 40px;
    padding: 0 14px;
    margin-bottom: 8px;
    border: 1px solid rgba(182, 141, 64, 0.2);
    border-radius: 10px;
    background: #fffbf2;
    color: #8d6730;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
  }

  .jobs-filter-shell .jobs-filter-bar {
    display: none;
  }

  .jobs-filter-shell.is-open .jobs-filter-bar {
    display: block;
  }

  .home-recruitment .jobs-home-grid {
    grid-template-columns: 1fr;
  }

  .home-recruitment .recruitment-panel {
    padding: 0;
    border-radius: 0;
  }

  .home-recruitment .recruitment-copy h2 {
    font-size: 30px;
  }

  .home-recruitment .jobs-home-actions {
    width: 100%;
    justify-content: stretch;
  }

  .home-recruitment .jobs-home-actions a {
    width: 100%;
    text-align: center;
  }

  .jobs-portal-card,
  .jobs-auth-card,
  .jobs-directory-shell,
  .jobs-directory-panel,
  .jobs-dashboard-panel,
  .jobs-dashboard-menu {
    padding: 22px 18px;
  }

  .jobs-directory-result-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .jobs-directory-result-grid {
    grid-template-columns: 1fr;
  }

  .jobs-directory-list,
  .jobs-directory-list--locations {
    grid-template-columns: 1fr;
  }

  .recruiter-applications-page .jobs-dashboard-shell {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .recruiter-applications-page .jobs-dashboard-sidebar,
  .employer-dashboard-home-page .jobs-dashboard-sidebar,
  .employer-job-form-page .jobs-dashboard-sidebar,
  .employer-manage-jobs-page .jobs-dashboard-sidebar {
    order: 0;
    margin: 0 -2px;
  }

  .recruiter-applications-page .jobs-dashboard-main {
    order: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .recruiter-applications-page .jobs-recruiter-filter-panel {
    order: 1;
  }

  .recruiter-applications-page .jobs-recruiter-ops-compact {
    order: 2;
    position: sticky;
    top: 72px;
    z-index: 35;
    padding: 12px 14px;
    gap: 10px;
    border-radius: 16px;
  }

  .recruiter-applications-page .jobs-recruiter-ops-compact-summary {
    gap: 6px;
  }

  .recruiter-applications-page .jobs-recruiter-ops-chip {
    min-height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }

  .recruiter-applications-page .jobs-recruiter-ops-chip strong {
    font-size: 12.5px;
  }

  .recruiter-applications-page .jobs-recruiter-ops-compact .btn-outline-brown {
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  .recruiter-applications-page .jobs-recruiter-list-panel {
    order: 3;
  }

  .recruiter-applications-page .jobs-recruiter-ops-panel {
    order: 4;
    margin-top: 0;
  }

  .recruiter-applications-page .jobs-recruiter-focus-panel {
    order: 5;
  }

  .recruiter-applications-page .jobs-dashboard-menu,
  .employer-dashboard-home-page .jobs-dashboard-menu,
  .employer-job-form-page .jobs-dashboard-menu,
  .employer-manage-jobs-page .jobs-dashboard-menu {
    display: flex;
    gap: 8px;
    padding: 0;
    overflow-x: auto;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .recruiter-applications-page .jobs-dashboard-menu::-webkit-scrollbar,
  .employer-dashboard-home-page .jobs-dashboard-menu::-webkit-scrollbar,
  .employer-job-form-page .jobs-dashboard-menu::-webkit-scrollbar,
  .employer-manage-jobs-page .jobs-dashboard-menu::-webkit-scrollbar {
    display: none;
  }

  .recruiter-applications-page .jobs-dashboard-menu a,
  .employer-dashboard-home-page .jobs-dashboard-menu a,
  .employer-job-form-page .jobs-dashboard-menu a,
  .employer-manage-jobs-page .jobs-dashboard-menu a {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 12px;
    white-space: nowrap;
    border: 1px solid rgba(182, 141, 64, 0.16);
    border-radius: 999px;
    background: #fff;
    font-size: 12.5px;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
  }

  .recruiter-applications-page .jobs-dashboard-menu a.is-active,
  .employer-dashboard-home-page .jobs-dashboard-menu a.is-active,
  .employer-job-form-page .jobs-dashboard-menu a.is-active,
  .employer-manage-jobs-page .jobs-dashboard-menu a.is-active {
    border-color: rgba(182, 141, 64, 0.28);
  }

  .candidate-dashboard-home-page .jobs-dashboard-shell,
  .candidate-profile-page .jobs-dashboard-shell,
  .saved-jobs-page .jobs-dashboard-shell,
  .application-list-page .jobs-dashboard-shell {
    gap: 14px;
  }

  .candidate-dashboard-home-page .jobs-dashboard-main,
  .candidate-profile-page .jobs-dashboard-main,
  .saved-jobs-page .jobs-dashboard-main,
  .application-list-page .jobs-dashboard-main {
    gap: 14px;
    min-width: 0;
  }

  .candidate-dashboard-home-page .jobs-dashboard-sidebar,
  .candidate-profile-page .jobs-dashboard-sidebar,
  .saved-jobs-page .jobs-dashboard-sidebar,
  .application-list-page .jobs-dashboard-sidebar {
    order: 0;
    overflow: hidden;
    padding: 0 12px 2px;
    margin: 0 -12px;
  }

  .candidate-dashboard-home-page .jobs-dashboard-menu,
  .candidate-profile-page .jobs-dashboard-menu,
  .saved-jobs-page .jobs-dashboard-menu,
  .application-list-page .jobs-dashboard-menu {
    display: flex;
    gap: 8px;
    padding: 0 0 8px;
    overflow-x: auto;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-padding-inline: 12px;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
  }

  .candidate-dashboard-home-page .jobs-dashboard-menu::-webkit-scrollbar,
  .candidate-profile-page .jobs-dashboard-menu::-webkit-scrollbar,
  .saved-jobs-page .jobs-dashboard-menu::-webkit-scrollbar,
  .application-list-page .jobs-dashboard-menu::-webkit-scrollbar {
    display: none;
  }

  .candidate-dashboard-home-page .jobs-dashboard-menu a,
  .candidate-profile-page .jobs-dashboard-menu a,
  .saved-jobs-page .jobs-dashboard-menu a,
  .application-list-page .jobs-dashboard-menu a {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 14px;
    white-space: nowrap;
    border: 1px solid rgba(182, 141, 64, 0.16);
    border-radius: 999px;
    background: #fff;
    font-size: 12.5px;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
    scroll-snap-align: start;
  }

  .candidate-dashboard-home-page .jobs-dashboard-menu a.is-active,
  .candidate-profile-page .jobs-dashboard-menu a.is-active,
  .saved-jobs-page .jobs-dashboard-menu a.is-active,
  .application-list-page .jobs-dashboard-menu a.is-active {
    border-color: rgba(182, 141, 64, 0.28);
  }

  .candidate-dashboard-home-page .jobs-dashboard-panel,
  .candidate-profile-page .jobs-dashboard-panel,
  .saved-jobs-page .jobs-dashboard-panel,
  .application-list-page .jobs-dashboard-panel {
    padding: 18px 14px;
    border-radius: 20px;
  }

  .candidate-dashboard-home-page .jobs-dashboard-panel-head h2,
  .candidate-profile-page .jobs-dashboard-panel-head h2,
  .saved-jobs-page .jobs-dashboard-panel-head h2,
  .application-list-page .jobs-dashboard-panel-head h2 {
    font-size: 22px;
  }

  .candidate-application-filter-chips,
  .candidate-saved-filter-chips {
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 14px;
  }

  .candidate-application-filter-chips a,
  .candidate-saved-filter-chips a {
    scroll-snap-align: start;
    white-space: nowrap;
  }

  .candidate-account-task-list article > .job-source-link {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    text-align: center;
  }

  .candidate-account-card-actions > *,
  .candidate-saved-job-actions > *,
  .candidate-application-actions > *,
  .candidate-application-guide-actions > *,
  .candidate-profile-actions > *,
  .candidate-profile-cv-actions > * {
    min-height: 42px;
    white-space: nowrap;
  }

  .candidate-saved-job-code,
  .candidate-application-code,
  .candidate-account-card-head span:not(.jobs-status-pill) {
    white-space: normal;
  }

  .employer-dashboard-home-page .jobs-dashboard-shell,
  .employer-job-form-page .jobs-dashboard-shell,
  .employer-manage-jobs-page .jobs-dashboard-shell,
  .recruiter-applications-page .jobs-dashboard-shell {
    gap: 14px;
  }

  .employer-dashboard-home-page .jobs-dashboard-main,
  .employer-job-form-page .jobs-dashboard-main,
  .employer-manage-jobs-page .jobs-dashboard-main,
  .recruiter-applications-page .jobs-dashboard-main {
    gap: 14px;
    min-width: 0;
  }

  .employer-dashboard-home-page .jobs-dashboard-sidebar,
  .employer-job-form-page .jobs-dashboard-sidebar,
  .employer-manage-jobs-page .jobs-dashboard-sidebar,
  .recruiter-applications-page .jobs-dashboard-sidebar {
    overflow: hidden;
    padding: 0 12px 2px;
    margin: 0 -12px;
  }

  .employer-dashboard-home-page .jobs-dashboard-menu,
  .employer-job-form-page .jobs-dashboard-menu,
  .employer-manage-jobs-page .jobs-dashboard-menu,
  .recruiter-applications-page .jobs-dashboard-menu {
    padding: 0 0 8px;
    scroll-padding-inline: 12px;
  }

  .employer-dashboard-home-page .jobs-dashboard-menu a,
  .employer-job-form-page .jobs-dashboard-menu a,
  .employer-manage-jobs-page .jobs-dashboard-menu a,
  .recruiter-applications-page .jobs-dashboard-menu a {
    min-height: 40px;
    padding: 0 14px;
    scroll-snap-align: start;
  }

  .employer-dashboard-home-page .jobs-dashboard-panel,
  .employer-job-form-page .jobs-dashboard-panel,
  .employer-manage-jobs-page .jobs-dashboard-panel,
  .recruiter-applications-page .jobs-dashboard-panel {
    padding: 18px 14px;
    border-radius: 20px;
  }

  .employer-dashboard-home-page .jobs-dashboard-panel-head h2,
  .employer-job-form-page .jobs-dashboard-panel-head h2,
  .employer-manage-jobs-page .jobs-dashboard-panel-head h2,
  .recruiter-applications-page .jobs-dashboard-panel-head h2 {
    font-size: 22px;
  }

  .employer-dashboard-home-page .jobs-hero-actions > * {
    flex: 1 1 100%;
    justify-content: center;
  }

  .employer-dashboard-home-page .employer-status-list article,
  .employer-dashboard-home-page .employer-application-list article,
  .employer-dashboard-home-page .employer-priority-list article,
  .employer-job-form-page .jobs-job-form-section,
  .employer-manage-jobs-page .jobs-manage-job-card,
  .recruiter-applications-page .jobs-recruiter-application-card {
    border-radius: 16px;
  }

  .employer-job-form-page .jobs-job-form-section,
  .employer-job-form-page .jobs-job-preview-card,
  .employer-job-form-page .jobs-job-checklist {
    padding: 14px;
  }

  .employer-job-form-page .jobs-job-form-section .jobs-filter-field > span {
    align-items: flex-start;
  }

  .employer-job-form-page .jobs-char-count {
    flex: 0 0 auto;
    margin-top: 2px;
  }

  .employer-manage-jobs-page .jobs-manage-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    margin-right: -14px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
  }

  .employer-manage-jobs-page .jobs-manage-tabs::-webkit-scrollbar {
    display: none;
  }

  .employer-manage-jobs-page .jobs-manage-tab {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 12px;
    font-size: 12.5px;
  }

  .employer-manage-jobs-page .jobs-manage-summary-card {
    padding: 13px;
  }

  .employer-manage-jobs-page .jobs-manage-summary-card strong {
    font-size: 24px;
  }

  .employer-manage-jobs-page .jobs-manage-context-note {
    font-size: 12.5px;
  }

  .recruiter-applications-page .jobs-recruiter-application-card {
    padding: 14px;
  }

  .recruiter-applications-page .jobs-recruiter-application-body {
    gap: 10px;
  }

  .recruiter-applications-page .jobs-recruiter-application-job {
    padding: 12px;
    border-radius: 14px;
  }

  .recruiter-applications-page .jobs-recruiter-focus-panel {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    max-height: calc(100vh - 72px);
    border-radius: 20px;
  }

  .recruiter-applications-page .jobs-recruiter-focus-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .recruiter-applications-page .jobs-recruiter-focus-actions .btn-outline-brown {
    width: 100%;
    justify-content: center;
  }

  .employer-dashboard-home-page .job-source-link,
  .employer-manage-jobs-page .job-source-link,
  .recruiter-applications-page .job-source-link {
    overflow-wrap: anywhere;
  }

  .jobs-portal-actions > *,
  .jobs-candidate-actions > *,
  .jobs-auth-actions > * {
    flex-basis: 100%;
  }

  .jobs-candidate-discovery {
    flex-direction: column;
    align-items: stretch;
  }

  .jobs-candidate-discovery-actions {
    width: 100%;
  }

  .jobs-candidate-discovery-actions > * {
    flex: 1 1 100%;
  }

  .jobs-candidate-filter-grid {
    grid-template-columns: 1fr;
  }

  .jobs-recruiter-filter-grid {
    grid-template-columns: 1fr;
  }

  .jobs-recruiter-filter-grid .jobs-filter-field.is-wide,
  .recruiter-applications-page .jobs-recruiter-filter-grid .jobs-filter-field.is-wide {
    grid-column: auto;
  }

  .recruiter-applications-page .jobs-recruiter-filter-grid {
    grid-template-columns: 1fr;
  }

  .jobs-recruiter-application-card,
  .jobs-recruiter-focus-card {
    padding: 18px;
  }

  .jobs-manage-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jobs-manage-filter-grid {
    grid-template-columns: 1fr;
  }

  .jobs-manage-table-wrap {
    display: none;
  }

  .jobs-manage-card-list {
    display: grid;
    gap: 12px;
  }

  .jobs-manage-job-card {
    padding: 16px;
    border-radius: 16px;
  }

  .jobs-manage-job-card .jobs-recruiter-application-head {
    margin-bottom: 10px;
  }

  .jobs-manage-job-card .jobs-manage-title {
    font-size: 15px;
  }

  .jobs-manage-job-card .jobs-manage-meta {
    font-size: 12px;
  }

  .jobs-manage-job-card .jobs-recruiter-application-jobline {
    gap: 4px;
    margin: 0;
  }

  .jobs-manage-job-card .jobs-manage-actions > * {
    flex: 1 1 100%;
  }

  .jobs-manage-job-card .jobs-manage-action-btn {
    width: 100%;
    justify-content: center;
  }

  .jobs-manage-summary-actions > * {
    flex-basis: 100%;
  }

  .jobs-job-form-actions > * {
    flex-basis: 100%;
  }

  .jobs-recruiter-application-head {
    flex-direction: column;
    align-items: stretch;
  }

  .jobs-recruiter-application-actions > * {
    flex: none;
    min-width: 0;
  }

  .recruiter-applications-page .jobs-recruiter-application-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 8px;
    align-items: stretch;
  }

  .recruiter-applications-page .jobs-recruiter-card-action--manage {
    order: 1;
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }

  .recruiter-applications-page .jobs-recruiter-card-action--manage span {
    white-space: nowrap;
  }

  .recruiter-applications-page .jobs-recruiter-card-action--profile {
    order: 2;
    width: 44px;
    min-width: 44px;
    min-height: 42px;
    padding: 0;
  }

  .recruiter-applications-page .jobs-recruiter-card-action--profile span {
    display: none;
  }

  .recruiter-applications-page .jobs-recruiter-card-action--profile i {
    font-size: 15px;
  }

  .recruiter-applications-page .jobs-recruiter-focus-panel {
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    max-height: calc(100vh - 84px);
    transform: none;
  }

  .recruiter-applications-page .jobs-recruiter-ops-panel {
    position: static;
    top: auto;
    right: auto;
    width: auto;
    max-height: none;
    overflow: visible;
    transform: none;
    box-shadow: none;
  }

  .recruiter-applications-page .jobs-recruiter-ops-close,
  .recruiter-applications-page .jobs-recruiter-ops-backdrop {
    display: none !important;
  }

  .jobs-note-dialog-card {
    width: calc(100vw - 22px);
    padding: 18px;
  }

  .jobs-note-dialog-actions {
    flex-direction: column;
  }

  .jobs-note-dialog-actions > * {
    width: 100%;
    justify-content: center;
  }

  .jobs-request-dialog-card {
    width: calc(100vw - 22px);
    padding: 22px 18px 18px;
    border-radius: 18px;
  }

  .jobs-request-dialog-card h3 {
    font-size: 22px;
  }

  .jobs-request-dialog-actions {
    flex-direction: column;
  }

  .jobs-request-dialog-actions > * {
    width: 100%;
    justify-content: center;
  }

  .jobs-candidate-mini-card {
    align-items: flex-start;
  }

  .jobs-pagination-btn {
    width: 100%;
  }

  .jobs-dashboard-facts {
    grid-template-columns: 1fr;
  }

  .jobs-dashboard-panel-head {
    flex-direction: column;
    align-items: stretch;
  }

  .employer-dashboard-home-page .jobs-portal-actions > *,
  .employer-manage-jobs-page .jobs-portal-actions > *,
  .employer-job-form-page .jobs-portal-actions > * {
    min-height: 42px;
  }

  .home-recruitment .job-card h3,
  .home-recruitment .job-card-summary {
    min-height: 0;
  }

  .jobs-filter-meta {
    flex-direction: column;
    align-items: stretch;
  }

  .jobs-quick-filters,
  .jobs-active-filters {
    gap: 8px;
  }

  .jobs-quick-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -2px 10px;
    padding: 2px 2px 4px;
    scrollbar-width: none;
  }

  .jobs-quick-filters::-webkit-scrollbar {
    display: none;
  }

  .jobs-quick-chip {
    flex: 0 0 auto;
    min-height: 36px;
    font-size: 12.5px;
  }

  .employer-request-actions > * {
    flex-basis: 100%;
  }

  .employer-request-form-intro {
    margin-bottom: 18px;
  }

  .employer-request-form,
  .employer-request-box {
    padding: 22px 18px;
  }

  .jobs-employer-card,
  .job-detail-top,
  .job-detail-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .jobs-hero-actions,
  .job-detail-actions {
    width: 100%;
  }

  .jobs-hero-actions a,
  .job-detail-actions a {
    width: 100%;
  }

  .jobs-stat-card,
  .job-card,
  .jobs-candidate-card,
  .job-detail-prose,
  .job-detail-box {
    padding: 22px 18px;
  }

  .job-card-salary {
    min-height: 32px;
    padding: 0 12px 0 10px;
  }

  .job-detail-page main {
    padding-bottom: 82px;
  }

  .jobs-section-title,
  .jobs-employer-card h2,
  .job-detail-box h2 {
    font-size: 28px;
  }

  .job-card-actions {
    grid-template-columns: 1fr;
  }

  .job-card-save-link {
    width: 100%;
  }

  .job-detail-support-actions .btn-outline-brown {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .employer-manage-jobs-page .jobs-manage-summary-grid {
    grid-template-columns: 1fr;
  }

  .recruiter-applications-page .jobs-recruiter-application-actions {
    grid-template-columns: 1fr 42px;
  }

  .recruiter-applications-page .jobs-recruiter-card-action--profile {
    width: 42px;
    min-width: 42px;
  }
}

@media (max-width: 767px) {
  .jobs-list-page .jobs-hero {
    margin-top: var(--mobile-header-offset, 63px);
    padding: 24px 0 12px;
  }

  .jobs-list-page .jobs-hero-minimal-head h1 {
    font-size: 24px;
    margin-bottom: 6px;
    line-height: 1.25;
  }

  .jobs-list-page .jobs-hero-minimal-head p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .jobs-list-page .jobs-breadcrumbs {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .jobs-list-page .jobs-list-hero-refresh {
    padding: 24px 0 18px;
  }

  .jobs-list-page .jobs-list-hero-refresh::before {
    width: 150px;
    height: 150px;
    right: -44px;
    top: 18px;
  }

  .jobs-list-page .jobs-list-hero-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .jobs-list-page .jobs-list-hero-copy {
    grid-template-rows: auto;
    min-height: 0;
    gap: 10px;
  }

  .jobs-list-page .jobs-list-hero-ad-slot {
    height: 92px;
    border-radius: 16px;
  }

  .jobs-list-page .jobs-list-hero-label {
    padding: 7px 10px;
    font-size: 10px;
  }

  .jobs-list-page .jobs-list-hero-pills {
    gap: 8px;
  }

  .jobs-list-page .jobs-list-hero-pills span {
    min-height: 32px;
    padding: 0 10px;
    font-size: 12px;
  }

  .jobs-list-page .jobs-list-hero-card {
    padding: 18px;
    border-radius: 22px;
  }

  .jobs-list-page .jobs-list-hero-card strong {
    font-size: 28px;
  }

  .jobs-list-page .jobs-discovery-bar.is-sticky {
    top: var(--mobile-header-offset, 63px) !important;
    padding: 10px 0 !important;
    margin: 0 -20px 10px !important;
    background: rgba(255, 255, 255, 0.98) !important;
  }

  .jobs-list-page .jobs-quick-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 0 10px;
    padding: 4px 20px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scroll-padding-left: 20px;
    overscroll-behavior-x: contain;
    gap: 8px;
  }

  .jobs-list-page .jobs-quick-filters-scroll {
    display: block;
    padding: 0 34px;
    margin: 0 -6px 10px;
  }

  .jobs-list-page .jobs-quick-filters {
    margin: 0;
    padding: 4px 0;
  }

  .jobs-list-page .jobs-quick-filters-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 44px;
    border: 1px solid rgba(195, 160, 93, 0.35);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.96);
    color: #8d6730;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease, background 0.22s ease, color 0.22s ease;
  }

  .jobs-list-page .jobs-quick-filters-scroll.is-scrollable .jobs-quick-filters-nav {
    opacity: 1;
    pointer-events: auto;
  }

  .jobs-list-page .jobs-quick-filters-nav--prev {
    left: 0;
  }

  .jobs-list-page .jobs-quick-filters-nav--next {
    right: 0;
  }

  .jobs-list-page .jobs-quick-filters-nav i {
    font-size: 13px;
  }

  .jobs-list-page .jobs-quick-filters-nav:disabled {
    opacity: 0.28 !important;
    pointer-events: none;
  }

  .jobs-list-page .jobs-quick-filters::-webkit-scrollbar {
    display: none;
  }

  .jobs-list-page .jobs-quick-chip {
    flex: 0 0 clamp(132px, calc(50vw - 30px), 170px);
    min-height: 52px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.25;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
    text-align: left;
    white-space: normal;
    border-radius: 12px;
    scroll-snap-align: start;
    box-sizing: border-box;
  }

  .jobs-list-page .jobs-quick-chip::before {
    display: none;
  }

  .jobs-list-page .jobs-quick-chip-count {
    display: block;
    height: auto;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 10.5px;
    line-height: 1.2;
    white-space: normal;
    color: #a3824f;
  }

  .jobs-list-page .jobs-quick-chip-count::before {
    content: '(';
  }

  .jobs-list-page .jobs-quick-chip-count::after {
    content: ')';
  }

  .jobs-list-page .jobs-quick-chip.is-active .jobs-quick-chip-count {
    background: transparent;
    color: #ffffff;
  }

  .jobs-list-page .jobs-filter-shell {
    padding: 0 20px;
  }

  .jobs-list-page .jobs-filter-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 40px;
    margin: 0;
    border: 1px solid #e8dec7;
    border-radius: 10px;
    background: #fdfbf7;
    color: #8c6020;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(182, 141, 64, 0.05);
  }

  .jobs-list-page .jobs-filter-shell .jobs-filter-bar {
    display: none;
  }

  .jobs-list-page .jobs-filter-shell.is-open .jobs-filter-bar {
    display: block;
    padding: 16px;
    margin: 10px 0 0 0;
    border-radius: 12px;
    border: 1px solid #e8dec7;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  }

  .jobs-list-page .jobs-filter-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .jobs-list-page .jobs-filter-grid label:nth-child(1) {
    grid-column: span 2;
  }

  .jobs-list-page .jobs-list-filter-actions {
    grid-column: span 2;
    justify-content: space-between;
  }

  .jobs-list-page .jobs-filter-field input,
  .jobs-list-page .jobs-filter-field select {
    height: 38px;
    font-size: 13px;
  }

  .jobs-list-page .jobs-filter-meta {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 12px;
    margin-top: 12px;
  }

  .jobs-list-page .jobs-filter-meta strong {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }

  .jobs-list-page .jobs-filter-reset {
    width: 100%;
    height: 36px;
    justify-content: center;
  }
}

/* Hiệu ứng di chuyển mũi tên khi hover nút Quay lại */
.job-detail-back-link i {
  transition: transform 0.3s ease;
}
.job-detail-back-link:hover i {
  transform: translateX(-5px);
}

.job-apply-bottom {
  margin-top: 28px;
  padding: 28px 30px;
  background: #FAF8F4;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  border: 1px dashed #D4AF37;
}
.job-apply-bottom p {
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.5;
  color: #1A1D24;
  margin: 0 !important;
  flex: 1 1 360px;
}
.job-apply-bottom-actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  flex: 0 1 auto;
}

.job-apply-bottom .jobs-expired-hint {
  flex-basis: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .job-apply-bottom {
    flex-direction: column;
    align-items: stretch;
    padding: 30px 20px;
  }
  .job-apply-bottom p {
    font-size: 18px;
  }
  .job-apply-bottom-actions {
    justify-content: stretch;
  }
  .job-apply-bottom-actions > * {
    flex: 1 1 100%;
  }
}

/* =========================================================
   TỐI ƯU UX/UI CHI TIẾT TRÊN THIẾT BỊ DI ĐỘNG & TABLET
   ========================================================= */

@media (max-width: 1100px) {
  /* 1. Đảo Sidebar lên trên cùng để ứng viên thấy Mức lương/Hạn nộp đầu tiên */
  .job-detail-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .job-detail-side {
    order: -1; /* Phép thuật đẩy Sidebar lên trên khối Main */
    width: 100%;
  }
  .job-detail-main {
    order: 2;
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* 2. Sửa lỗi Header cố định che khuất phần đầu trang chi tiết */
  .job-detail-hero {
    margin-top: var(--mobile-header-offset, 63px); /* Đẩy xuống theo độ dày Header */
    padding: 24px 0 32px; /* Thu gọn khoảng trắng thừa */
  }

  /* 3. Tối ưu không gian (Whitespace) cho các hộp thông tin */
  .job-detail-box {
    padding: 20px 16px;
    border-radius: 16px;
    margin-bottom: 16px;
  }
  .job-detail-box h2 {
    font-size: 20px;
    margin-bottom: 14px;
  }

  /* 4. Giảm padding khối văn bản chính để chữ tràn viền đẹp hơn */
  .job-detail-prose {
    padding: 24px 16px;
    border-radius: 16px;
  }
  .job-detail-prose h2 {
    font-size: 20px;
    margin: 24px 0 12px;
  }
  
  /* 5. Căn chỉnh lại Font size của Breadcrumb trên Mobile */
  .job-detail-hero .jobs-breadcrumbs {
    font-size: 12px;
    margin-bottom: 16px;
  }
}

/* =========================================================
   TỐI ƯU THẨM MỸ HEADER TRANG CHI TIẾT VIỆC LÀM
   ========================================================= */

/* 1. Tối ưu thanh điều hướng (Breadcrumb & Nút Back) ngang hàng */
.job-detail-hero-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(182, 141, 64, 0.15); /* Đường gạch chân sang trọng */
}

.job-detail-hero-nav .jobs-breadcrumbs {
  margin-bottom: 0; /* Xóa khoảng trống thừa cũ */
}

/* Ghi đè thiết kế Nút Back cũ */
.job-detail-hero-nav .job-detail-back-link {
  margin-bottom: 0;
  background: transparent;
  border: none;
  padding: 0;
  color: #8b6b39;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  width: auto;
  justify-content: flex-start;
}

.job-detail-hero-nav .job-detail-back-link i {
  color: #c3a05d;
}

.job-detail-hero-nav .job-detail-back-link:hover {
  color: #1a1d24;
  background: transparent;
}

/* 2. Gom Badge và Tên công ty (Eyebrow Text) */
.job-detail-eyebrow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.job-detail-eyebrow .job-card-badges {
  margin-bottom: 0;
  min-height: auto;
}

.job-detail-eyebrow .job-detail-company {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7c5a26;
  font-size: 13px;
}

/* Thêm dấu chấm kim loại (bullet) phân cách giữa Badge và Tên công ty trên Desktop */
@media (min-width: 768px) {
  .job-detail-eyebrow .job-detail-company::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #c3a05d;
  }
}

/* 3. Chuốt lại Tiêu đề H1 và Mô tả */
.job-detail-hero .job-detail-top h1 {
  margin: 0 0 12px 0;
  font-size: 34px;
  letter-spacing: -0.01em;
  color: #1a1d24;
}

.job-detail-hero .job-detail-summary {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #4b5563;
}

/* 4. Tùy biến lại trên màn hình Mobile */
@media (max-width: 767px) {
  .job-detail-hero-nav {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: none; /* Bỏ đường gạch ngang để Hero section liền mạch, thoáng hơn */
  }
  
  /* Ẩn nút "Về danh sách" trên mobile để tiết kiệm diện tích (vì đã có Breadcrumb) */
  .job-detail-hero-nav .job-detail-back-link {
    display: none;
  }

  .job-detail-eyebrow {
    gap: 8px;
    margin-bottom: 10px;
  }

  .job-detail-eyebrow .job-detail-company {
    font-size: 12px; /* Kéo nhỏ tên công ty lại một chút cho thanh lịch */
  }

  .job-detail-hero .job-detail-top h1 {
    font-size: 24px; /* Tiêu đề H1 gọn gàng, vừa vặn hơn */
    margin-bottom: 10px;
    line-height: 1.3;
  }
  
  .job-detail-hero .job-detail-summary {
    font-size: 14.5px; /* Cân đối lại size chữ mô tả ngắn */
    margin-bottom: 12px;
  }

  .jobs-candidate-hero-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .jobs-candidate-detail-main {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .jobs-candidate-hero-facts {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .jobs-candidate-hero-facts li {
    min-height: 0;
    padding: 12px 14px;
  }

}

@media (max-width: 1100px) {
  .jobs-candidate-detail-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .jobs-candidate-detail-grid .job-detail-main,
  .jobs-candidate-detail-grid .job-detail-side {
    width: 100%;
  }

  .jobs-candidate-detail-grid .job-detail-main {
    order: 1;
  }

  .jobs-candidate-detail-grid .job-detail-side {
    order: 2;
    position: static;
  }
}

@media (max-width: 767px) {
  .jobs-candidate-detail-hero .job-detail-hero-nav {
    align-items: flex-start;
  }

  .jobs-candidate-detail-hero .jobs-breadcrumbs {
    display: none;
  }

  .jobs-candidate-detail-hero .job-detail-hero-nav .job-detail-back-link {
    display: inline-flex;
    width: auto;
    justify-content: flex-start;
  }

  .jobs-candidate-detail-avatar-wrap {
    max-width: 168px;
    margin: 0 auto;
  }

  .jobs-candidate-detail-main .jobs-candidate-avatar-thumb--detail {
    width: min(100%, 168px);
    max-width: 168px;
  }

  .jobs-related-candidate-section {
    padding: 22px 16px;
    border-radius: 16px;
  }

  .jobs-related-candidate-grid {
    grid-template-columns: 1fr;
  }

  .jobs-candidate-detail-mobile-bar {
    bottom: 0;
    padding-bottom: max(12px, env(safe-area-inset-bottom));
  }
}

@media (min-width: 768px) {
  body.jobs-page .jobs-hero h1,
  body.jobs-page .jobs-hero-minimal-head h1,
  body.jobs-page .job-detail-top h1,
  body.jobs-page .job-detail-hero .job-detail-top h1 {
    font-size: 40px !important;
  }
}

/* Nâng cấp trang chi tiết tin tuyển dụng: CTA, từ khóa, báo sai, chia sẻ */
.job-detail-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(225, 137, 97, 0.2), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(182, 141, 64, 0.22), transparent 30%),
    linear-gradient(135deg, #fffaf1 0%, #fffdf8 54%, #f7efe0 100%);
}

.job-detail-hero::before {
  content: "";
  position: absolute;
  inset: auto -80px -150px auto;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: rgba(182, 141, 64, 0.12);
  pointer-events: none;
}

.job-detail-hero .container {
  position: relative;
  z-index: 1;
}

@media (min-width: 1101px) {
  .job-detail-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 370px);
    gap: 28px;
    align-items: stretch;
  }
}

.job-detail-action-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(182, 141, 64, 0.2);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 60px rgba(76, 54, 18, 0.12);
  backdrop-filter: blur(12px);
}

.job-detail-action-kicker,
.job-detail-keywords-head span {
  color: #8b6b39;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.job-detail-salary-hero {
  display: grid;
  gap: 4px;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff4e8 0%, #fff 100%);
  border: 1px solid rgba(225, 137, 97, 0.18);
}

.job-detail-salary-hero span {
  color: #7a5a2a;
  font-size: 13px;
  font-weight: 700;
}

.job-detail-salary-hero strong {
  color: #d56d3d;
  font-size: 28px;
  line-height: 1.15;
}

.job-detail-deadline-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(21, 128, 61, 0.09);
  color: #166534;
  font-size: 13px;
  font-weight: 800;
}

.job-detail-deadline-pill.is-expired {
  background: rgba(180, 35, 24, 0.08);
  color: #b42318;
}

.job-detail-cta-stack,
.job-detail-mini-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.job-detail-cta-stack > *,
.job-detail-mini-actions > * {
  justify-content: center;
  text-align: center;
}

.job-mini-action,
.job-copy-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(248, 241, 229, 0.88);
  color: #6f5329;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.job-mini-action:hover,
.job-copy-link:hover,
.job-mini-action.is-copied,
.job-copy-link.is-copied {
  background: #1f7a45;
  color: #fff;
}

.job-detail-prose a {
  color: var(--gold-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.job-detail-keywords {
  margin-top: 24px;
  padding: 28px;
  border: 1px solid rgba(182, 141, 64, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.95), rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at top right, rgba(225, 137, 97, 0.14), transparent 40%);
  box-shadow: 0 14px 34px rgba(18, 32, 55, 0.05);
}

.job-detail-keywords-head h2 {
  margin: 6px 0 8px;
  font-family: var(--font-serif);
  font-size: 26px;
  line-height: 1.25;
  color: #1a1d24;
}

.job-detail-keywords-head p {
  max-width: 760px;
  margin: 0 0 16px;
  color: #5b6470;
  font-size: 15px;
  line-height: 1.7;
}

.job-detail-keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.job-keyword-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(182, 141, 64, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #6f5329;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(76, 54, 18, 0.06);
}

.job-keyword-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(225, 137, 97, 0.38);
  background: #fff6ed;
  color: #9a552f;
}

.job-detail-share-box p {
  margin: 0;
  color: #5b6470;
  font-size: 14px;
  line-height: 1.7;
}

.job-detail-share-actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.job-detail-share-actions > * {
  width: 100%;
  min-height: 42px;
  justify-content: center;
  margin-top: 0;
  text-align: center;
}

.job-detail-share-actions button {
  font: inherit;
  cursor: pointer;
}

.job-detail-share-feedback {
  margin-top: 10px !important;
  padding: 9px 11px;
  border-radius: 12px;
  background: rgba(21, 128, 61, 0.08);
  color: #166534 !important;
  font-weight: 800;
}

.job-report-link {
  color: #b42318;
}

.job-report-link:hover {
  color: #7f1d1d;
}

@media (max-width: 1100px) {
  .job-detail-action-card {
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .job-detail-action-card,
  .job-detail-keywords {
    padding: 22px 16px;
    border-radius: 18px;
  }

  .job-detail-salary-hero strong {
    font-size: 24px;
  }

  .job-detail-cta-stack,
  .job-detail-mini-actions {
    grid-template-columns: 1fr;
  }

  .job-keyword-chip {
    flex: 1 1 auto;
    justify-content: center;
  }
}

/* Tinh chỉnh lại theo hướng public-first: gọn, không lộ nguồn ngoài */
.job-report-simple {
  display: inline-flex;
  margin-top: 16px;
  color: #9f3a2e;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.job-report-simple:hover {
  color: #7f1d1d;
}

.job-detail-share-box {
  background: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
}

.job-detail-share-head h2 {
  margin-bottom: 6px;
}

.job-detail-share-head p,
.job-detail-share-box p {
  margin: 0;
  color: #5b6470;
  font-size: 14px;
  line-height: 1.65;
}

.job-share-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.job-share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(182, 141, 64, 0.18);
  border-radius: 16px;
  background: #fff;
  color: #6f5329;
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(76, 54, 18, 0.05);
}

.job-share-icon:hover,
.job-share-icon.is-copied {
  transform: translateY(-2px);
  background: #1f7a45;
  border-color: #1f7a45;
  color: #fff;
}

.job-share-icon--zalo span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: currentColor;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.job-detail-share-feedback {
  margin-top: 12px !important;
}

.job-apply-bottom {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(225, 137, 97, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(225, 137, 97, 0.16), transparent 36%),
    linear-gradient(135deg, #fff8ed 0%, #ffffff 100%);
  box-shadow: 0 18px 42px rgba(76, 54, 18, 0.08);
  text-align: left;
}

.job-apply-bottom-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: #fff;
  color: #d56d3d;
  box-shadow: 0 12px 24px rgba(225, 137, 97, 0.18);
}

.job-apply-bottom-copy strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-serif);
  color: #1a1d24;
  font-size: 23px;
  line-height: 1.25;
}

.job-apply-bottom-copy p {
  margin: 0 !important;
  color: #5b6470;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
}

.job-apply-bottom-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-end;
}

.job-apply-bottom-actions > * {
  white-space: nowrap;
}

.job-detail-related-container {
  margin-top: 32px;
}

.job-detail-related-container .jobs-related-section {
  margin-top: 0;
}

.jobs-related-section--wide {
  padding: 34px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, #ffffff 0%, #fffaf3 100%),
    radial-gradient(circle at top right, rgba(182, 141, 64, 0.12), transparent 38%);
}

.jobs-related-wide-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.jobs-related-wide-head h2 {
  margin: 4px 0 6px;
}

.jobs-related-wide-head p {
  max-width: 700px;
  margin: 0;
  color: #5b6470;
  font-size: 15px;
  line-height: 1.7;
}

.jobs-related-section--wide .jobs-related-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.jobs-related-section--wide .jobs-related-card {
  padding: 26px;
  min-height: 250px;
}

@media (max-width: 900px) {
  .job-apply-bottom {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .job-apply-bottom-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .job-apply-bottom-actions > * {
    flex: 1 1 180px;
    justify-content: center;
  }

  .jobs-related-wide-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .job-share-icon-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .job-apply-bottom {
    grid-template-columns: 1fr;
    padding: 22px 16px;
  }

  .job-apply-bottom-icon {
    width: 46px;
    height: 46px;
  }

  .job-apply-bottom-actions {
    flex-direction: column;
  }

  .jobs-related-section--wide {
    padding: 22px 16px;
    border-radius: 18px;
  }

  .jobs-related-section--wide .jobs-related-grid {
    grid-template-columns: 1fr;
  }
}

/* UI polish v2: làm trang chi tiết gọn, sang và ít rối hơn */
.job-detail-page {
  background: #fffaf4;
}

.job-detail-hero {
  padding: 28px 0 36px;
  border-bottom: 1px solid rgba(182, 141, 64, 0.16);
  background:
    radial-gradient(circle at 8% 12%, rgba(225, 137, 97, 0.16), transparent 30%),
    linear-gradient(135deg, #fff7ec 0%, #fffdf8 58%, #f7ecdc 100%);
}

.job-detail-hero::before {
  width: 260px;
  height: 260px;
  opacity: 0.65;
}

@media (min-width: 1101px) {
  .job-detail-top {
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 34px;
  }
}

.job-detail-main-head {
  max-width: 920px;
}

.job-detail-hero .job-detail-top h1 {
  max-width: 880px;
  font-size: clamp(34px, 4vw, 50px) !important;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.job-detail-hero .job-detail-summary {
  max-width: 820px;
  color: #4f5663;
  font-size: 16px;
  line-height: 1.75;
}

.job-detail-highlights {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px;
  gap: 10px;
}

.job-detail-highlights li {
  align-items: center;
  min-height: 46px;
  padding: 10px 12px;
  border-color: rgba(182, 141, 64, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 22px rgba(76, 54, 18, 0.045);
}

.job-detail-action-card {
  overflow: hidden;
  gap: 16px;
  padding: 0;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(182, 141, 64, 0.2);
  box-shadow: 0 26px 64px rgba(42, 29, 10, 0.14);
}

.job-detail-action-card .job-detail-action-kicker {
  padding: 18px 20px 0;
}

.job-detail-salary-hero {
  margin: 0 20px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff2df 0%, #ffffff 100%);
  border-color: rgba(225, 137, 97, 0.24);
}

.job-detail-salary-hero strong {
  color: #c75f33;
  font-size: 30px;
}

.job-detail-deadline-pill {
  align-self: start;
  margin: 0 20px;
}

.job-detail-cta-stack {
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0 20px;
}

.job-detail-cta-stack .btn-primary-orange,
.job-detail-cta-stack .btn-outline-brown {
  width: 100%;
  min-height: 46px;
}

.job-detail-action-note {
  margin: -4px 20px 20px;
  padding-top: 14px;
  border-top: 1px dashed rgba(182, 141, 64, 0.2);
  color: #697386;
  font-size: 13px;
  line-height: 1.6;
}

.job-detail-section {
  padding-top: 28px;
}

.job-detail-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 28px;
}

.job-detail-prose,
.job-detail-keywords,
.job-detail-box {
  border: 1px solid rgba(182, 141, 64, 0.14);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(18, 32, 55, 0.055);
}

.job-detail-prose {
  padding: 36px 38px;
}

.job-detail-prose h2 {
  margin: 30px 0 14px;
  color: #1a1d24;
  font-size: 25px;
  letter-spacing: -0.015em;
}

.job-detail-prose h2:first-child {
  margin-top: 0;
}

.job-detail-prose ul {
  display: grid;
  gap: 10px;
}

.job-detail-prose li {
  margin-bottom: 0;
  padding: 11px 12px 11px 36px;
  border: 1px solid rgba(182, 141, 64, 0.11);
  border-radius: 15px;
  background: #fffdf8;
}

.job-detail-prose li::before {
  top: 13px;
  left: 13px;
  color: #b68d40;
}

.job-detail-keywords {
  padding: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fffbf4 100%);
}

.job-detail-keywords-head h2 {
  margin: 5px 0 6px;
  font-size: 22px;
}

.job-detail-keywords-head p {
  margin-bottom: 14px;
}

.job-keyword-chip {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  box-shadow: none;
}

.job-detail-info-card .job-detail-facts {
  gap: 0;
}

.job-detail-fact {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
}

.job-detail-fact span {
  margin: 0;
  color: #8a6a38;
  font-size: 12px;
  letter-spacing: 0.03em;
}

.job-detail-fact strong {
  color: #2f3848;
  font-size: 14.5px;
  line-height: 1.55;
}

.job-report-simple {
  margin-top: 14px;
  color: #9f3a2e;
  font-size: 13px;
}

.job-detail-share-box {
  padding: 22px;
}

.job-detail-share-head h2 {
  margin: 0 0 4px;
  font-size: 22px;
}

.job-share-icon-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin-top: 14px;
}

.job-share-icon {
  min-height: 42px;
  border-radius: 14px;
  background: #fffdf8;
  box-shadow: none;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.job-share-icon:hover,
.job-share-icon.is-copied {
  transform: translateY(-1px);
  background: #8a6833;
  border-color: #8a6833;
  color: #fff;
}

.job-apply-bottom {
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 16px;
  padding: 22px 24px;
  border: 1px solid rgba(182, 141, 64, 0.18);
  border-left: 5px solid #e18961;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(18, 32, 55, 0.06);
}

.job-apply-bottom-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #fff3e9;
  box-shadow: none;
}

.job-apply-bottom-copy strong {
  font-size: 22px;
}

.job-apply-bottom-actions .btn-primary-orange,
.job-apply-bottom-actions .btn-outline-brown {
  min-height: 44px;
  padding: 0 18px;
}

.job-detail-related-container {
  margin-top: 36px;
}

.jobs-related-section--wide {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.jobs-related-wide-head {
  align-items: center;
  padding: 24px 28px;
  border: 1px solid rgba(182, 141, 64, 0.18);
  border-radius: 24px;
  background: linear-gradient(135deg, #1d2430 0%, #3b2a14 100%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(18, 32, 55, 0.12);
}

.jobs-related-wide-head .job-detail-action-kicker,
.jobs-related-wide-head p,
.jobs-related-wide-head .job-source-link {
  color: rgba(255, 255, 255, 0.78);
}

.jobs-related-wide-head h2 {
  color: #fff;
  font-size: 30px;
}

.jobs-related-wide-head .job-source-link {
  margin-top: 0;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}

.jobs-related-wide-head .job-source-link:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.jobs-related-section--wide .jobs-related-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}

.jobs-related-section--wide .jobs-related-card {
  min-height: 218px;
  padding: 26px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(18, 32, 55, 0.065);
}

.jobs-related-section--wide .jobs-related-card h3 {
  font-size: 21px;
}

.jobs-related-section--wide .jobs-related-card p {
  -webkit-line-clamp: 2;
}

.jobs-related-section--wide .jobs-related-meta {
  grid-template-columns: repeat(2, minmax(0, auto));
  align-items: start;
}

@media (max-width: 1100px) {
  .job-detail-action-card {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .job-detail-hero {
    padding: 20px 0 26px;
  }

  .job-detail-hero .job-detail-top h1 {
    font-size: 28px !important;
  }

  .job-detail-highlights,
  .jobs-related-section--wide .jobs-related-grid,
  .jobs-related-section--wide .jobs-related-meta {
    grid-template-columns: 1fr;
  }

  .job-detail-prose,
  .job-detail-keywords,
  .job-detail-box {
    border-radius: 18px;
  }

  .job-detail-prose {
    padding: 24px 16px;
  }

  .job-detail-prose li {
    padding-right: 10px;
  }

  .job-detail-fact {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .job-share-icon-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .job-apply-bottom {
    grid-template-columns: 1fr;
    padding: 20px 16px;
  }

  .job-apply-bottom-actions {
    flex-direction: column;
  }

  .jobs-related-wide-head {
    padding: 22px 18px;
    border-radius: 20px;
  }
}

/* UX final: mục việc làm liên quan gọn 1 hàng / 4 card */
.job-detail-related-container {
  margin-top: 28px;
}

.jobs-related-section--wide {
  padding: 22px;
  border: 1px solid rgba(182, 141, 64, 0.14);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 32, 55, 0.055);
}

.jobs-related-wide-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
  padding: 0 0 14px;
  border: 0;
  border-bottom: 1px solid rgba(182, 141, 64, 0.14);
  border-radius: 0;
  background: transparent;
  color: #1a1d24;
  box-shadow: none;
}

.jobs-related-wide-head h2 {
  margin: 0;
  color: #1a1d24;
  font-size: 24px;
  letter-spacing: -0.02em;
}

.jobs-related-wide-head .job-source-link {
  min-height: 34px;
  margin-top: 0;
  padding: 0 12px;
  border: 1px solid rgba(182, 141, 64, 0.2);
  border-radius: 999px;
  color: #8a6833;
  font-size: 13px;
  white-space: nowrap;
}

.jobs-related-wide-head .job-source-link:hover {
  background: #fff7ea;
  color: #5d431d;
}

.jobs-related-section--wide .jobs-related-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.jobs-related-section--wide .jobs-related-card {
  min-height: 154px;
  padding: 16px;
  border-radius: 18px;
  box-shadow: none;
}

.jobs-related-section--wide .jobs-related-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(18, 32, 55, 0.075);
}

.jobs-related-section--wide .jobs-related-card .job-card-company {
  margin-bottom: 8px;
  font-size: 11.5px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jobs-related-section--wide .jobs-related-card h3 {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jobs-related-section--wide .jobs-related-card p {
  display: none;
}

.jobs-related-section--wide .jobs-related-meta {
  grid-template-columns: 1fr;
  gap: 7px;
  padding-top: 10px;
}

.jobs-related-section--wide .jobs-related-meta span {
  padding: 8px 9px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.35;
}

.jobs-related-section--wide .jobs-related-meta span:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .jobs-related-section--wide .jobs-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .jobs-related-section--wide {
    padding: 18px 14px;
  }

  .jobs-related-wide-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .jobs-related-section--wide .jobs-related-grid {
    grid-template-columns: 1fr;
  }
}

/* Related cards v2: đủ thông tin hơn và không cắt mất địa chỉ */
.jobs-related-section--wide .jobs-related-card {
  display: flex;
  flex-direction: column;
  min-height: 228px;
  padding: 16px;
  overflow: visible;
}

.jobs-related-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 9px;
}

.jobs-related-section--wide .jobs-related-card .job-card-company {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #8a6a38;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.4;
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.jobs-related-status {
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(21, 128, 61, 0.09);
  color: #16743f;
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.jobs-related-section--wide .jobs-related-card h3 {
  min-height: 44px;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.36;
}

.jobs-related-pills {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  margin-bottom: 10px;
}

.jobs-related-pills span,
.jobs-related-location,
.jobs-related-card-foot span {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}

.jobs-related-pills span {
  min-height: 32px;
  padding: 7px 9px;
  border-radius: 11px;
  background: #fff8ec;
  color: #5f4820;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.jobs-related-pills i,
.jobs-related-location i,
.jobs-related-card-foot i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #b68d40;
}

.jobs-related-location {
  min-height: 42px;
  margin-top: auto;
  padding: 9px 0 10px;
  border-top: 1px dashed rgba(182, 141, 64, 0.2);
  color: #4f5663;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.45;
  white-space: normal;
  overflow: visible;
  word-break: break-word;
}

.jobs-related-location span {
  display: block;
  overflow: visible;
}

.jobs-related-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #697386;
  font-size: 12px;
  font-weight: 800;
}

.jobs-related-card-foot > i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  border-radius: 999px;
  background: #f8f1e5;
}

.jobs-related-section--wide .jobs-related-meta {
  display: none;
}

@media (min-width: 1101px) {
  .jobs-related-section--wide .jobs-related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .jobs-related-section--wide .jobs-related-card {
    min-height: 0;
  }
}

/* Apply CTA final: không vỡ layout, giữ nút Ứng tuyển ngay làm hành động chính */
.job-apply-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(225, 137, 97, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(135deg, #fff7ed 0%, #ffffff 58%),
    radial-gradient(circle at top right, rgba(225, 137, 97, 0.18), transparent 36%);
  box-shadow: 0 18px 42px rgba(18, 32, 55, 0.07);
}

.job-apply-bottom::before {
  content: "";
  width: 0;
  height: 0;
  display: none;
}

.job-apply-bottom-copy {
  min-width: 0;
}

.job-apply-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #b45f35;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.job-apply-eyebrow i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #fff;
  color: #e18961;
  box-shadow: 0 8px 18px rgba(225, 137, 97, 0.16);
}

.job-apply-bottom-copy strong {
  display: block;
  margin: 0 0 6px;
  color: #1a1d24;
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.job-apply-bottom-copy p {
  max-width: 640px;
  margin: 0 !important;
  color: #566172;
  font-size: 15px;
  line-height: 1.65;
}

.job-apply-bottom-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  min-width: 190px;
}

.job-apply-bottom-actions .btn-primary-orange,
.job-apply-bottom-actions .btn-outline-brown {
  width: 100%;
  min-height: 46px;
  justify-content: center;
  margin: 0;
  white-space: nowrap;
}

.job-apply-bottom-actions .btn-primary-orange {
  box-shadow: 0 14px 28px rgba(225, 137, 97, 0.25);
}

.job-detail-cta-stack .btn-primary-orange {
  box-shadow: 0 12px 24px rgba(225, 137, 97, 0.22);
}

@media (max-width: 900px) {
  .job-apply-bottom {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .job-apply-bottom-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }
}

@media (max-width: 520px) {
  .job-apply-bottom-actions {
    grid-template-columns: 1fr;
  }
}

/* Keywords move to sidebar: compact on desktop, clean full width on mobile */
.job-detail-side .job-detail-keywords {
  margin-top: 0;
  padding: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffbf4 100%);
}

.job-detail-side .job-detail-keywords-head span {
  display: block;
  margin-bottom: 5px;
}

.job-detail-side .job-detail-keywords-head h2 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.22;
}

.job-detail-side .job-detail-keywords-head p {
  display: none;
}

.job-detail-side .job-detail-keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.job-detail-side .job-keyword-chip {
  max-width: 100%;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
  box-shadow: none;
}

.job-detail-side .job-keyword-chip i {
  font-size: 11px;
}

@media (max-width: 900px) {
  .job-detail-side .job-detail-keywords {
    padding: 20px 16px;
  }

  .job-detail-side .job-keyword-chip {
    min-height: 34px;
    font-size: 12.5px;
  }
}

/* Final visual touches: clearer report link, fixed Zalo mark, stronger related-card contrast */
.job-report-simple {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 16px 0 0 auto;
  padding: 9px 13px;
  border: 1px solid rgba(180, 35, 24, 0.18);
  border-radius: 999px;
  background: rgba(180, 35, 24, 0.07);
  color: #9f2f24;
  font-size: 13.5px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.job-report-simple:hover {
  background: rgba(180, 35, 24, 0.12);
  border-color: rgba(180, 35, 24, 0.28);
  color: #7f1d1d;
}

.job-share-icon--zalo span {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: #0068ff;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.job-share-icon--zalo:hover span {
  background: #fff;
  color: #0068ff;
}

.jobs-related-section--wide {
  border-color: rgba(182, 141, 64, 0.22);
  background:
    radial-gradient(circle at 10% 0%, rgba(225, 137, 97, 0.12), transparent 32%),
    linear-gradient(135deg, #fff7ea 0%, #f7ecdc 100%);
  box-shadow: 0 18px 42px rgba(76, 54, 18, 0.075);
}

.jobs-related-wide-head {
  border-bottom-color: rgba(138, 104, 51, 0.2);
}

.jobs-related-section--wide .jobs-related-card {
  border: 1px solid rgba(138, 104, 51, 0.16);
  background:
    linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
  box-shadow: 0 12px 26px rgba(76, 54, 18, 0.075);
}

.jobs-related-section--wide .jobs-related-card:hover {
  border-color: rgba(225, 137, 97, 0.35);
  box-shadow: 0 18px 36px rgba(76, 54, 18, 0.13);
}

.jobs-related-pills span {
  background: #fff3df;
  border: 1px solid rgba(182, 141, 64, 0.14);
}

.jobs-related-location {
  border-top-color: rgba(138, 104, 51, 0.22);
}

/* Related cards color v7: softer contrast, no loud yellow; Zalo stays monochrome */
.job-share-icon--zalo span {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: currentColor;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.job-share-icon--zalo:hover span {
  background: transparent;
  color: currentColor;
}

.jobs-related-section--wide {
  border-color: rgba(47, 56, 72, 0.08);
  background:
    linear-gradient(180deg, #fbfaf7 0%, #f6f2eb 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 16px 36px rgba(47, 56, 72, 0.06);
}

.jobs-related-wide-head {
  border-bottom-color: rgba(47, 56, 72, 0.08);
}

.jobs-related-wide-head h2 {
  color: #202633;
}

.jobs-related-section--wide .jobs-related-card {
  border: 1px solid rgba(47, 56, 72, 0.09);
  background:
    linear-gradient(180deg, #ffffff 0%, #fdfbf8 100%);
  box-shadow: 0 10px 24px rgba(47, 56, 72, 0.055);
}

.jobs-related-section--wide .jobs-related-card:hover {
  border-color: rgba(138, 104, 51, 0.24);
  box-shadow: 0 18px 36px rgba(47, 56, 72, 0.1);
}

.jobs-related-status {
  background: rgba(138, 104, 51, 0.08);
  color: #6f5329;
}

.jobs-related-section--wide .jobs-related-card .job-card-company {
  color: #7b5c2d;
}

.jobs-related-pills span {
  background: rgba(248, 241, 229, 0.72);
  border: 1px solid rgba(138, 104, 51, 0.1);
  color: #4f5663;
}

.jobs-related-pills i,
.jobs-related-location i,
.jobs-related-card-foot i {
  color: #9b7540;
}

.jobs-related-location {
  border-top-color: rgba(47, 56, 72, 0.09);
  color: #4f5663;
}

.jobs-related-card-foot {
  color: #7a8494;
}

.jobs-related-card-foot > i {
  background: rgba(248, 241, 229, 0.72);
  color: #8a6833;
}

/* Mobile detail order v8: hero CTA first, then description, then utilities */
@media (max-width: 1100px) {
  .job-detail-grid {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .job-detail-main {
    order: 1;
    width: 100%;
  }

  .job-detail-side {
    order: 2;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .job-detail-page main {
    padding-bottom: 118px;
  }

  .job-detail-hero {
    padding-bottom: 20px;
  }

  .job-detail-top {
    gap: 16px;
  }

  .job-detail-action-card {
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(42, 29, 10, 0.1);
  }

  .job-detail-section {
    padding-top: 18px;
  }

  .job-detail-main {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .job-detail-prose {
    order: 1;
  }

  .job-apply-bottom {
    order: 2;
    margin-top: 0;
  }

  .job-detail-side {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .job-detail-side .job-detail-box,
  .job-detail-side .job-detail-keywords {
    margin-bottom: 0;
  }

  .job-detail-info-card {
    order: 1;
  }

  .job-detail-side .job-detail-keywords {
    order: 2;
  }

  .job-detail-share-box {
    order: 3;
  }

  .job-detail-support {
    order: 4;
  }

  .job-detail-related-container {
    margin-top: 22px;
  }

  .job-detail-mobile-bar {
    bottom: 48px;
  }
}

/* Mobile quick info v9: key facts appear before the long description */
.job-mobile-quick-info {
  display: none;
}

@media (max-width: 767px) {
  .job-mobile-quick-info {
    display: block;
    margin: 0 0 18px;
    padding: 18px 16px;
    border: 1px solid rgba(138, 104, 51, 0.14);
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
    box-shadow: 0 12px 28px rgba(47, 56, 72, 0.065);
  }

  .job-mobile-quick-head {
    margin-bottom: 12px;
  }

  .job-mobile-quick-head span {
    display: block;
    color: #a06b3f;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .job-mobile-quick-head strong {
    display: block;
    margin-top: 4px;
    color: #202633;
    font-size: 15px;
    line-height: 1.4;
  }

  .job-mobile-quick-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .job-mobile-quick-fact {
    display: flex;
    gap: 9px;
    min-width: 0;
    padding: 11px 10px;
    border: 1px solid rgba(47, 56, 72, 0.07);
    border-radius: 14px;
    background: #fff;
  }

  .job-mobile-quick-fact i {
    flex: 0 0 auto;
    margin-top: 2px;
    color: #b68d40;
  }

  .job-mobile-quick-fact span {
    min-width: 0;
  }

  .job-mobile-quick-fact small {
    display: block;
    color: #7a8494;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
  }

  .job-mobile-quick-fact strong {
    display: block;
    margin-top: 3px;
    color: #273142;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.32;
    word-break: break-word;
  }

  .job-detail-info-card {
    display: none;
  }
}

@media (max-width: 380px) {
  .job-mobile-quick-grid {
    grid-template-columns: 1fr;
  }
}

/* v10 refinements: lean keywords, roomy 3-card related jobs */
.job-detail-side .job-detail-keywords {
  padding: 16px;
  background: #fff;
  box-shadow: none;
}

.job-detail-side .job-detail-keywords-head h2 {
  margin: 0 0 10px;
  font-size: 18px;
  letter-spacing: -0.01em;
}

.job-detail-side .job-detail-keywords-head span {
  display: none;
}

.job-detail-side .job-keyword-chip {
  min-height: 30px;
  padding: 0 10px;
  font-size: 11.5px;
}

.jobs-related-wide-head h2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.jobs-related-wide-head h2 i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(182, 141, 64, 0.12);
  color: #8a6833;
  font-size: 15px;
}

.jobs-related-section--wide .jobs-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 900px) {
  .jobs-related-section--wide .jobs-related-grid {
    grid-template-columns: 1fr;
  }
}

/* v11: Related jobs reuse the main tuyển-dụng card visual */
.jobs-related-section--wide .jobs-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.jobs-related-section--wide .jobs-related-job-card {
  min-height: 0;
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  border-color: #eef2f6;
  box-shadow: 0 12px 28px rgba(18, 32, 55, 0.045);
}

.jobs-related-section--wide .jobs-related-job-card:hover {
  transform: translateY(-5px);
  border-color: #c3a05d;
  box-shadow: 0 24px 48px rgba(18, 32, 55, 0.08), 0 0 0 1px rgba(195, 160, 93, 0.08) inset;
}

.jobs-related-section--wide .jobs-related-job-card .job-card-top {
  margin-bottom: 14px;
}

.jobs-related-section--wide .jobs-related-job-card h3 {
  min-height: 0;
  font-size: 19px;
}

.jobs-related-section--wide .jobs-related-job-card .job-card-context {
  margin-bottom: 16px;
}

.jobs-related-section--wide .jobs-related-job-card .job-card-summary {
  margin-bottom: 18px;
}

.jobs-related-section--wide .jobs-related-job-card .job-card-footer {
  margin-top: auto;
}

@media (max-width: 1100px) {
  .jobs-related-section--wide .jobs-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .jobs-related-section--wide .jobs-related-grid {
    grid-template-columns: 1fr;
  }

  .jobs-related-section--wide .jobs-related-job-card {
    padding: 20px 18px;
  }
}

/* Application submit page polish v12 */
.application-submit-page .jobs-hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 30px;
  background:
    radial-gradient(circle at 12% 20%, rgba(225, 137, 97, 0.16), transparent 34%),
    radial-gradient(circle at 88% 0%, rgba(182, 141, 64, 0.16), transparent 30%),
    linear-gradient(135deg, #fffaf2 0%, #f6efe3 100%);
}

.application-submit-page .jobs-hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -44% 46%;
  height: 220px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  transform: rotate(-8deg);
  pointer-events: none;
}

.application-hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px) !important;
  align-items: stretch;
  max-width: none !important;
}

.application-hero-copy {
  align-self: center;
}

.application-hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.application-hero-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(138, 104, 51, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #5b4630;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(76, 54, 18, 0.055);
}

.application-hero-benefits i {
  color: #b68d40;
}

.application-hero-support {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(138, 104, 51, 0.14);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 40px rgba(47, 56, 72, 0.08);
  backdrop-filter: blur(12px);
}

.application-hero-support > span {
  color: #a06b3f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.application-hero-support strong {
  color: #202633;
  font-family: var(--font-serif);
  font-size: 25px;
  line-height: 1.2;
}

.application-hero-support ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.application-hero-support li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #4f5663;
  font-size: 14px;
  font-weight: 800;
}

.application-hero-support li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #e9f7ef;
  color: #18794e;
  font-size: 11px;
}

.application-submit-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 24px;
  align-items: start;
}

.application-submit-page .jobs-apply-card {
  max-width: none;
  padding: 0;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 20px 52px rgba(47, 56, 72, 0.08);
}

.application-card-head {
  padding: 30px 32px 8px;
}

.application-card-head h2 {
  margin-top: 8px;
}

.application-job-summary {
  margin: 18px 32px 24px;
  padding: 22px;
  border-color: rgba(138, 104, 51, 0.16);
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 28px rgba(47, 56, 72, 0.055);
}

.application-job-summary .jobs-dashboard-panel-head {
  align-items: flex-start;
}

.application-job-summary h3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #202633;
}

.application-job-summary h3 i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: rgba(182, 141, 64, 0.12);
  color: #8a6833;
  font-size: 14px;
}

.application-job-summary .jobs-dashboard-facts {
  gap: 10px;
}

.application-job-summary .jobs-dashboard-facts div {
  padding: 14px;
  border-color: rgba(47, 56, 72, 0.07);
  background: #fff;
}

.application-job-summary-links {
  padding-top: 14px;
  border-top: 1px dashed rgba(138, 104, 51, 0.18);
}

.application-submit-page .jobs-form-grid {
  padding: 0 32px 28px;
  gap: 16px;
}

.application-submit-page .jobs-filter-field input,
.application-submit-page .jobs-filter-field textarea {
  min-height: 48px;
  border-radius: 14px;
  border-color: rgba(47, 56, 72, 0.12);
  background: #fff;
}

.application-submit-page .jobs-filter-field input[readonly] {
  background: #fbfaf7;
  color: #4f5663;
}

.application-submit-page .jobs-filter-field textarea {
  line-height: 1.65;
}

.application-cv-note {
  padding: 12px 14px;
  border: 1px dashed rgba(138, 104, 51, 0.18);
  border-radius: 14px;
  background: #fffaf2;
}

.application-submit-checklist {
  padding: 18px;
  border-color: rgba(47, 56, 72, 0.08);
  background: linear-gradient(180deg, #fbfaf7 0%, #ffffff 100%);
}

.application-submit-checklist li {
  padding: 8px 10px;
  border-radius: 12px;
  background: #fff;
}

.application-submit-checklist li.is-done {
  background: rgba(233, 247, 239, 0.72);
}

.application-submit-page .jobs-auth-actions {
  position: sticky;
  bottom: 0;
  z-index: 5;
  margin: 0;
  padding: 18px 32px;
  border-top: 1px solid rgba(47, 56, 72, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

.application-submit-privacy {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0 32px 28px;
  color: #7a8494;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.application-submit-privacy i {
  color: #b68d40;
}

.application-guidance-card {
  position: sticky;
  top: 110px;
  padding: 24px;
  border: 1px solid rgba(138, 104, 51, 0.14);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(47, 56, 72, 0.07);
}

.application-guidance-card h2 {
  margin: 8px 0 18px;
  color: #202633;
  font-family: var(--font-serif);
  font-size: 26px;
  line-height: 1.22;
}

.application-guidance-card ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: apply-guide;
}

.application-guidance-card li {
  position: relative;
  padding: 14px 14px 14px 46px;
  border: 1px solid rgba(47, 56, 72, 0.07);
  border-radius: 16px;
  background: #fbfaf7;
}

.application-guidance-card li::before {
  counter-increment: apply-guide;
  content: counter(apply-guide);
  position: absolute;
  left: 14px;
  top: 14px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(182, 141, 64, 0.14);
  color: #7b5c2d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}

.application-guidance-card li strong {
  display: block;
  color: #273142;
  font-size: 14px;
  line-height: 1.35;
}

.application-guidance-card li span {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}

.application-guidance-note {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff7ed 0%, #fff 100%);
  border: 1px solid rgba(225, 137, 97, 0.18);
}

.application-guidance-note > i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(225, 137, 97, 0.12);
  color: #b45f35;
}

.application-guidance-note p {
  margin: 0;
  color: #566172;
  font-size: 13.5px;
  line-height: 1.6;
}

.application-guidance-note a {
  color: #8a6833;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .application-hero-grid,
  .application-submit-shell {
    grid-template-columns: 1fr !important;
  }

  .application-guidance-card {
    position: static;
    order: 2;
  }
}

@media (max-width: 767px) {
  .application-submit-page .jobs-hero {
    padding: 86px 0 18px;
  }

  .application-hero-support {
    padding: 18px;
    border-radius: 20px;
  }

  .application-hero-benefits {
    gap: 8px;
    margin-top: 16px;
  }

  .application-hero-benefits span {
    width: 100%;
    justify-content: flex-start;
  }

  .application-submit-shell {
    gap: 16px;
  }

  .application-card-head,
  .application-submit-page .jobs-form-grid,
  .application-submit-page .jobs-auth-actions,
  .application-submit-privacy {
    padding-left: 18px;
    padding-right: 18px;
  }

  .application-card-head {
    padding-top: 24px;
  }

  .application-job-summary {
    margin: 16px 18px 20px;
    padding: 16px;
  }

  .application-job-summary .jobs-dashboard-panel-head {
    flex-direction: column;
  }

  .application-job-summary .jobs-dashboard-facts,
  .application-submit-page .jobs-form-grid {
    grid-template-columns: 1fr;
  }

  .application-submit-page .jobs-auth-actions {
    position: static;
    flex-direction: column;
    background: #fff;
  }

  .application-submit-page .jobs-auth-actions > * {
    flex-basis: auto;
    width: 100%;
  }

  .application-submit-privacy {
    padding-bottom: 24px;
  }

  .application-guidance-card {
    padding: 20px 18px;
    border-radius: 22px;
  }
}

/* Split login pages: candidate and employer have focused, role-specific UX */
.role-login-hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 34px;
  background:
    radial-gradient(circle at 8% 20%, rgba(225, 137, 97, 0.16), transparent 34%),
    radial-gradient(circle at 92% 0%, rgba(182, 141, 64, 0.18), transparent 30%),
    linear-gradient(135deg, #fffaf2 0%, #f6efe3 100%);
}

.role-login-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -46% 48%;
  height: 230px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  transform: rotate(-7deg);
  pointer-events: none;
}

.role-login-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 26px;
  align-items: stretch;
}

.role-login-copy {
  align-self: center;
}

.role-login-page .jobs-hero h1 {
  max-width: 780px;
  margin: 8px 0 12px;
}

.role-login-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.role-login-chips span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(138, 104, 51, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #5b4630;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(76, 54, 18, 0.055);
}

.role-login-chips i {
  color: #b68d40;
}

.role-login-hero-card {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(138, 104, 51, 0.14);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 40px rgba(47, 56, 72, 0.08);
  backdrop-filter: blur(12px);
}

.role-login-hero-card > i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(182, 141, 64, 0.14);
  color: #8a6833;
  font-size: 20px;
}

.role-login-hero-card strong {
  color: #202633;
  font-family: var(--font-serif);
  font-size: 25px;
  line-height: 1.2;
}

.role-login-hero-card span {
  color: #5b6470;
  font-size: 14px;
  line-height: 1.65;
}

.role-login-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 350px);
  gap: 24px;
  align-items: start;
}

.role-login-card {
  padding: 0;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 20px 52px rgba(47, 56, 72, 0.08);
}

.role-login-card-head {
  padding: 30px 32px 6px;
}

.role-login-card-head h2 {
  margin-top: 8px;
}

.role-login-card-head p {
  max-width: 620px;
}

.role-login-form {
  padding: 16px 32px 0;
  gap: 16px;
}

.role-login-form .jobs-filter-field input {
  min-height: 50px;
  border-radius: 14px;
  border-color: rgba(47, 56, 72, 0.12);
  background: #fff;
}

.role-login-form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.role-login-form-row a {
  color: #8a6833;
  font-weight: 900;
}

.role-login-remember {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.role-login-remember input {
  width: 16px;
  height: 16px;
  accent-color: #b68d40;
}

.role-login-actions {
  margin: 0;
  padding: 22px 32px 18px;
}

.role-login-actions > * {
  min-height: 46px;
}

.role-login-switch {
  margin: 0;
  padding: 0 32px 30px;
  color: #64748b;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.role-login-switch a {
  color: #8a6833;
  font-weight: 900;
}

.role-login-side {
  position: sticky;
  top: 110px;
  padding: 24px;
  border: 1px solid rgba(138, 104, 51, 0.14);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(47, 56, 72, 0.07);
}

.role-login-side h2 {
  margin: 8px 0 18px;
  color: #202633;
  font-family: var(--font-serif);
  font-size: 26px;
  line-height: 1.22;
}

.role-login-benefits {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.role-login-benefits li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  padding: 13px;
  border: 1px solid rgba(47, 56, 72, 0.07);
  border-radius: 16px;
  background: #fbfaf7;
  color: #4f5663;
  font-size: 13.5px;
  line-height: 1.55;
}

.role-login-benefits i {
  margin-top: 2px;
  color: #18794e;
}

.role-login-help {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  margin-top: 18px;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff7ed 0%, #fff 100%);
  border: 1px solid rgba(225, 137, 97, 0.18);
}

.role-login-help > i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(225, 137, 97, 0.12);
  color: #b45f35;
}

.role-login-help strong {
  display: block;
  color: #273142;
  font-size: 14px;
  line-height: 1.35;
}

.role-login-help p {
  margin: 5px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}

.candidate-login-page .role-login-hero-card > i,
.candidate-login-page .role-login-chips i {
  color: #9b7540;
}

.employer-login-page .role-login-hero-card > i {
  background: rgba(225, 137, 97, 0.12);
  color: #b45f35;
}

@media (max-width: 1100px) {
  .role-login-hero-grid,
  .role-login-shell {
    grid-template-columns: 1fr;
  }

  .role-login-side {
    position: static;
  }
}

@media (max-width: 767px) {
  .role-login-hero {
    padding: 86px 0 18px;
  }

  .role-login-hero-card,
  .role-login-side {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .role-login-chips {
    gap: 8px;
    margin-top: 16px;
  }

  .role-login-chips span {
    width: 100%;
  }

  .role-login-card-head,
  .role-login-form,
  .role-login-actions,
  .role-login-switch {
    padding-left: 18px;
    padding-right: 18px;
  }

  .role-login-card-head {
    padding-top: 24px;
  }

  .role-login-actions {
    flex-direction: column;
  }

  .role-login-actions > * {
    flex-basis: auto;
    width: 100%;
  }

  .role-login-form-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Employer job posting page v1: wider, calmer, step-based layout */
.employer-job-form-page .jobs-hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 32px;
  background:
    radial-gradient(circle at 10% 12%, rgba(225, 137, 97, 0.14), transparent 32%),
    radial-gradient(circle at 90% 0%, rgba(182, 141, 64, 0.18), transparent 30%),
    linear-gradient(135deg, #fffaf2 0%, #f6efe3 100%);
}

.jobs-post-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 370px) !important;
  align-items: stretch;
  max-width: none !important;
}

.jobs-post-hero-copy {
  align-self: center;
}

.jobs-post-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.jobs-post-hero-chips span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(138, 104, 51, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #5b4630;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(76, 54, 18, 0.055);
}

.jobs-post-hero-chips i {
  color: #b68d40;
}

.jobs-post-hero-card {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(138, 104, 51, 0.14);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 40px rgba(47, 56, 72, 0.08);
  backdrop-filter: blur(12px);
}

.jobs-post-hero-card > i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(225, 137, 97, 0.12);
  color: #b45f35;
  font-size: 20px;
}

.jobs-post-hero-card strong {
  color: #202633;
  font-family: var(--font-serif);
  font-size: 25px;
  line-height: 1.2;
}

.jobs-post-hero-card span {
  color: #5b6470;
  font-size: 14px;
  line-height: 1.65;
}

.employer-job-form-page .jobs-section.section-padding {
  padding-top: 24px;
}

.jobs-post-shell {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 18px;
}

.jobs-post-shell .jobs-dashboard-sidebar {
  position: static;
}

.jobs-post-shell .jobs-dashboard-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(138, 104, 51, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(47, 56, 72, 0.05);
}

.jobs-post-shell .jobs-dashboard-menu a {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 999px;
}

.jobs-post-shell .jobs-dashboard-menu a.is-active {
  border-color: rgba(182, 141, 64, 0.26);
  background: #f8f1e5;
}

.employer-job-form-page .jobs-job-form-panel {
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 22px 54px rgba(47, 56, 72, 0.08);
}

.jobs-post-panel-head {
  align-items: flex-start;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(47, 56, 72, 0.08);
}

.jobs-post-panel-head h2 {
  font-size: clamp(28px, 3vw, 38px);
}

.employer-job-form-page .jobs-mode-banner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0 16px;
  padding: 14px 16px;
  border-color: rgba(225, 137, 97, 0.18);
  border-radius: 16px;
  background: linear-gradient(135deg, #fff7ed 0%, #fff 100%);
  color: #8a4b2f;
  font-weight: 700;
}

.employer-job-form-page .jobs-mode-banner::before {
  content: "\f0eb";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #e18961;
  margin-top: 2px;
}

.jobs-post-step-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.jobs-post-step-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(138, 104, 51, 0.16);
  border-radius: 999px;
  background: #fff;
  color: #5f4820;
  font-size: 13px;
  font-weight: 900;
}

.jobs-post-step-nav a:hover {
  border-color: rgba(182, 141, 64, 0.34);
  background: #fff8ec;
}

.jobs-post-step-nav i {
  color: #b68d40;
}

.employer-job-form-page .jobs-job-form-layout {
  grid-template-columns: minmax(0, 1.65fr) minmax(330px, 0.75fr);
  gap: 26px;
}

.employer-job-form-page .jobs-job-form-sections {
  gap: 20px;
}

.employer-job-form-page .jobs-job-form-section {
  scroll-margin-top: 110px;
  padding: 24px;
  border-color: rgba(47, 56, 72, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
  box-shadow: 0 12px 28px rgba(47, 56, 72, 0.04);
}

.employer-job-form-page .jobs-job-form-section-head {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px dashed rgba(138, 104, 51, 0.16);
}

.employer-job-form-page .jobs-job-form-section-head h3 {
  font-size: 22px;
  letter-spacing: -0.01em;
}

.employer-job-form-page .jobs-job-form-section-head p {
  max-width: 760px;
  margin-top: 6px;
  font-size: 14px;
  color: #6a7280;
}

.employer-job-form-page .jobs-job-form-section .jobs-form-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.employer-job-form-page .jobs-job-form-section .jobs-filter-field {
  grid-column: span 3;
}

.employer-job-form-page .jobs-job-form-section .jobs-filter-field.full {
  grid-column: 1 / -1;
}

.employer-job-form-page .jobs-filter-field input,
.employer-job-form-page .jobs-filter-field select,
.employer-job-form-page .jobs-filter-field textarea {
  min-height: 48px;
  border-color: rgba(47, 56, 72, 0.12);
  border-radius: 14px;
  background: #fff;
}

.employer-job-form-page .jobs-filter-field textarea {
  line-height: 1.65;
}

.employer-job-form-page .jobs-field-hint {
  margin-top: 0;
  color: #7a8494;
}

.employer-job-form-page .jobs-job-form-side {
  top: 96px;
  gap: 16px;
}

.employer-job-form-page .jobs-job-preview-card,
.employer-job-form-page .jobs-job-checklist {
  padding: 20px;
  border-color: rgba(47, 56, 72, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(47, 56, 72, 0.06);
}

.employer-job-form-page .jobs-job-preview-card {
  overflow: hidden;
}

.employer-job-form-page .jobs-job-preview-card::before {
  content: "";
  display: block;
  height: 5px;
  margin: -20px -20px 16px;
  background: linear-gradient(90deg, #e18961 0%, #b68d40 100%);
}

.employer-job-form-page .jobs-job-preview-head h3 {
  font-family: var(--font-serif);
  font-size: 23px;
}

.employer-job-form-page .jobs-job-preview-meta li {
  padding: 8px 10px;
  border-radius: 12px;
  background: #fbfaf7;
}

.employer-job-form-page .jobs-job-readiness {
  padding: 14px;
  border-color: rgba(47, 56, 72, 0.08);
  background: #fbfaf7;
}

.employer-job-form-page .jobs-check-item {
  padding: 8px 10px;
  border-radius: 12px;
  background: #fbfaf7;
}

.employer-job-form-page .jobs-check-item.is-done {
  background: rgba(233, 247, 239, 0.72);
}

.employer-job-form-page .jobs-form-feedback {
  padding: 14px;
  border-radius: 16px;
}

.employer-job-form-page .jobs-job-form-actions {
  position: sticky;
  bottom: 0;
  z-index: 10;
  margin: 24px -30px -30px;
  padding: 18px 30px;
  border-top: 1px solid rgba(47, 56, 72, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

.employer-job-form-page .jobs-job-form-actions > * {
  min-height: 46px;
}

@media (max-width: 1100px) {
  .jobs-post-hero-grid,
  .employer-job-form-page .jobs-job-form-layout {
    grid-template-columns: 1fr !important;
  }

  .employer-job-form-page .jobs-job-form-side {
    position: static;
  }
}

@media (max-width: 767px) {
  .employer-job-form-page .jobs-hero {
    padding: 86px 0 18px;
  }

  .jobs-post-hero-card {
    padding: 18px;
    border-radius: 20px;
  }

  .jobs-post-hero-chips {
    gap: 8px;
    margin-top: 16px;
  }

  .jobs-post-hero-chips span {
    width: 100%;
  }

  .jobs-post-shell .jobs-dashboard-menu {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 8px;
    margin: 0 -4px;
    scrollbar-width: none;
  }

  .jobs-post-shell .jobs-dashboard-menu::-webkit-scrollbar {
    display: none;
  }

  .employer-job-form-page .jobs-job-form-panel {
    padding: 18px 14px;
    border-radius: 22px;
  }

  .employer-job-form-page .jobs-job-form-section {
    padding: 18px 16px;
    border-radius: 20px;
  }

  .employer-job-form-page .jobs-job-form-section .jobs-form-grid {
    grid-template-columns: 1fr;
  }

  .employer-job-form-page .jobs-job-form-section .jobs-filter-field,
  .employer-job-form-page .jobs-job-form-section .jobs-filter-field.full {
    grid-column: 1 / -1;
  }

  .jobs-post-step-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .jobs-post-step-nav::-webkit-scrollbar {
    display: none;
  }

  .employer-job-form-page .jobs-job-form-actions {
    position: static;
    margin: 18px 0 0;
    padding: 0;
    border-top: 0;
    background: transparent;
  }

  .employer-job-form-page .jobs-job-form-actions > * {
    flex-basis: 100%;
  }
}

/* Employer post v2: restore left dashboard menu and compact readiness */
@media (min-width: 1101px) {
  .jobs-post-shell {
    grid-template-columns: 280px minmax(0, 1fr) !important;
    gap: 24px;
  }

  .jobs-post-shell .jobs-dashboard-sidebar {
    position: sticky;
    top: 110px;
  }

  .jobs-post-shell .jobs-dashboard-menu {
    display: grid;
    gap: 10px;
    padding: 18px;
    border-radius: 24px;
  }

  .jobs-post-shell .jobs-dashboard-menu a {
    width: 100%;
    min-height: 42px;
    justify-content: flex-start;
    padding: 0 14px;
    border-radius: 14px;
  }
}

.employer-job-form-page #jobFormModeBadge,
.employer-job-form-page #jobPreviewStatus {
  min-height: 24px;
  padding: 0 9px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.employer-job-form-page .jobs-job-checklist--compact {
  padding: 14px;
}

.employer-job-form-page .jobs-job-checklist--compact h3 {
  margin-bottom: 8px;
  font-size: 16px;
}

.employer-job-form-page .jobs-job-checklist--compact .jobs-job-readiness {
  margin: 0 0 8px;
  padding: 10px;
}

.employer-job-form-page .jobs-job-checklist--compact .jobs-job-readiness-head {
  font-size: 12px;
}

.employer-job-form-page .jobs-job-checklist--compact .jobs-job-readiness-head strong {
  font-size: 15px;
}

.employer-job-form-page .jobs-job-checklist--compact .jobs-job-checklist-summary {
  margin: 8px 0 0;
}

.jobs-job-checklist-detail {
  margin-top: 10px;
  border-top: 1px dashed rgba(47, 56, 72, 0.12);
}

.jobs-job-checklist-detail summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 10px;
  color: #7b5c2d;
  font-size: 12.5px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.jobs-job-checklist-detail summary::-webkit-details-marker {
  display: none;
}

.jobs-job-checklist-detail summary i {
  transition: transform 0.2s ease;
}

.jobs-job-checklist-detail[open] summary i {
  transform: rotate(180deg);
}

.jobs-job-checklist-detail ul {
  margin-top: 10px;
}

@media (max-width: 1100px) {
  .jobs-post-shell {
    grid-template-columns: 1fr !important;
  }
}

/* Employer post v3: full-width form, collapsible preview rail */
.employer-job-form-page .jobs-job-form-layout {
  grid-template-columns: 1fr !important;
  gap: 20px;
}

.employer-job-form-page .jobs-job-form-sections {
  width: 100%;
}

.employer-job-form-page .jobs-job-form-side {
  position: static;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 14px;
  align-items: start;
}

.employer-job-form-page .jobs-job-preview-card--compact {
  padding: 0;
  overflow: hidden;
}

.employer-job-form-page .jobs-job-preview-card--compact::before {
  display: none;
}

.jobs-job-preview-toggle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 18px;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  cursor: pointer;
  list-style: none;
}

.jobs-job-preview-toggle::-webkit-details-marker {
  display: none;
}

.jobs-job-preview-toggle-copy {
  min-width: 0;
}

.jobs-job-preview-toggle-copy strong {
  display: block;
  overflow: hidden;
  color: #202633;
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jobs-job-preview-toggle-copy small {
  display: block;
  overflow: hidden;
  margin-top: 3px;
  color: #7b5c2d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.jobs-job-preview-toggle > i {
  color: #8a6833;
  transition: transform 0.2s ease;
}

.jobs-job-preview-card--compact[open] .jobs-job-preview-toggle > i {
  transform: rotate(180deg);
}

.jobs-job-preview-body {
  padding: 0 16px 16px;
  border-top: 1px dashed rgba(47, 56, 72, 0.1);
}

.employer-job-form-page .jobs-job-preview-card--compact .jobs-job-preview-salary {
  margin-top: 14px;
}

.employer-job-form-page .jobs-job-preview-card--compact .jobs-job-preview-meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.employer-job-form-page .jobs-job-preview-card--compact .jobs-job-preview-summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.employer-job-form-page .jobs-job-checklist--compact {
  align-self: stretch;
}

@media (min-width: 1101px) {
  .employer-job-form-page .jobs-job-form-section .jobs-filter-field {
    grid-column: span 2;
  }

  .employer-job-form-page .jobs-job-form-section .jobs-filter-field.full {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .employer-job-form-page .jobs-job-form-side {
    grid-template-columns: 1fr;
  }

  .employer-job-form-page .jobs-job-preview-card--compact .jobs-job-preview-meta {
    grid-template-columns: 1fr;
  }
}

/* Employer post v4: preview/readiness live under the sticky left menu */
.jobs-post-sidebar-status {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.jobs-post-sidebar-status .jobs-job-preview-card,
.jobs-post-sidebar-status .jobs-job-checklist {
  width: 100%;
  padding: 0;
  border-color: rgba(47, 56, 72, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(47, 56, 72, 0.055);
}

.jobs-post-sidebar-status .jobs-job-checklist {
  padding: 14px;
}

.jobs-post-sidebar-status .jobs-job-preview-toggle {
  grid-template-columns: minmax(0, 1fr) auto 14px;
  gap: 9px;
  padding: 13px 14px;
}

.jobs-post-sidebar-status .jobs-job-preview-toggle-copy strong {
  font-size: 17px;
}

.jobs-post-sidebar-status .jobs-job-preview-toggle-copy small {
  font-size: 11px;
}

.jobs-post-sidebar-status .jobs-job-preview-body {
  padding: 0 14px 14px;
}

.jobs-post-sidebar-status .jobs-job-preview-meta {
  grid-template-columns: 1fr !important;
}

.jobs-post-sidebar-status .jobs-job-preview-meta li {
  padding: 7px 9px;
  font-size: 12.5px;
}

.jobs-post-sidebar-status .jobs-job-preview-tags {
  gap: 6px;
}

.jobs-post-sidebar-status .jobs-job-preview-tag {
  min-height: 22px;
  padding: 0 8px;
  font-size: 11px;
}

.jobs-post-sidebar-status .jobs-job-checklist--compact h3 {
  margin-bottom: 7px;
}

.jobs-post-sidebar-status .jobs-job-readiness {
  padding: 9px;
}

.jobs-post-sidebar-status .jobs-form-feedback {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .jobs-post-sidebar-status {
    margin-top: 12px;
  }
}

/* Employer post v5: no readiness UI, sticky preview stays expanded */
.jobs-post-sidebar-status .jobs-job-checklist,
.jobs-post-sidebar-status .jobs-job-readiness,
.jobs-post-sidebar-status .jobs-job-checklist-detail {
  display: none !important;
}

.jobs-post-sidebar-status .jobs-job-preview-card--sticky {
  padding: 16px;
  overflow: hidden;
}

.jobs-post-sidebar-status .jobs-job-preview-card--sticky::before {
  content: "";
  display: block;
  height: 4px;
  margin: -16px -16px 14px;
  background: linear-gradient(90deg, #e18961 0%, #b68d40 100%);
}

.jobs-post-sidebar-status .jobs-job-preview-card--sticky .jobs-job-preview-head {
  gap: 8px;
  margin-bottom: 8px;
}

.jobs-post-sidebar-status .jobs-job-preview-card--sticky .jobs-job-preview-head h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #202633;
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jobs-post-sidebar-status .jobs-job-preview-company {
  margin-bottom: 10px;
  font-size: 11.5px;
  line-height: 1.45;
}

.jobs-post-sidebar-status .jobs-job-preview-salary {
  margin-bottom: 10px;
  font-size: 13px;
}

.jobs-post-sidebar-status .jobs-job-preview-meta {
  grid-template-columns: 1fr !important;
  gap: 7px;
}

.jobs-post-sidebar-status .jobs-job-preview-summary {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* Employer post v6: make the preview card itself sticky and lead with status */
@media (min-width: 1101px) {
  .jobs-post-shell {
    align-items: stretch;
  }

  .jobs-post-shell .jobs-dashboard-sidebar {
    align-self: stretch;
    position: relative;
    top: auto;
    overflow: visible;
  }

  .jobs-post-sidebar-status {
    position: sticky;
    top: 108px;
    z-index: 8;
  }
}

.jobs-post-sidebar-status .jobs-job-preview-card--sticky {
  position: relative;
  padding: 16px 16px 18px;
  border: 1px solid rgba(182, 141, 64, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0 0, rgba(225, 137, 97, 0.16) 0, rgba(225, 137, 97, 0) 34%),
    linear-gradient(180deg, #fffdf9 0%, #ffffff 100%);
  box-shadow: 0 18px 42px rgba(47, 56, 72, 0.12);
}

.jobs-post-sidebar-status .jobs-job-preview-card--sticky::before {
  display: none;
}

.jobs-post-sidebar-status .jobs-job-preview-card--sticky::after {
  content: "";
  position: absolute;
  inset: 10px 10px auto auto;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(182, 141, 64, 0.1);
  pointer-events: none;
}

.jobs-post-sidebar-status .jobs-job-preview-card--sticky .jobs-job-preview-head {
  display: block;
  margin-bottom: 10px;
}

.jobs-post-sidebar-status .jobs-job-preview-card--sticky #jobPreviewStatus {
  margin: 0 0 9px;
  border: 1px solid rgba(182, 141, 64, 0.2);
  box-shadow: 0 8px 18px rgba(182, 141, 64, 0.12);
}

.jobs-post-sidebar-status .jobs-job-preview-card--sticky .jobs-job-preview-head h3 {
  font-size: 19px;
  letter-spacing: -0.01em;
}

/* Employer post v7: deterministic fixed fallback for the preview rail */
.employer-job-form-page main {
  overflow-x: visible;
}

.jobs-post-sidebar-status-anchor {
  margin-top: 14px;
}

.jobs-post-sidebar-status {
  margin-top: 0;
}

@media (min-width: 1101px) {
  .jobs-post-shell {
    align-items: stretch !important;
  }

  .jobs-post-shell .jobs-dashboard-sidebar {
    align-self: stretch !important;
    position: relative !important;
    top: auto !important;
    overflow: visible !important;
    padding-bottom: 28px;
  }

  .jobs-post-sidebar-status-anchor {
    position: relative;
    min-height: var(--jobs-post-preview-anchor-height, auto);
  }

  .jobs-post-sidebar-status {
    position: sticky !important;
    top: 108px;
    z-index: 30;
    width: 100%;
  }

  .jobs-post-sidebar-status.is-fixed {
    position: fixed !important;
    top: 108px;
    left: var(--jobs-post-preview-left, 0);
    width: var(--jobs-post-preview-width, 280px);
    z-index: 70;
  }

  .jobs-post-sidebar-status.is-parked {
    position: absolute !important;
    top: var(--jobs-post-preview-park-top, 0);
    left: 0;
    right: 0;
    width: auto;
    z-index: 30;
  }
}

@media (max-width: 1100px) {
  .jobs-post-sidebar-status-anchor {
    margin-top: 12px;
  }

  .jobs-post-sidebar-status {
    position: static !important;
  }
}

/* Recruiter candidate page: keep status readable while the updater stays quiet */
.employer-candidate-page .container.jobs-dashboard-shell {
  max-width: 1320px;
  grid-template-columns: 1fr;
  gap: 16px;
}

.employer-candidate-page .jobs-dashboard-sidebar {
  position: static;
  top: auto;
}

.employer-candidate-page .jobs-dashboard-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px;
  border-radius: 22px;
}

.employer-candidate-page .jobs-dashboard-menu a {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
}

.employer-candidate-page .jobs-dashboard-main {
  min-width: 0;
}

.employer-candidate-page .jobs-dashboard-table-wrap {
  max-width: 100%;
  overflow-x: visible;
}

.employer-candidate-page .jobs-dashboard-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
}

.employer-candidate-page .jobs-dashboard-table th,
.employer-candidate-page .jobs-dashboard-table td {
  padding: 13px 12px;
}

.employer-candidate-page .jobs-recruiter-candidate-table th:nth-child(1),
.employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(1) {
  width: 18%;
}

.employer-candidate-page .jobs-recruiter-candidate-table th:nth-child(2),
.employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(2) {
  width: 13%;
}

.employer-candidate-page .jobs-recruiter-candidate-table th:nth-child(3),
.employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(3) {
  width: 11%;
}

.employer-candidate-page .jobs-recruiter-candidate-table th:nth-child(4),
.employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(4) {
  width: 22%;
  min-width: 0;
}

.employer-candidate-page .jobs-recruiter-candidate-table th:nth-child(5),
.employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(5) {
  width: 12%;
}

.employer-candidate-page .jobs-recruiter-candidate-table th:nth-child(6),
.employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(6) {
  width: 24%;
}

.employer-candidate-page .jobs-recruiter-candidate-table th:nth-child(4),
.employer-candidate-page .jobs-recruiter-candidate-table th:nth-child(5) {
  white-space: nowrap;
}

.employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(4) {
  vertical-align: middle;
}

.employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(4) .jobs-status-pill {
  width: fit-content;
  max-width: 100%;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid transparent;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: none;
}

.employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(4) .jobs-status-pill.is-reviewing {
  border-color: rgba(182, 141, 64, 0.16);
  background: #fff8e8;
  color: #7a5a2a;
}

.employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(4) .jobs-status-pill.is-active {
  border-color: rgba(31, 128, 87, 0.14);
  background: #edf8f1;
  color: #1f7651;
}

.employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(4) .jobs-status-pill.is-saved {
  border-color: rgba(59, 130, 246, 0.13);
  background: #eef6ff;
  color: #2c65b8;
}

.employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(4) .jobs-status-pill.is-muted {
  border-color: rgba(100, 116, 139, 0.14);
  background: #f5f7fa;
  color: #667085;
}

.employer-candidate-page .jobs-recruiter-status-control {
  display: grid;
  gap: 5px;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0.68;
  transition: opacity 0.2s ease;
}

.employer-candidate-page .jobs-recruiter-candidate-table tr:hover .jobs-recruiter-status-control,
.employer-candidate-page .jobs-recruiter-status-control:focus-within {
  opacity: 1;
}

.employer-candidate-page .jobs-recruiter-status-control > span {
  display: block;
  color: #98a2b3;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}

.employer-candidate-page .jobs-recruiter-status-control .jobs-recruiter-status-select {
  width: 100%;
  min-width: 0;
  min-height: 32px;
  padding-inline: 9px;
  border-color: rgba(100, 116, 139, 0.14);
  border-radius: 10px;
  background-color: #fbfcfe;
  color: #4b5563;
  font-size: 12.5px;
  font-weight: 600;
  box-shadow: none;
}

.employer-candidate-page .jobs-recruiter-status-control .jobs-recruiter-status-select:hover,
.employer-candidate-page .jobs-recruiter-status-control .jobs-recruiter-status-select:focus {
  border-color: rgba(182, 141, 64, 0.28);
  background-color: #fff;
}

@media (max-width: 1100px) {
  .employer-candidate-page .jobs-dashboard-menu {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 0 8px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .employer-candidate-page .jobs-dashboard-menu::-webkit-scrollbar {
    display: none;
  }

  .employer-candidate-page .jobs-dashboard-menu a {
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  .employer-candidate-page .jobs-dashboard-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table,
  .employer-candidate-page .jobs-recruiter-candidate-table thead,
  .employer-candidate-page .jobs-recruiter-candidate-table tbody,
  .employer-candidate-page .jobs-recruiter-candidate-table tr,
  .employer-candidate-page .jobs-recruiter-candidate-table th,
  .employer-candidate-page .jobs-recruiter-candidate-table td {
    display: block;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table {
    background: transparent;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table thead {
    display: none;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table tbody {
    display: grid;
    gap: 12px;
  }

  .employer-candidate-page .jobs-recruiter-candidate-row {
    padding: 14px;
    border: 1px solid rgba(182, 141, 64, 0.14);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(18, 32, 55, 0.04);
  }

  .employer-candidate-page .jobs-recruiter-candidate-table td {
    width: auto !important;
    min-width: 0 !important;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(182, 141, 64, 0.14);
  }

  .employer-candidate-page .jobs-recruiter-candidate-table td:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table td::before {
    display: block;
    margin-bottom: 4px;
    color: #98a2b3;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(1)::before {
    content: "Ứng viên";
  }

  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(2)::before {
    content: "Vị trí";
  }

  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(3)::before {
    content: "Kinh nghiệm";
  }

  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(4)::before {
    content: "Trạng thái";
  }

  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(5)::before {
    content: "Cập nhật";
  }

  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(6)::before {
    content: "Hành động";
  }

  .employer-candidate-page .jobs-recruiter-status-control {
    max-width: 280px;
  }

  .employer-candidate-page .jobs-recruiter-ops-grid {
    grid-template-columns: 1fr;
  }
}

/* Recruiter candidate page v5: inline status editing only when requested */
.employer-candidate-page .jobs-recruiter-status-cell {
  vertical-align: middle;
}

.employer-candidate-page .jobs-recruiter-status-read {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.employer-candidate-page .jobs-recruiter-status-edit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(100, 116, 139, 0.16);
  border-radius: 999px;
  background: #ffffff;
  color: #64748b;
  font: inherit;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.employer-candidate-page .jobs-recruiter-status-edit-btn:hover,
.employer-candidate-page .jobs-recruiter-status-edit-btn:focus-visible {
  border-color: rgba(182, 141, 64, 0.34);
  background: #fffaf0;
  color: #7a5a2a;
  outline: none;
}

.employer-candidate-page .jobs-recruiter-status-cell .jobs-recruiter-status-control {
  display: none !important;
  max-width: 230px;
  margin-top: 8px;
  padding: 8px;
  border: 1px solid rgba(100, 116, 139, 0.13);
  border-radius: 12px;
  background: #fbfcfe;
  opacity: 1;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.employer-candidate-page .jobs-recruiter-candidate-row.is-status-editing .jobs-recruiter-status-control {
  display: grid !important;
}

.employer-candidate-page .jobs-recruiter-candidate-row.is-status-editing .jobs-recruiter-status-edit-btn {
  display: none;
}

.employer-candidate-page .jobs-recruiter-candidate-row.is-status-editing td:nth-child(4) {
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.75), rgba(255, 255, 255, 0));
}

.employer-candidate-page .jobs-recruiter-status-cell .jobs-recruiter-status-control > span {
  color: #8a94a6;
  font-size: 10px;
  font-weight: 800;
}

.employer-candidate-page .jobs-recruiter-status-cell .jobs-recruiter-status-select {
  min-height: 34px;
  background: #fff;
}

@media (min-width: 1281px) {
  .employer-candidate-page .jobs-recruiter-candidate-table th:nth-child(1),
  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(1) {
    width: 19%;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table th:nth-child(2),
  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(2) {
    width: 13%;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table th:nth-child(3),
  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(3) {
    width: 10%;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table th:nth-child(4),
  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(4) {
    width: 16%;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table th:nth-child(5),
  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(5) {
    width: 11%;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table th:nth-child(6),
  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(6) {
    width: 31%;
  }
}

@media (max-width: 767px) {
  .employer-candidate-page .jobs-dashboard-table {
    min-width: 0;
  }

  .employer-candidate-page .jobs-dashboard-table-wrap {
    margin-right: 0;
  }
}

/* Recruiter candidate page v4: restore left sidebar and make content fit */
.employer-candidate-page .jobs-dashboard-main,
.employer-candidate-page .jobs-dashboard-panel,
.employer-candidate-page .jobs-dashboard-table-wrap,
.employer-candidate-page .jobs-recruiter-ops-panel,
.employer-candidate-page .jobs-recruiter-ops-card {
  min-width: 0;
}

@media (min-width: 768px) {
  .employer-candidate-page .container.jobs-dashboard-shell {
    max-width: min(1440px, calc(100vw - 32px));
    grid-template-columns: 236px minmax(0, 1fr) !important;
    gap: 18px;
    align-items: start;
  }

  .employer-candidate-page .jobs-dashboard-sidebar {
    position: sticky;
    top: 110px;
    min-width: 0;
  }

  .employer-candidate-page .jobs-dashboard-menu {
    display: grid !important;
    gap: 9px;
    padding: 14px;
    border: 1px solid rgba(182, 141, 64, 0.14);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.04);
  }

  .employer-candidate-page .jobs-dashboard-menu a {
    width: 100%;
    min-height: 40px;
    justify-content: flex-start;
    padding: 0 12px;
    border-radius: 14px;
    white-space: normal;
  }
}

.employer-candidate-page .jobs-dashboard-table-wrap {
  max-width: 100%;
  overflow-x: clip;
}

.employer-candidate-page .jobs-recruiter-candidate-table {
  width: 100%;
  min-width: 0 !important;
  table-layout: fixed;
}

.employer-candidate-page .jobs-recruiter-candidate-table th,
.employer-candidate-page .jobs-recruiter-candidate-table td {
  overflow-wrap: anywhere;
}

@media (min-width: 1281px) {
  .employer-candidate-page .jobs-recruiter-candidate-table th,
  .employer-candidate-page .jobs-recruiter-candidate-table td {
    padding: 12px 10px;
    font-size: 13px;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table th:nth-child(1),
  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(1) {
    width: 19%;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table th:nth-child(2),
  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(2) {
    width: 13%;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table th:nth-child(3),
  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(3) {
    width: 10%;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table th:nth-child(4),
  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(4) {
    width: 16%;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table th:nth-child(5),
  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(5) {
    width: 11%;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table th:nth-child(6),
  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(6) {
    width: 31%;
  }
}

.employer-candidate-page .jobs-recruiter-actions-inline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.employer-candidate-page .jobs-recruiter-actions-inline .job-source-link {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  max-width: 100%;
  text-align: center;
}

.employer-candidate-page .jobs-recruiter-shortlist-btn,
.employer-candidate-page .jobs-recruiter-note-btn {
  width: 100%;
  justify-content: center;
  min-width: 0;
  min-height: 32px;
  padding: 0 7px;
  font-size: 11.5px;
  white-space: nowrap;
}

.employer-candidate-page .jobs-recruiter-action-tip {
  display: none;
}

.employer-candidate-page .jobs-recruiter-ops-grid {
  min-width: 0;
}

.employer-candidate-page .jobs-recruiter-ops-card,
.employer-candidate-page .jobs-recruiter-shortlist-list li,
.employer-candidate-page .jobs-recruiter-activity-feed li {
  overflow-wrap: anywhere;
}

@media (max-width: 1280px) and (min-width: 768px) {
  .employer-candidate-page .jobs-dashboard-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table,
  .employer-candidate-page .jobs-recruiter-candidate-table thead,
  .employer-candidate-page .jobs-recruiter-candidate-table tbody,
  .employer-candidate-page .jobs-recruiter-candidate-table tr,
  .employer-candidate-page .jobs-recruiter-candidate-table th,
  .employer-candidate-page .jobs-recruiter-candidate-table td {
    display: block;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table {
    background: transparent;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table thead {
    display: none;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table tbody {
    display: grid;
    gap: 12px;
  }

  .employer-candidate-page .jobs-recruiter-candidate-row {
    padding: 14px;
    border: 1px solid rgba(182, 141, 64, 0.14);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(18, 32, 55, 0.04);
  }

  .employer-candidate-page .jobs-recruiter-candidate-table td {
    width: auto !important;
    min-width: 0 !important;
    padding: 9px 0;
    border-bottom: 1px dashed rgba(182, 141, 64, 0.14);
  }

  .employer-candidate-page .jobs-recruiter-candidate-table td:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table td::before {
    display: block;
    margin-bottom: 4px;
    color: #98a2b3;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(1)::before {
    content: "Ứng viên";
  }

  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(2)::before {
    content: "Vị trí";
  }

  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(3)::before {
    content: "Kinh nghiệm";
  }

  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(4)::before {
    content: "Trạng thái";
  }

  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(5)::before {
    content: "Cập nhật";
  }

  .employer-candidate-page .jobs-recruiter-candidate-table td:nth-child(6)::before {
    content: "Hành động";
  }

  .employer-candidate-page .jobs-recruiter-status-control {
    max-width: 300px;
  }

  .employer-candidate-page .jobs-recruiter-ops-grid {
    grid-template-columns: 1fr;
  }
}
