:root {
  --vf-jobs-bg: #fbf6ef;
  --vf-jobs-surface: rgba(255, 255, 255, 0.94);
  --vf-jobs-surface-strong: #ffffff;
  --vf-jobs-border: rgba(42, 71, 86, 0.1);
  --vf-jobs-text: #243946;
  --vf-jobs-muted: #617481;
  --vf-jobs-brand: #43b2bc;
  --vf-jobs-brand-dark: #278995;
  --vf-jobs-accent: #ff7a1a;
  --vf-jobs-shadow: 0 28px 60px rgba(28, 49, 63, 0.12);
}

div.job_listings {
  margin-bottom: 0;
  border-top: 0 !important;
  box-shadow: none !important;
}

.job_filters.vf-job-filters,
.job_filters.vf-job-filters * {
  box-sizing: border-box;
}

.job_filters.vf-job-filters {
  margin-bottom: 1rem;
  background: transparent;
}

.job_filters.vf-job-filters .search_jobs.vf-job-filters__shell {
  display: block;
  padding: 0;
}

.vf-job-filters__shell {
  /* border: 1px solid rgba(255, 255, 255, 0.7); */
  border-radius: 32px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.84),
      rgba(255, 255, 255, 0.96)
    ),
    linear-gradient(135deg, rgba(67, 178, 188, 0.08), rgba(255, 122, 26, 0.05));
  box-shadow: var(--vf-jobs-shadow);
  backdrop-filter: blur(16px);
}

.vf-job-filters__stage {
  display: grid;
  grid-template-columns: minmax(280px, 33%) minmax(0, 67%);
  gap: 0;
  overflow: hidden;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 48px rgba(28, 49, 63, 0.1);
}

.vf-job-filters__media {
  position: relative;
  min-height: 420px;
  background:
    linear-gradient(0deg, rgba(17, 37, 47, 0.08), rgba(17, 37, 47, 0.08)),
    url("/wp-content/uploads/2026/05/pexels-mart-production-7550373.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vf-job-filters__media-accent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 75px;
  background: url("/wp-content/uploads/2026/05/rect1-2.webp") no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  transform: rotate(180deg);
}

.vf-job-filters__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 420px;
  min-width: 0;
  padding: clamp(2rem, 4vw, 2.8rem);
  background: #75c8c7;
  border-radius: 0 32px 32px 0;
}

.vf-job-filters__panel:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #75c8c7;
  pointer-events: none;
}

.vf-job-filters__intro {
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
}

.vf-job-filters__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.7rem;
  padding: 0.5rem 0.92rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vf-job-filters__title {
  margin: 0;
  color: #fff;
  max-width: none;
  font-size: clamp(1.95rem, 3.25vw, 2.95rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-wrap: pretty;
}

.vf-job-filters__title-line {
  display: block;
}

.vf-job-filters__title-line--strong {
  margin-top: 0.08em;
  font-size: 1.06em;
}

.vf-job-filters__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  width: 100%;
  max-width: 100%;
  align-items: stretch;
}

.vf-job-filters__field,
.vf-job-filters__remote,
.vf-job-filters__submit {
  margin: 0;
  float: none !important;
  width: auto !important;
  /* padding: 0 !important; */
  clear: none !important;
  min-width: 0;
}

.job_filters.vf-job-filters .search_keywords,
.job_filters.vf-job-filters .search_location,
.job_filters.vf-job-filters .search_categories,
.job_filters.vf-job-filters .search_remote_position,
.job_filters.vf-job-filters .search_submit {
  float: none !important;
  width: auto !important;
  padding: 0 !important;
  clear: none !important;
}

.job_filters.vf-job-filters .search_submit {
  display: flex;
  align-self: flex-start;
  background: transparent !important;
}

.vf-job-filters__actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.95rem;
}

.vf-job-filters__actions[hidden] {
  display: none !important;
}

.vf-job-filters__control {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  min-height: 64px;
  padding: 0 1.15rem;
  border: 0;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(33, 58, 74, 0.04);
  color: var(--vf-jobs-text);
  font-size: 1rem;
}

.vf-job-filters__control label {
  position: static !important;
  flex: 0 0 10.5rem;
  display: inline-block !important;
  width: 10.5rem !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: nowrap !important;
  color: var(--vf-jobs-accent);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none;
}

