:root {
  --ink: #182230;
  --muted: #667085;
  --line: #e5e8ec;
  --blue: #1769e0;
  --green: #08a63d;
  --green-dark: #058431;
  --orange: #ff930f;
  --soft: #f7f9fb;
  --panel: #fff;
}

@font-face {
  font-family: "wp-jobsearch-icomoon";
  src: url("https://cautajob.ro/wp-content/plugins/wp-jobsearch/icon-picker/fonts/icomoon.woff?ye2mdh") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "careerfy";
  src: url("https://cautajob.ro/wp-content/plugins/careerfy-framework/icons-manager/assets/default/fonts/careerfy.woff?x5m4u6") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 96px;
  padding: 18px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.brand {
  display: inline-flex;
  min-width: 180px;
  align-items: center;
  text-decoration: none;
}

.brand img {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
}

.site-header nav {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 700;
}

.site-header nav a {
  color: #4c5563;
  text-decoration: none;
}

.site-header nav a.disability-jobs-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: -7px 0;
  padding: 6px 9px;
  border: 1px solid #1769e0;
  border-radius: 4px;
  color: #145bbd;
  background: #f7faff;
  white-space: nowrap;
}

.site-header nav a.disability-jobs-link span {
  font-size: 18px;
  line-height: 1;
}

.site-header nav a.disability-jobs-link:hover {
  border-color: #0f54b6;
  color: #0f54b6;
  background: #edf5ff;
}

.site-header nav a:hover,
.account-link:hover {
  color: var(--green);
}

.account-link {
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

main {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
}

.home-top-ad {
  margin: 0 calc(50% - 50vw);
  background: #f3f5f7;
}

.home-top-ad iframe {
  display: block;
  width: 100%;
  height: 250px;
  border: 0;
}

.search-hero {
  padding: 48px 0 30px;
  text-align: center;
}

.search-hero.compact {
  padding-top: 42px;
}

.search-hero h1 {
  margin: 0 0 28px;
  max-width: none;
  font-size: 22px;
  font-weight: 500;
}

.top-search {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 150px;
  width: min(944px, 100%);
  margin: 0 auto;
  border: 1px solid var(--line);
  background: #fff;
}

.top-search input,
.top-search select,
.top-search button {
  min-height: 60px;
  border: 0;
  border-radius: 0;
}

.top-search input,
.top-search select {
  border-right: 1px solid var(--line);
}

.top-search button {
  background: var(--green);
  font-size: 14px;
  text-transform: uppercase;
}

.top-search button::before {
  display: none;
  content: "⌕";
  font-size: 38px;
  line-height: 1;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px;
  align-items: center;
  padding: 52px 0 36px;
}

.home-search-hero {
  padding: 20px 0 26px;
}

.home-top-search {
  width: 100%;
}

.home-reach {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .95fr);
  gap: 30px;
  align-items: center;
  padding: 4px 0 34px;
}

.home-reach-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.home-reach-copy h2,
.home-seo-copy h2 {
  margin: 0 0 10px;
  font-size: 28px;
  letter-spacing: .03em;
}

.home-reach-copy h3 {
  margin: 16px 0 8px;
  font-size: 23px;
}

.home-reach-copy p,
.home-seo-copy p {
  color: var(--muted);
  line-height: 1.55;
}

.home-reach-copy ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  color: var(--muted);
  line-height: 1.45;
}

.home-reach-copy li::before {
  content: "\2713";
  margin-right: 8px;
  color: var(--ink);
  font-weight: 800;
}

.reach-stats {
  margin: 20px 0 0;
  color: var(--ink) !important;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: .04em;
}

.reach-stats strong {
  color: #f7b500;
}

.home-seo-copy {
  padding: 22px 0 12px;
}

.eyebrow {
  color: var(--green);
  font-weight: 700;
  margin: 0 0 10px;
}

h1 {
  font-size: 46px;
  line-height: 1.05;
  margin: 0;
  max-width: 720px;
}

.lede {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
  max-width: 620px;
}

