/* EQ v15.374 — HR dashboard acceptance pass.
   Scope: dashboard only. Report visual is intentionally untouched.
   Target viewport: 1709x885. */

html:has(body.eq-dashboard-page.v374-dashboard-acceptance),
body.eq-dashboard-page.v374-dashboard-acceptance{overflow-x:hidden!important}

body.eq-dashboard-page.v374-dashboard-acceptance .eq-app-shell{
  grid-template-columns:304px minmax(0,1fr)!important;
  min-width:0!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .eq-sidebar{
  padding:18px 16px 20px!important;
  gap:14px!important;
  min-width:0!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .eq-main{
  min-width:0!important;
  padding:16px 22px 24px!important;
  gap:10px!important;
  align-content:start!important;
}

/* REAL PAGE NAVIGATION — one accepted fill on all six items. */
body.eq-dashboard-page.v374-dashboard-acceptance .eq-nav{gap:8px!important}
body.eq-dashboard-page.v374-dashboard-acceptance .eq-nav-link,
body.eq-dashboard-page.v374-dashboard-acceptance .eq-nav-link.active{
  min-height:50px!important;
  height:50px!important;
  padding:0 17px!important;
  border-radius:13px!important;
  background:linear-gradient(112deg,rgba(87,125,255,.30),rgba(151,90,231,.21))!important;
  border:1px solid rgba(128,172,255,.22)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 8px 20px rgba(49,47,137,.055)!important;
  color:#f4f7ff!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .eq-nav-link.active{
  border-color:rgba(205,194,255,.82)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.085),0 0 0 1px rgba(150,125,255,.20),0 0 22px rgba(108,83,232,.16)!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .eq-nav-link .nav-icon{width:28px!important;height:28px!important}
body.eq-dashboard-page.v374-dashboard-acceptance .eq-nav-link b{font-size:14px!important;white-space:nowrap!important}

/* Header compact enough to leave workspace above the fold. */
body.eq-dashboard-page.v374-dashboard-acceptance .eq-topbar{
  min-height:70px!important;
  height:70px!important;
  padding:0 6px 6px!important;
  align-items:center!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .welcome-title{font-size:27px!important;line-height:1!important}
body.eq-dashboard-page.v374-dashboard-acceptance .welcome-subtitle{font-size:13px!important;margin-top:5px!important;line-height:1!important}
body.eq-dashboard-page.v374-dashboard-acceptance .eq-top-actions{gap:8px!important}

/* HERO — large readable approved art, no enclosing card/surface. */
body.eq-dashboard-page.v374-dashboard-acceptance .hero-panel{
  height:194px!important;
  min-height:194px!important;
  margin:0!important;
  padding:0 10px!important;
  display:grid!important;
  grid-template-columns:344px minmax(0,1fr)!important;
  grid-template-areas:'visual copy'!important;
  gap:30px!important;
  align-items:start!important;
  justify-content:start!important;
  background:none!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .hero-visual,
body.eq-dashboard-page.v374-dashboard-acceptance .hero-visual.is-male,
body.eq-dashboard-page.v374-dashboard-acceptance .hero-visual.is-female{
  grid-area:visual!important;
  width:344px!important;
  height:194px!important;
  aspect-ratio:1672/941!important;
  border-radius:18px!important;
  overflow:hidden!important;
  border:1px solid rgba(119,169,220,.16)!important;
  box-shadow:0 14px 32px rgba(2,10,25,.18)!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .hero-image-underlay{
  inset:0!important;
  background-size:100% 100%!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  transform:none!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .hero-image-vignette,
body.eq-dashboard-page.v374-dashboard-acceptance .hero-visual::before,
body.eq-dashboard-page.v374-dashboard-acceptance .hero-visual::after{display:none!important}
body.eq-dashboard-page.v374-dashboard-acceptance .hero-copy{
  grid-area:copy!important;
  width:min(780px,100%)!important;
  max-width:780px!important;
  padding:1px 0 0!important;
  margin:0!important;
  align-self:start!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .hero-copy .hero-kicker{
  margin:0 0 10px!important;
  font-size:11px!important;
  line-height:1!important;
  letter-spacing:.15em!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .hero-copy h1{
  margin:0 0 12px!important;
  font-size:31px!important;
  line-height:1.04!important;
  letter-spacing:-.035em!important;
  max-width:720px!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .hero-copy h1 .hero-line{display:block!important;white-space:nowrap!important}
body.eq-dashboard-page.v374-dashboard-acceptance .hero-copy p:not(.hero-kicker){
  margin:0!important;
  font-size:14.5px!important;
  line-height:1.42!important;
  max-width:760px!important;
  white-space:normal!important;
}

/* KPI — icon, two-line copy and value are one aligned visual unit. */
body.eq-dashboard-page.v374-dashboard-acceptance .stats-grid{
  height:86px!important;
  min-height:86px!important;
  gap:10px!important;
  margin:0!important;
  align-items:stretch!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .stat-card{
  height:86px!important;
  min-height:86px!important;
  padding:10px 13px!important;
  grid-template-columns:56px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center!important;
  border-radius:16px!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .stat-icon{
  width:56px!important;
  height:56px!important;
  border-radius:14px!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .stat-svg{width:31px!important;height:31px!important}
body.eq-dashboard-page.v374-dashboard-acceptance .stat-copy{
  height:56px!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:max-content auto!important;
  grid-template-rows:1fr 1fr!important;
  column-gap:10px!important;
  row-gap:0!important;
  align-items:center!important;
  align-content:center!important;
  justify-content:start!important;
  text-align:left!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .stat-copy span{
  grid-column:1!important;grid-row:1!important;
  align-self:end!important;
  padding-bottom:2px!important;
  font-size:14.4px!important;
  line-height:1!important;
  font-weight:760!important;
  white-space:nowrap!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .stat-copy small{
  grid-column:1!important;grid-row:2!important;
  align-self:start!important;
  padding-top:2px!important;
  margin:0!important;
  font-size:11.2px!important;
  line-height:1!important;
  font-weight:720!important;
  white-space:nowrap!important;
  text-align:left!important;
  justify-self:start!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .stat-copy b{
  grid-column:2!important;grid-row:1/3!important;
  align-self:center!important;
  margin:0!important;
  font-size:35px!important;
  line-height:1!important;
  min-width:30px!important;
  text-align:left!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .stat-line{height:2px!important;bottom:5px!important;opacity:.64!important}

/* Workspace — compact, strict, no decorative dead space. */
body.eq-dashboard-page.v374-dashboard-acceptance .v369-workspace{
  padding:9px 12px 11px!important;
  gap:7px!important;
  border-radius:17px!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-workspace-head{
  height:34px!important;min-height:34px!important;align-items:center!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-workspace-head .hero-kicker{font-size:8.6px!important;line-height:1!important;margin:0 0 4px!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-workspace-head h2{font-size:20px!important;line-height:1!important;margin:0!important;white-space:nowrap!important}

body.eq-dashboard-page.v374-dashboard-acceptance .v369-company-bar{
  height:39px!important;min-height:39px!important;
  padding:4px 6px!important;
  gap:7px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  border-radius:11px!important;
  overflow:visible!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-company-button{height:31px!important;min-height:31px!important;min-width:184px!important;flex:0 0 auto!important;border-radius:8px!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-company-stats{margin:0!important;display:flex!important;gap:4px!important;flex:0 0 auto!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-company-stats>span{height:29px!important;min-height:29px!important;padding:0 7px!important;font-size:11.2px!important;white-space:nowrap!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-new-vacancy{height:31px!important;min-height:31px!important;padding:0 12px!important;margin:0!important;flex:0 0 auto!important;white-space:nowrap!important;border-radius:8px!important}

/* Four soft two-tone gradient stages. */
body.eq-dashboard-page.v374-dashboard-acceptance .v369-flow{gap:7px!important;align-items:stretch!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-flow a{
  height:39px!important;min-height:39px!important;padding:0 12px!important;
  border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;
  gap:10px!important;overflow:hidden!important;white-space:nowrap!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03)!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-flow a b{font-size:13px!important;line-height:1!important;white-space:nowrap!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-flow a span{font-size:10.8px!important;line-height:1!important;white-space:nowrap!important;background:none!important;border:0!important;padding:0!important;margin:0!important;opacity:.83!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-flow a:nth-child(1){background:linear-gradient(115deg,rgba(121,74,191,.27),rgba(75,75,137,.16) 56%,rgba(38,84,123,.13))!important;border-color:rgba(176,123,230,.23)!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-flow a:nth-child(2){background:linear-gradient(115deg,rgba(41,135,175,.25),rgba(37,88,128,.15) 55%,rgba(70,78,143,.12))!important;border-color:rgba(84,184,220,.22)!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-flow a:nth-child(3){background:linear-gradient(115deg,rgba(166,102,51,.24),rgba(96,72,64,.15) 56%,rgba(78,69,119,.12))!important;border-color:rgba(213,145,83,.21)!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-flow a:nth-child(4){background:linear-gradient(115deg,rgba(43,139,98,.24),rgba(37,93,83,.15) 55%,rgba(42,78,126,.12))!important;border-color:rgba(71,183,134,.21)!important}

/* Vacancy column and candidate CARDS, not a stretched table row. */
body.eq-dashboard-page.v374-dashboard-acceptance .v369-master-detail{
  grid-template-columns:250px minmax(0,1fr)!important;
  gap:8px!important;
  min-height:0!important;max-height:none!important;height:auto!important;
  align-items:start!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-vacancy-pane{
  height:184px!important;min-height:184px!important;max-height:184px!important;
  border-radius:11px!important;overflow:hidden!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-pane-head{height:34px!important;min-height:34px!important;padding:0 9px!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-pane-head b{font-size:12px!important;line-height:1!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-pane-head span{font-size:9px!important;line-height:1!important;margin-top:2px!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-vacancy-list{max-height:150px!important;padding:5px!important;gap:4px!important;overflow:auto!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-vacancy-item{min-height:42px!important;height:42px!important;padding:5px 8px!important;border-radius:8px!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-vacancy-copy b{font-size:11.7px!important;line-height:1!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-vacancy-copy small{font-size:9px!important;line-height:1!important;margin-top:3px!important;white-space:nowrap!important}

body.eq-dashboard-page.v374-dashboard-acceptance .v369-candidate-pane{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-selected-vacancy{
  height:42px!important;min-height:42px!important;padding:4px 5px 4px 10px!important;border-radius:10px!important;
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-selected-title h3{font-size:14.5px!important;line-height:1!important;margin:0!important;white-space:nowrap!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-selected-title p{font-size:9.5px!important;line-height:1!important;margin:4px 0 0!important;white-space:nowrap!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-selected-actions{display:flex!important;align-items:center!important;gap:6px!important;white-space:nowrap!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-vacancy-action{height:31px!important;min-height:31px!important;padding:0 10px!important;border-radius:8px!important;font-size:10.4px!important;line-height:1!important;white-space:nowrap!important}

body.eq-dashboard-page.v374-dashboard-acceptance .v369-candidate-list{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  grid-auto-rows:128px!important;
  gap:7px!important;
  max-height:263px!important;
  padding:7px 0 0!important;
  overflow:auto!important;
  background:transparent!important;
  align-content:start!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-card{
  min-width:0!important;height:128px!important;min-height:128px!important;
  padding:10px!important;border-radius:11px!important;
  display:grid!important;grid-template-rows:auto 1fr auto!important;gap:7px!important;
  background:linear-gradient(145deg,rgba(27,58,89,.90),rgba(24,47,76,.88))!important;
  border:1px solid rgba(111,159,202,.15)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.022),0 9px 20px rgba(2,9,22,.08)!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-card.report-ready{
  background:linear-gradient(145deg,rgba(27,75,83,.82),rgba(24,52,79,.90))!important;
  border-color:rgba(77,198,161,.20)!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-card-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:7px!important;min-width:0!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-name{display:grid!important;gap:3px!important;min-width:0!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-name b{font-size:13.8px!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-name small{font-size:9.3px!important;line-height:1!important;color:#94abc2!important;white-space:nowrap!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-status{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;gap:5px!important;height:21px!important;padding:0 7px!important;border-radius:999px!important;font-size:9.3px!important;font-weight:760!important;line-height:1!important;color:#dce7f3!important;background:rgba(116,150,182,.10)!important;border:1px solid rgba(135,170,204,.12)!important;white-space:nowrap!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-status i{width:6px!important;height:6px!important;border-radius:50%!important;background:#90a6bb!important;box-shadow:0 0 9px currentColor!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-status.ready i{background:#4bd5a6!important}.v374-candidate-status.progress i{background:#bf79e8!important}.v374-candidate-status.invited i{background:#55b8e6!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-next{align-self:center!important;display:grid!important;gap:3px!important;min-width:0!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-next span{font-size:8.7px!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:.09em!important;color:#758fa8!important;font-weight:760!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-next b{font-size:11.5px!important;line-height:1.2!important;color:#f2f6fb!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-card-foot{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:7px!important;min-width:0!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-card-foot>small{font-size:8.8px!important;line-height:1!important;color:#7f98b0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:120px!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-card .candidate-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:5px!important;min-height:0!important;padding:0!important;white-space:nowrap!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-card .candidate-actions a,
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-card .candidate-actions button{height:27px!important;min-height:27px!important;padding:0 8px!important;border-radius:7px!important;font-size:9.4px!important;line-height:1!important;white-space:nowrap!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-card .candidate-report-link{min-width:auto!important;font-size:9.8px!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-card .candidate-feedback-link{min-width:auto!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-more-candidates{grid-column:1/-1!important;font-size:9.5px!important;padding:4px 0!important}

/* Secondary sections start after the above-the-fold working area. */
body.eq-dashboard-page.v374-dashboard-acceptance .v368-insight-grid{margin-top:2px!important;gap:10px!important;grid-template-columns:1fr 1fr!important}
body.eq-dashboard-page.v374-dashboard-acceptance .content-card{border-radius:16px!important;padding:14px!important}
body.eq-dashboard-page.v374-dashboard-acceptance .card-head{margin-bottom:10px!important}

@media (min-width:1500px){
  body.eq-dashboard-page.v374-dashboard-acceptance .hero-panel{grid-template-columns:360px minmax(0,1fr)!important;height:203px!important;min-height:203px!important}
  body.eq-dashboard-page.v374-dashboard-acceptance .hero-visual,
  body.eq-dashboard-page.v374-dashboard-acceptance .hero-visual.is-male,
  body.eq-dashboard-page.v374-dashboard-acceptance .hero-visual.is-female{width:360px!important;height:203px!important}
}

@media (max-width:1380px){
  body.eq-dashboard-page.v374-dashboard-acceptance .eq-app-shell{grid-template-columns:280px minmax(0,1fr)!important}
  body.eq-dashboard-page.v374-dashboard-acceptance .hero-panel{grid-template-columns:310px minmax(0,1fr)!important;height:175px!important;min-height:175px!important}
  body.eq-dashboard-page.v374-dashboard-acceptance .hero-visual,
  body.eq-dashboard-page.v374-dashboard-acceptance .hero-visual.is-male,
  body.eq-dashboard-page.v374-dashboard-acceptance .hero-visual.is-female{width:310px!important;height:175px!important}
  body.eq-dashboard-page.v374-dashboard-acceptance .v369-candidate-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media (max-width:1120px){
  body.eq-dashboard-page.v374-dashboard-acceptance .eq-app-shell{grid-template-columns:1fr!important}
  body.eq-dashboard-page.v374-dashboard-acceptance .eq-sidebar{display:none!important}
  body.eq-dashboard-page.v374-dashboard-acceptance .v369-master-detail{grid-template-columns:1fr!important}
  body.eq-dashboard-page.v374-dashboard-acceptance .v369-vacancy-pane{height:auto!important;min-height:0!important;max-height:none!important}
  body.eq-dashboard-page.v374-dashboard-acceptance .v369-candidate-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-height:none!important}
}

/* Final micro-alignment pass. */
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-name{align-self:center!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-name b{font-size:14.2px!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-card .candidate-report-link{
  height:29px!important;min-height:29px!important;padding:0 10px!important;font-size:10.2px!important;font-weight:800!important;
  background:linear-gradient(110deg,#3b8dff,#35c8c0)!important;border-color:rgba(115,220,232,.42)!important;box-shadow:0 5px 14px rgba(45,156,216,.13)!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-card .candidate-feedback-link{height:29px!important;min-height:29px!important}

/* Register pages inherit the same accepted sidebar system without turning into anchors. */
body.eq-register-page.v374-dashboard-acceptance .eq-nav-link,
body.eq-register-page.v374-dashboard-acceptance .eq-nav-link.active{
  min-height:50px!important;height:50px!important;padding:0 17px!important;border-radius:13px!important;
  background:linear-gradient(112deg,rgba(87,125,255,.30),rgba(151,90,231,.21))!important;
  border:1px solid rgba(128,172,255,.22)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 8px 20px rgba(49,47,137,.055)!important;color:#f4f7ff!important;
}
body.eq-register-page.v374-dashboard-acceptance .eq-nav-link.active{
  border-color:rgba(205,194,255,.82)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.085),0 0 0 1px rgba(150,125,255,.20),0 0 22px rgba(108,83,232,.16)!important;
}

/* Prevent glyph clipping in dense type rows. */
body.eq-dashboard-page.v374-dashboard-acceptance .hero-copy h1{line-height:1.08!important}
body.eq-dashboard-page.v374-dashboard-acceptance .hero-copy h1 .hero-line{line-height:1.08!important;padding-bottom:1px!important}
body.eq-dashboard-page.v374-dashboard-acceptance .stat-copy b{line-height:1.08!important;padding-bottom:1px!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-workspace-head h2{line-height:1.08!important;padding-bottom:1px!important}

/* Premium card breathing room without pushing the working area below the fold. */
body.eq-dashboard-page.v374-dashboard-acceptance .v369-vacancy-pane{
  height:198px!important;min-height:198px!important;max-height:198px!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-vacancy-list{max-height:164px!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v369-candidate-list{
  grid-auto-rows:142px!important;max-height:291px!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-card{
  height:142px!important;min-height:142px!important;padding:11px 11px 10px!important;gap:8px!important;
}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-name b{font-size:14.6px!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-next b{font-size:12.1px!important;line-height:1.22!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-card-foot>small{font-size:9px!important;max-width:130px!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-card .candidate-actions a,
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-card .candidate-actions button{height:29px!important;min-height:29px!important;font-size:9.8px!important}
body.eq-dashboard-page.v374-dashboard-acceptance .v374-candidate-card .candidate-report-link{height:31px!important;min-height:31px!important;font-size:10.4px!important}