.vf-job-filters__control label:after {
  content: ":";
  margin-left: 0.08em;
}

.vf-job-filters__field input,
.vf-job-filters__field select {
  display: block;
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--vf-jobs-text);
  font-size: 1rem;
}

.vf-job-filters__field input::placeholder {
  color: rgba(36, 57, 70, 0.64);
}

.vf-job-filters__field input:focus,
.vf-job-filters__field select:focus,
.vf-job-filters__field--select
  .select2-container--focus
  .select2-selection--multiple {
  outline: none;
  box-shadow: none;
}

.vf-job-filters__control:focus-within {
  box-shadow:
    0 0 0 4px rgba(67, 178, 188, 0.12),
    0 10px 22px rgba(33, 58, 74, 0.04);
}

.vf-job-filters__field select {
  appearance: none;
  padding-right: 0;
}

.vf-job-filters__field--select .select2,
.vf-job-filters__field--select .select2-container,
.vf-job-filters__field--select .select2-selection {
  width: 100% !important;
}

.vf-job-filters__field--select .select2-container {
  display: flex !important;
  flex: 1 1 auto;
  min-width: 0;
}

.vf-job-filters__control--select {
  position: relative;
  padding-right: 2.85rem;
}

.vf-job-filters__control--select:after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 2px solid var(--vf-jobs-brand-dark);
  border-bottom: 2px solid var(--vf-jobs-brand-dark);
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}