.search-box,
.filters {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

input,
select,
button {
  width: 100%;
  min-height: 46px;
  border-radius: 6px;
  border: 1px solid var(--line);
  padding: 0 13px;
  font-size: 15px;
  background: #fff;
}

button,
.details {
  border: 0;
  background: var(--green);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.section,
.page-title {
  padding: 28px 0;
}

.city-seo {
  padding: 62px 0 34px;
}

.city-seo h1 {
  margin-bottom: 84px;
  font-size: 30px;
  letter-spacing: .06em;
}

.city-seo-copy {
  max-width: 900px;
  color: #8a929d;
  line-height: 1.65;
}

.city-seo-copy h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 26px;
  letter-spacing: .06em;
}

.city-seo-copy p {
  margin: 0 0 10px;
}

.city-seo-copy ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

.county-city-links a,
.county-seat-link {
  color: var(--green-dark);
  font-weight: 700;
}

.disability-seo {
  position: relative;
  margin-top: 38px;
  padding: 28px 30px;
  border: 2px solid #1769e0;
  border-radius: 6px;
  background: #f5f9ff;
}

.disability-seo h1 {
  margin: 0 0 24px;
  padding-right: 54px;
  color: #124f9f;
  font-size: 30px;
  letter-spacing: 0;
}

.disability-seo .city-seo-copy {
  color: #53657d;
}

.disability-seo .city-seo-copy h2 {
  font-size: 22px;
  letter-spacing: 0;
}

.disability-page-icon {
  position: absolute;
  top: 22px;
  right: 24px;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #1769e0;
  font-size: 27px;
}

.map-section {
  padding: 20px 0 18px;
  border-top: 1px solid var(--line);
}

.county-copy {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.8;
}

.county-copy a {
  color: var(--green-dark);
  font-weight: 700;
  text-decoration: none;
}

.county-copy strong {
  color: var(--ink);
}

.cj-romania-map {
  position: relative;
  width: min(100%, 900px);
  min-width: 0;
  margin: 8px auto 0;
  background: #fff;
  isolation: isolate;
}

.cj-romania-map #mapwrapper,
.cj-romania-map #mapbase {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.cj-romania-map svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 720 / 500;
  overflow: visible;
  filter: drop-shadow(0 2px 2px rgb(15 23 42 / 14%));
}

.cj-romania-map .cj-map-county {
  fill: #efff72;
  stroke: #9aa8b7;
  stroke-width: 1;
  cursor: pointer;
  transition: fill 140ms ease, stroke 140ms ease;
  touch-action: manipulation;
}

.cj-romania-map .cj-map-county:hover,
.cj-romania-map .cj-map-county:focus,
.cj-romania-map .cj-map-county.is-active {
  fill: #cfe83f;
  stroke: #536579;
  outline: none;
}

.cj-romania-map .cj-map-label {
  fill: #43566a;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  cursor: pointer;
  pointer-events: auto;
  transition: fill 140ms ease;
  user-select: none;
}

.cj-romania-map .cj-map-label.is-active {
  fill: #17283a;
}

.cj-romania-map .cj-map-pin {
  fill: #ef2b2d;
  stroke: #8c1117;
  stroke-width: 1.2;
  cursor: pointer;
  transition: fill 140ms ease, stroke-width 140ms ease;
  touch-action: manipulation;
}

.cj-romania-map .cj-map-pin:hover,
.cj-romania-map .cj-map-pin:focus,
.cj-romania-map .cj-map-pin.is-active {
  fill: #ffb02e;
  stroke-width: 2;
  outline: none;
}

.cj-romania-map .cj-map-pin-shadow {
  fill: rgb(15 23 42 / 28%);
  pointer-events: none;
}

.cj-romania-map #rojstip {
  position: absolute;
  z-index: 5;
  max-width: min(280px, 72vw);
  padding: 8px 10px;
  border: 1px solid #d9e1ea;
  border-radius: 4px;
  color: #17283a;
  background: #fff;
  box-shadow: 0 8px 24px rgb(15 23 42 / 16%);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  pointer-events: none;
}

.cj-romania-map #rojstip[hidden] {
  display: none;
}

.listing-shell {
  display: grid;
  grid-template-columns: 255px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  padding-bottom: 42px;
}

.sidebar-filters {
  display: grid;
  gap: 12px;
}

.mobile-filter-bar,
.mobile-filter-backdrop,
.mobile-filter-drawer-header {
  display: none;
}

.filter-panel {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 8px 20px rgba(17, 24, 39, .04);
}