.vf-job-filters__field--select .select2-selection--multiple {
  display: flex !important;
  align-items: center;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.vf-job-filters__field--select .select2-selection__rendered {
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  min-width: 0;
  gap: 0.4rem;
  width: 100%;
  padding: 0 !important;
}

.vf-job-filters__field--select .select2-search--inline {
  display: flex !important;
  flex: 1 1 auto;
  float: none !important;
  width: auto !important;
  min-width: 0;
}

.vf-job-filters__field--select .select2-search__field {
  margin: 0 !important;
  color: var(--vf-jobs-text);
  font-size: 1rem !important;
  min-height: 0 !important;
  height: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.vf-job-filters__reset-button.button3 {
  justify-content: center !important;
  width: auto !important;
  min-height: 58px !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.vf-job-filters__field--select .select2-selection__choice {
  margin: 0 !important;
  padding: 0.42rem 0.72rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(67, 178, 188, 0.12) !important;
  color: var(--vf-jobs-brand-dark) !important;
  font-size: 0.88rem !important;
  font-weight: 700;
}

.vf-job-filters__remote {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.15rem 0.1rem 0;
}

.vf-job-filters__remote input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin: 0;
  border-radius: 8px;
  accent-color: var(--vf-jobs-brand);
}

.vf-job-filters__remote label {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.vf-job-filters__submit input[type="submit"] {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  min-height: 64px;
  padding: 0 1.2rem;
  border: 0 !important;
  appearance: none;
  border-radius: 22px;
  background: linear-gradient(
    135deg,
    var(--vf-jobs-brand),
    var(--vf-jobs-brand-dark)
  ) !important;
  box-shadow:
    0 18px 36px rgba(67, 178, 188, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    filter 160ms ease;
}

.vf-job-filters__submit input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow:
    0 22px 44px rgba(67, 178, 188, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  filter: saturate(1.06);
}

.job_filters.vf-job-filters + .showing_jobs,
div.job_listings .showing_jobs,
div.job_listings a.rss_link {
  display: none !important;
}

.job_listings.vf-jobs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 2rem;
  row-gap: 2.25rem;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.job_listings.vf-jobs-grid:before,
.job_listings.vf-jobs-grid:after {
  display: none;
}

.job_listings.vf-jobs-grid li.job_listing {
  display: flex;
  align-self: stretch;
  height: 100%;
  min-height: 100%;
  padding: 0;
  border: 0;
  border-left: 8px solid var(--vf-job-accent-dark);
  border-radius: 28px;
  background: transparent;
  box-shadow: none;
}

.job_listings.vf-jobs-grid li.job_listing .vf-job-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  min-height: 100%;
  gap: 0.95rem;
  padding: 1.15rem 1.15rem 1rem;
  border: 1px solid var(--vf-jobs-border);
  border-radius: 28px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(252, 253, 253, 0.97)
  );
  cursor: pointer;
  box-shadow: 0 20px 44px rgba(27, 48, 62, 0.09);
  color: var(--vf-jobs-text);
  text-decoration: none;
  /* overflow: hidden; */
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.job_listings.vf-jobs-grid li.job_listing .vf-job-card > * {
  float: none !important;
  width: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.job_listings.vf-jobs-grid
  li.job_listing
  .vf-job-card
  > *:not(.vf-job-card__overlay-link) {
  position: relative;
  z-index: 2;
}

.vf-job-card__overlay-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  border-radius: 28px;
  background: transparent !important;
  color: transparent !important;
  text-decoration: none !important;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  opacity: 0;
}

.job_listings.vf-jobs-grid li.job_listing:hover {
  border-left-color: var(--vf-job-accent);
}

.job_listings.vf-jobs-grid li.job_listing:hover .vf-job-card {
  transform: translateY(-3px);
  border-color: rgba(67, 178, 188, 0.2);
  box-shadow: 0 28px 56px rgba(22, 43, 55, 0.13);
}

.vf-job-card__badge {
  position: absolute !important;
  top: -0.85rem;
  right: 0rem;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: auto;
  width: auto !important;
  max-width: max-content;
  min-height: 0;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: #ff7e29;
  box-shadow: 0 14px 28px rgba(255, 126, 41, 0.22);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  white-space: nowrap;
}

.vf-job-card__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 94px;
  margin: 0;
  padding: 0 0 0.9rem;
  border: 0;
  border-bottom: 1px solid rgba(42, 71, 86, 0.08);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.vf-job-card__logo {
  max-width: min(100%, 260px);
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.vf-job-card__logo-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: var(--vf-jobs-surface-strong);
  box-shadow: 0 18px 36px var(--vf-job-accent-soft);
  color: var(--vf-job-accent-dark);
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.vf-job-card__content {
  display: block;
  flex: 0 0 auto;
  padding: 0.1rem 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.vf-job-card__eyebrow {
  display: block !important;
  margin-bottom: 0.7rem;
  color: var(--vf-job-accent-dark) !important;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1.35;
  opacity: 0.94;
}

.vf-job-card__title {
  display: block !important;
  margin: 0 0 0.85rem;
  color: var(--vf-jobs-text) !important;
  font-size: clamp(1.55rem, 1.55vw, 1.9rem);
  line-height: 1.08;
  text-wrap: balance;
}

.vf-job-card__company {
  display: inline-flex;
  align-self: flex-start;
  max-width: 100%;
  margin-top: 0.15rem;
  margin-bottom: 1rem;
  padding: 0.56rem 0.92rem;
  border-radius: 999px;
  background: rgba(67, 178, 188, 0.12);
  color: var(--vf-job-accent-dark) !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vf-job-card__tagline {
  display: block !important;
  margin: 0 0 0.6rem;
  color: var(--vf-jobs-muted) !important;
  font-size: 0.95rem;
  line-height: 1.45;
}

.vf-job-card__excerpt {
  display: block !important;
  margin: 0 0 1.1rem;
  color: var(--vf-jobs-muted) !important;
  font-size: 1rem;
  line-height: 1.72;
  display: -webkit-box !important;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vf-job-card__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vf-job-card__facts li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 104px;
  padding: 0.8rem 0.88rem;
  border: 1px solid rgba(42, 71, 86, 0.06);
  border-radius: 18px;
  background: rgba(246, 249, 250, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.vf-job-card__fact-label {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--vf-jobs-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vf-job-card__fact-value,
.vf-job-card__fact-value a {
  color: var(--vf-jobs-text) !important;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.vf-job-card__fact-value {
  display: flex;
  flex: 1 1 auto;
  align-items: flex-start;
  padding-top: 0.05rem;
  line-height: 1.35;
}

.vf-job-card__fact-value a {
  position: relative;
  z-index: 6;
  color: var(--vf-job-accent-dark) !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  line-height: 1.35;
}

.vf-job-card__fact-value a:hover {
  color: var(--vf-job-accent-dark);
  text-decoration: underline;
}

.vf-job-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding: 0.85rem 0 0;
  border-top: 1px solid rgba(42, 71, 86, 0.07);
}

.vf-job-card__types {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.vf-job-card__type {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  background: rgba(36, 57, 70, 0.06);
  color: var(--vf-jobs-text);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.vf-job-card__date {
  flex: 0 0 auto;
  color: var(--vf-jobs-muted) !important;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
}

nav.vf-jobs-pagination {
  margin-top: clamp(1.5rem, 3vw, 2.4rem);
  display: flex;
  justify-content: center;
}

nav.vf-jobs-pagination ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0.45rem;
  border: 1px solid rgba(42, 71, 86, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 38px rgba(30, 49, 61, 0.07);
  backdrop-filter: blur(10px);
  list-style: none;
}

nav.vf-jobs-pagination li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

nav.vf-jobs-pagination a,
nav.vf-jobs-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 0.95rem;
  border-radius: 999px;
  background: transparent !important;
  border: 1px solid transparent !important;
  color: var(--vf-jobs-text) !important;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: none !important;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

nav.vf-jobs-pagination a:hover,
nav.vf-jobs-pagination a:focus-visible {
  border-color: rgba(67, 178, 188, 0.18);
  background: rgba(67, 178, 188, 0.08);
  color: var(--vf-jobs-brand-dark);
  transform: translateY(-1px);
}

nav.vf-jobs-pagination .current {
  background: linear-gradient(
    135deg,
    var(--vf-jobs-brand),
    var(--vf-jobs-brand-dark)
  ) !important;
  border-color: transparent !important;
  color: #fff !important;
}

nav.vf-jobs-pagination .vf-jobs-pagination__arrow {
  padding-inline: 1.15rem !important;
}

nav.vf-jobs-pagination .gap {
  min-width: 36px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--vf-jobs-muted) !important;
}

.vf-jobs-empty {
  margin-top: 1rem;
  padding: 1.4rem;
  border: 1px solid var(--vf-jobs-border);
  border-radius: 28px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(255, 255, 255, 0.88)
  );
  box-shadow: var(--vf-jobs-shadow);
}

.vf-jobs-empty--ajax {
  grid-column: 1 / -1;
}

.vf-jobs-empty__inner {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  text-align: center;
}

.vf-jobs-empty__inner strong {
  color: var(--vf-jobs-text);
  font-size: 1.08rem;
}

.vf-jobs-empty__inner span {
  color: var(--vf-jobs-muted);
}

.vf-jobs-empty__actions {
  display: none !important;
  display: flex;
  justify-content: flex-start;
  margin-top: 0.8rem;
}

.vf-jobs-empty__reset-button.button3 {
  min-height: 54px !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .vf-job-filters__stage {
    grid-template-columns: 1fr;
  }

  .vf-job-filters__media {
    min-height: 220px;
  }

  .vf-job-filters__media-accent {
    width: 56px;
  }

  .vf-job-filters__panel {
    min-height: auto;
    border-radius: 0 0 32px 32px;
  }

  .vf-job-filters__intro {
    max-width: 100%;
    margin-bottom: 1rem !important;
  }

  .vf-job-filters__title {
    max-width: 12ch;
  }

  .vf-job-filters__control {
    gap: 0.7rem;
  }

  .vf-job-filters__control label {
    flex-basis: 9.2rem;
    width: 9.2rem !important;
  }

  .job_listings.vf-jobs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.4rem;
    row-gap: 1.8rem;
  }

  .vf-job-filters__grid {
    grid-template-columns: 1fr;
  }

  .vf-job-filters__submit,
  .vf-job-filters__remote {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .job_listings.vf-jobs-grid {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }

  .vf-job-filters__grid,
  .vf-job-card__facts {
    grid-template-columns: 1fr;
  }

  .vf-job-filters__control {
    flex-wrap: wrap;
    align-items: center;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .vf-job-filters__control label {
    flex-basis: auto;
    width: auto !important;
  }

  .vf-job-card__logo-wrap {
    margin-right: 0;
  }

  .vf-job-card__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .vf-job-card__date {
    white-space: normal;
  }
}