.filter-panel h2 {
  margin: 0;
  font-size: 16px;
}

.filter-panel input,
.filter-panel select {
  min-height: 40px;
}

.alert-panel h2 {
  margin: -20px -20px 2px;
  padding: 16px 18px;
  color: #fff;
  background: var(--green);
}

.alert-form-notice {
  padding: 10px 11px;
  border: 1px solid;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.alert-form-notice.is-success {
  border-color: #79c993;
  background: #eefaf2;
  color: #087a31;
}

.alert-form-notice.is-error {
  border-color: #e7a2a2;
  background: #fff3f3;
  color: #a22525;
}

.alert-context {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.alert-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.listing-content {
  min-width: 0;
}

.listing-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
}

.listing-toolbar h2 {
  margin: 0;
  font-size: 20px;
  letter-spacing: .03em;
}

.listing-toolbar p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.rss-pill {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 3px;
  color: #fff;
  background: var(--orange);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.page-title p,
.company,
.meta,
.summary {
  color: var(--muted);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.section-heading h2 {
  margin: 0;
}

.jobs-grid,
.jobs-list,
.employers-grid {
  display: grid;
  gap: 12px;
}

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

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

.home-job-card {
  position: relative;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.home-job-card:hover {
  border-color: rgba(8, 166, 61, .45);
  box-shadow: 0 12px 26px rgba(17, 24, 39, .08);
  transform: translateY(-2px);
}

.home-job-card.is-disability-job,
.job-card.is-disability-job,
.job-detail-card.is-disability-job {
  border: 2px solid #1670d2;
  background: #f5f9ff;
  box-shadow: 0 8px 22px rgba(22, 112, 210, .1);
}

.home-job-card.is-disability-job:hover {
  border-color: #0f5fb5;
  box-shadow: 0 13px 28px rgba(22, 112, 210, .18);
}

.accessibility-job-marker {
  position: absolute;
  z-index: 3;
  top: 8px;
  right: 8px;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #1670d2;
  box-shadow: 0 2px 8px rgba(22, 112, 210, .28);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.home-job-card a {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  min-height: 148px;
  padding: 16px;
  color: inherit;
  text-decoration: none;
}

.home-job-media {
  display: grid;
  gap: 8px;
  align-content: start;
}

.home-job-logo {
  display: flex;
  width: 86px;
  height: 86px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.home-job-logo img {
  display: block;
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.home-job-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.home-job-badge {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  justify-content: center;
  padding: 2px 6px;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-job-badge.new {
  background: var(--green);
}

.home-job-badge.promoted {
  background: #f7b500;
}

.home-job-body {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 8px;
}

.home-job-body strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.25;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-job-type {
  justify-self: start;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.home-job-location {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

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

.job-card,
.employer-card {
  position: relative;
  display: grid;
  gap: 18px;
  align-items: start;
  min-height: 190px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.careerfy-list .job-card {
  grid-template-columns: 136px 1fr auto;
  gap: 24px;
  min-height: 136px;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}

.job-logo {
  display: flex;
  width: 136px;
  min-height: 136px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-right: 1px solid var(--line);
}

.job-logo img {
  display: block;
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.job-main {
  position: relative;
  min-width: 0;
  padding: 22px 92px 22px 0;
}

.job-published-date {
  position: absolute;
  top: 22px;
  right: 14px;
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.employer-card.is-promoted {
  border-color: #f7b500;
}

.employer-listing-shell .employer-card {
  grid-template-rows: 1fr auto;
}

.employer-listing-shell .employer-card > div {
  min-width: 0;
}

.employer-card-locations {
  display: -webkit-box;
  min-height: calc(1.45em * 3);
  max-height: calc(1.45em * 3);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.employer-card-domains {
  display: -webkit-box;
  max-height: calc(1.45em * 2);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.employer-listing-shell .employer-card .details {
  width: 100%;
  align-self: end;
}

.jobs-list .job-card {
  grid-template-columns: 136px 1fr 110px;
  min-height: 0;
}

.job-card h3,
.employer-card h2 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
}

.careerfy-list .job-card h3 {
  font-size: 22px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.job-card h3 a,
.company a,
.employer-card h2 a {
  text-decoration: none;
}

.job-type {
  display: inline-flex;
  margin-left: 8px;
  padding: 4px 8px;
  color: #fff;
  background: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  vertical-align: middle;
}

.employer-card p {
  margin: 7px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.promoted-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  border-radius: 0 8px 0 8px;
  background: #f7b500;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.company,
.meta,
.summary {
  margin: 7px 0 0;
  line-height: 1.45;
}

.careerfy-list .summary {
  display: none;
}

.careerfy-list .company a,
.careerfy-list .company {
  color: var(--green);
  font-weight: 700;
}

.meta span::before {
  content: " / ";
}

.details {
  align-self: center;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 16px;
}

.careerfy-list .details {
  margin-right: 18px;
}

.job-detail-hero {
  margin: 0 calc(50% - 50vw);
  padding: 34px max(20px, calc((100vw - 1180px) / 2)) 0;
  background: #fff;
}

.job-detail-card {
  position: relative;
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 40px;
  border: 1px solid var(--line);
  background: #fff;
}

.job-detail-card .accessibility-job-marker.detail-marker {
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  font-size: 22px;
}

.job-detail-card h1 {
  margin: 0 0 8px;
  font-size: 30px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.job-logo.large {
  width: 200px;
  min-height: 200px;
  border: 1px solid var(--line);
}

.job-logo.large img {
  width: 132px;
  height: 132px;
}

.job-detail-card .company {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  color: var(--green);
  font-weight: 700;
}

.job-detail-card .company em {
  color: var(--green-dark);
  font-style: italic;
  font-weight: 400;
}

.job-detail-card .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.map-pill {
  display: inline-flex;
  min-height: 18px;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-size: 10px;
  font-weight: 800;
}

.job-quick-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 12px;
  color: #88919d;
  font-size: 14px;
}

.job-quick-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.job-quick-meta span::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid var(--green);
  border-radius: 2px;
  background: linear-gradient(#fff 45%, rgba(8, 166, 61, .18) 45%);
}

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

.outline-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid var(--green);
  border-radius: 6px;
  color: var(--green);
  font-weight: 700;
  text-decoration: none;
}

.job-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px;
  padding: 30px 0 52px;
}

.job-description,
.job-detail-side .filter-panel {
  border: 1px solid var(--line);
  background: #fff;
}

.job-description {
  padding: 30px;
}

.job-description h2,
.job-detail-side h2 {
  margin: 0 0 18px;
  font-size: 22px;
}

.job-copy {
  color: #3f4854;
  line-height: 1.75;
  white-space: normal;
}

.job-copy p {
  margin: 0 0 8px;
}

.job-copy-label {
  color: #818a95;
}

.job-source-warning {
  position: relative;
  margin-top: 18px !important;
  padding: 12px 14px 12px 44px;
  border-left: 4px solid #f2ae00;
  background: #fff9e8;
  color: #5e4a12;
}

.job-source-warning::before {
  content: "!";
  position: absolute;
  top: 11px;
  left: 13px;
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #f2ae00;
  font-size: 13px;
  font-weight: 900;
}

.job-source-contact {
  padding: 0 14px 14px 44px;
  border-bottom: 1px solid var(--line);
}

.claim-job-panel {
  margin-top: 26px;
  padding: 24px 20px 4px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.claim-job-panel h2 {
  margin-bottom: 8px;
  font-size: 17px;
}

.claim-job-panel p {
  margin: 0 0 16px;
  color: var(--muted);
}

.claim-job-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 5px;
  color: #fff;
  background: #1976c9;
  font-weight: 800;
  text-decoration: none;
}

.job-detail-side {
  display: grid;
  gap: 18px;
  align-content: start;
}

.detail-tiles-panel {
  margin: 0 0 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.detail-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 24px;
}

.detail-tile {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  align-items: start;
}

.detail-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 34px;
  line-height: 1;
}

.detail-icon::before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.detail-icon.jobsearch-icon::before {
  font-family: "wp-jobsearch-icomoon" !important;
}

.detail-icon.careerfy-icon::before {
  font-family: "careerfy" !important;
}

.detail-icon.jobsearch-briefcase::before {
  content: "\e946";
}

.detail-icon.careerfy-social-media::before {
  content: "\e997";
}

.detail-icon.careerfy-user-line::before {
  content: "\e995";
}

.detail-icon.careerfy-network::before {
  content: "\e994";
}

.detail-icon.careerfy-degree-cap::before {
  content: "\e993";
}

.detail-icon.careerfy-user-filled::before {
  content: "\e919";
}

.detail-icon.careerfy-briefcase::before {
  content: "\e996";
}

.detail-icon.careerfy-car::before {
  content: "\e9b5";
}

.detail-tile b {
  display: block;
  margin-bottom: 5px;
  color: #4f5b68;
  font-size: 14px;
  line-height: 1.2;
}

.detail-tile small {
  display: block;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.25;
}

.apply-panel {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  background: #fff;
}

.apply-button,
.contact-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.apply-button {
  background: #4db523;
}

.contact-button {
  border: 0;
  background: #ffae42;
  cursor: pointer;
  font-family: inherit;
}

.contact-button.is-disabled {
  background: #aab1b9;
  cursor: not-allowed;
}

.contact-notice {
  padding: 11px 12px;
  border: 1px solid;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.contact-notice.is-success {
  border-color: #83cf9d;
  background: #eefaf2;
  color: #087a31;
}

.contact-notice.is-error {
  border-color: #e8a2a2;
  background: #fff3f3;
  color: #a22525;
}

.contact-dialog {
  width: min(600px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(17, 29, 45, .28);
  color: var(--ink);
}

.contact-dialog::backdrop {
  background: rgba(17, 29, 45, .66);
}

.contact-dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 26px 18px;
  border-bottom: 1px solid var(--line);
}

.contact-dialog-head span {
  display: block;
  margin-bottom: 5px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-dialog-head h2 {
  margin: 0;
  font-size: 24px;
}

.contact-dialog-close {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-size: 27px;
  line-height: 1;
}

.contact-job-title {
  margin: 20px 26px 0;
  color: #4f5b68;
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 15px;
  padding: 20px 26px 26px;
}

.contact-form label:not(.contact-consent):not(.contact-honeypot) {
  display: grid;
  gap: 7px;
}

.contact-form label > span {
  color: #3f4854;
  font-size: 14px;
  font-weight: 700;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid #cfd6df;
  border-radius: 5px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.contact-form textarea {
  min-height: 130px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--green);
  outline: 2px solid rgba(8, 166, 61, .16);
  outline-offset: 1px;
}

.contact-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
}

.contact-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--green);
}

.contact-consent span {
  font-weight: 500 !important;
  line-height: 1.45;
}

.contact-submit {
  min-height: 48px;
  border: 0;
  border-radius: 5px;
  background: var(--green);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.apply-panel p {
  margin: 0;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.related-employer-jobs {
  border: 1px solid var(--line);
  background: #fff;
}

.related-employer-jobs h2 {
  margin: 0;
  padding: 20px 20px 12px;
  overflow-wrap: anywhere;
  font-size: 19px;
  line-height: 1.1;
}

.related-job-list {
  display: grid;
}

.related-job-list a {
  display: grid;
  gap: 3px;
  padding: 15px 20px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
}

.related-job-list a:hover {
  background: #f7faf8;
}

.related-job-list strong {
  font-size: 14px;
  letter-spacing: .03em;
  line-height: 1.25;
  text-transform: uppercase;
}

.related-job-list span {
  color: var(--green-dark);
  font-size: 12px;
}

.related-job-list small {
  color: var(--muted);
  line-height: 1.35;
}

.related-jobs-all {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-top: 1px solid var(--line);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.detail-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  margin: 0;
}

.detail-list dt {
  color: var(--muted);
  font-size: 13px;
}

.detail-list dd {
  margin: 0 0 12px;
  color: var(--ink);
  font-weight: 700;
}

.detail-ad {
  min-height: 160px;
}

.filters {
  grid-template-columns: 1.3fr 1fr 1fr 150px;
  margin-bottom: 18px;
}

.employer-filters {
  grid-template-columns: 1.2fr 1fr 1fr 150px;
}

.facet-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 18px;
}

.facet-panel {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.facet-panel h2 {
  margin: 0 0 12px;
  font-size: 17px;
}

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

.facet-grid a {
  display: flex;
  min-width: 0;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--muted);
  text-decoration: none;
}

.facet-grid span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.facet-grid b {
  color: var(--green);
  font-size: 13px;
}

.mini-filter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.mini-filter-grid a {
  display: flex;
  min-width: 0;
  min-height: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--muted);
  font-size: 12px;
  text-decoration: none;
}

.mini-filter-grid span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-filter-grid b {
  color: var(--green);
  font-size: 12px;
}

.filter-link-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}

.filter-link-list a {
  display: flex;
  min-width: 0;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.25;
  text-decoration: none;
}

.filter-link-list a:hover,
.filter-link-list a.active {
  color: var(--green-dark);
  border-color: rgba(8, 166, 61, .5);
  background: rgba(8, 166, 61, .05);
}

.filter-link-list span {
  min-width: 0;
}

.filter-link-list b {
  color: var(--green);
  font-size: 12px;
}

.ad-row {
  display: flex;
  grid-column: 1 / -1;
  min-height: 96px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  color: var(--muted);
  background: #fff;
  letter-spacing: 0;
}

.ad-row iframe {
  display: block;
  width: 100%;
  height: 110px;
  border: 0;
}

.ad-row span {
  font-size: 13px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px 0 40px;
}

.pagination a,
.pagination .pagination-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 40px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  background: #fff;
}

.pagination a.active {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

.pagination .pagination-nav {
  min-width: auto;
}

.pagination .disabled {
  color: #9aa3af;
  border-color: #e5e7eb;
  background: #f7f8fa;
  cursor: not-allowed;
}

.pagination .pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 40px;
  color: #667085;
}

.social-post-kit {
  margin: 8px 0 52px;
  padding: 24px;
  border: 1px solid var(--line);
  background: #fff;
}

.social-post-kit-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.social-post-kit-heading h2,
.social-post-eyebrow {
  margin: 0;
}

.social-post-kit-heading h2 {
  font-size: 22px;
}

.social-post-eyebrow {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.social-post-kit-heading > span {
  color: var(--muted);
  font-size: 13px;
}

.social-post-copy {
  position: relative;
  display: block;
  width: 100%;
  min-height: 0;
  padding: 20px 180px 20px 20px;
  border: 1px solid #cfd7e3;
  border-radius: 6px;
  color: var(--ink);
  background: #f8fafc;
  text-align: left;
  transition: border-color .16s ease, background .16s ease;
}

.social-post-copy:hover,
.social-post-copy.is-copied {
  border-color: var(--green);
  background: #f3fbf6;
}

.social-post-copy-text {
  display: block;
  line-height: 1.65;
}

.social-post-copy-command {
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
}

.social-copy-status {
  display: block;
  min-height: 20px;
  margin-top: 12px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 860px) {
  .hero,
  .home-reach,
  .top-search,
  .listing-shell,
  .job-detail-card,
  .job-detail-layout,
  .employers-grid,
  .careerfy-list .job-card,
  .detail-tiles,
  .filters,
  .facet-panels,
  .facet-grid,
  .mini-filter-grid {
    grid-template-columns: 1fr;
  }

  .site-header nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
  }

  .account-link {
    display: none;
  }

  .job-logo {
    width: 100%;
    min-height: 84px;
  }

  .job-detail-hero {
    padding-top: 24px;
  }

  .job-detail-card {
    transform: none;
    padding: 20px;
  }

  .job-detail-layout {
    padding-top: 24px;
  }

  .home-top-ad iframe {
    height: 120px;
  }

  .home-reach-media img {
    aspect-ratio: 3 / 2;
  }

  .reach-stats {
    font-size: 20px;
  }

  .job-main,
  .careerfy-list .details {
    margin: 0;
    padding: 16px;
  }

  h1 {
    font-size: 34px;
  }

  .city-seo {
    padding-top: 34px;
  }

  .city-seo h1 {
    margin-bottom: 34px;
    font-size: 28px;
  }

  .disability-seo {
    margin-top: 24px;
    padding: 22px 18px;
  }

  .disability-seo h1 {
    margin-bottom: 20px;
    padding-right: 44px;
    font-size: 24px;
  }

  .disability-page-icon {
    top: 18px;
    right: 16px;
    width: 36px;
    height: 36px;
    font-size: 23px;
  }

  .mobile-filter-bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 16px;
  }

  .mobile-filter-toggle {
    display: inline-flex;
    width: auto;
    min-width: 132px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 16px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: var(--green);
    box-shadow: 0 6px 16px rgb(0 173 66 / 18%);
    font-size: 15px;
    font-weight: 800;
  }

  .mobile-filter-toggle-icon {
    position: relative;
    width: 18px;
    height: 14px;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
  }

  .mobile-filter-toggle-icon::after {
    position: absolute;
    top: 4px;
    right: 0;
    left: 0;
    border-top: 2px solid currentColor;
    content: "";
  }

  .mobile-filter-count {
    display: inline-grid;
    min-width: 22px;
    height: 22px;
    place-items: center;
    padding: 0 5px;
    border-radius: 11px;
    color: var(--green-dark);
    background: #fff;
    font-size: 12px;
  }

  .mobile-filter-backdrop {
    position: fixed;
    z-index: 998;
    inset: 0;
    display: block;
    background: rgb(15 23 42 / 48%);
  }

  .mobile-filter-backdrop[hidden] {
    display: none;
  }

  .sidebar-filters {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: min(360px, calc(100vw - 44px));
    max-width: 100%;
    padding: 0 14px 28px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #f7f9fb;
    box-shadow: 18px 0 42px rgb(15 23 42 / 22%);
    transform: translateX(-105%);
    transition: transform 180ms ease;
  }

  .mobile-filters-open .sidebar-filters {
    transform: translateX(0);
  }

  .mobile-filter-drawer-header {
    position: sticky;
    z-index: 2;
    top: 0;
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 -14px 14px;
    padding: 0 14px 0 20px;
    color: #fff;
    background: var(--green);
    box-shadow: 0 4px 12px rgb(15 23 42 / 12%);
    font-size: 17px;
  }

  .mobile-filter-close {
    display: inline-grid;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: #e51f28;
    font-size: 29px;
    font-weight: 700;
    line-height: 1;
  }

  .sidebar-filters > .filter-panel {
    margin-bottom: 12px;
    box-shadow: none;
  }

  body.mobile-filters-open {
    overflow: hidden;
  }

  .jobs-grid,
  .jobs-list.careerfy-list,
  .home-jobs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .careerfy-list .job-card,
  .jobs-list .job-card {
    grid-template-columns: 1fr;
    gap: 0;
    min-width: 0;
    min-height: 100%;
    border-radius: 6px;
  }

  .careerfy-list .job-logo {
    width: 100%;
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .careerfy-list .job-logo img {
    width: 64px;
    height: 64px;
  }

  .careerfy-list .job-main {
    padding: 11px;
  }

  .job-published-date {
    position: static;
    display: block;
    margin-bottom: 6px;
    font-size: 10px;
  }

  .careerfy-list .job-card h3 {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 6px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .careerfy-list .job-type {
    display: table;
    margin: 6px 0 0;
    padding: 3px 5px;
    font-size: 9px;
  }

  .careerfy-list .company,
  .careerfy-list .meta {
    overflow-wrap: anywhere;
    font-size: 12px;
    line-height: 1.35;
  }

  .careerfy-list .meta span {
    display: none;
  }

  .careerfy-list .details {
    min-height: 38px;
    margin: 0 10px 10px;
    padding: 0 10px;
    font-size: 13px;
  }

  .social-post-kit {
    margin-bottom: 32px;
    padding: 16px;
  }

  .social-post-kit-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .social-post-kit-heading > span {
    line-height: 1.45;
  }

  .social-post-copy {
    padding: 16px 16px 46px;
    font-size: 14px;
  }

  .social-post-copy-command {
    top: auto;
    right: 16px;
    bottom: 14px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 1080px) and (min-width: 861px) {
  .home-jobs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .home-job-card a {
    grid-template-columns: 1fr;
    min-height: 100%;
    gap: 8px;
    padding: 10px;
  }

  .home-job-logo {
    width: 100%;
    height: 78px;
  }

  .home-job-logo img {
    width: 58px;
    height: 58px;
  }

  .home-job-body {
    gap: 6px;
  }

  .home-job-body strong {
    font-size: 13px;
  }

  .home-job-location,
  .home-job-type {
    overflow-wrap: anywhere;
    font-size: 11px;
    line-height: 1.35;
  }
}
