.hurma-filters {
  padding: 15px;
  margin-bottom: 20px;
  background: var(--e-global-color-bg);
  border-radius: 5px;
}

.vacancy-filters select {
  padding: 8px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.career-positions {
  padding-top: 120px;
  padding-bottom: 120px;
}

.career-header-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 32px;
}

.career-positions-title {
  font-family: Satoshi-Bold, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 72px; /* 112.5% */
  color: var(--e-global-brand-white);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.filter-item {
  display: flex;
  gap: 4px;
}

.filter-item label {
  display: block;
  font-family: Satoshi-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--e-global-color-text-secondary);
}

.filter-item select {
  width: fit-content;
  color: var(--e-global-color-text);
  text-align: end;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}

.vacancy-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 56px;
  gap: 0 16px;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  margin-bottom: 2px;
  background: var(--e-global-opacity-black-064);
  backdrop-filter: blur(60px);
}

.career-item-link {
  position: absolute;
  inset: 0;
}

.vacancy-item h3 {
  flex: 0 1 480px;
  font-family: Satoshi-Medium, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'liga' off;
  line-height: 40px;
  color: var(--e-global-color-text);
}

.vacancy-meta {
  display: flex;
  flex: 1 1 auto;
  gap: 0 40px;
  align-items: center;
  justify-content: space-between;
  min-width: 528px;
  margin-right: 16px;
  font-family: Satoshi-Medium, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'liga' off;
  line-height: 1.5; /* 36px */
  color: var(--e-global-color-text-secondary);
  transition-duration: 0.5s;
}

.level-value,
.location-value {
  padding: 0;
  margin: 0;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 28px; /* 155.556% */
  color: var(--e-global-brand-white);
}

.location-value {
  flex: 0 0 260px;
  text-align: start;
}

.location-label,
.level-label {
  font-family: Satoshi-Regular, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 28px; /* 155.556% */
  color: var(--e-global-opacity-white-064);
}

.career-positions .read-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0;
  text-decoration: none;
  background: var(--e-global-brand-white);
  border: none;
  border-radius: 50%;
  outline: none;
}

.read-more path {
  stroke: var(--e-global-color-bg);
}

.vacancy-item:hover .read-more {
  background: linear-gradient(107deg, #FFF -155.85%, #2B4DFD 100.82%);
}

.vacancy-item:hover .read-more path {
  stroke: var(--e-global-brand-white);
}

.no-results {
  padding: 24px;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 1.4; /* 25.2px */
  color: rgb(240 243 250 / 90%);
}

.single-career-ul-section .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
}

.single-career-ul-section .heading-wrapper,
.single-career-ul-section .section-list {
  flex: 1 1 50%;
}

.single-career-ul-section .section-title {
  font-family: Satoshi-Medium, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'liga' off;
  line-height: 40px; /* 125% */
  color: var(--e-global-brand-white);
}

.single-career-ul-section .section-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-career-ul-section .section-item {
  position: relative;
  padding-left: 24px;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 28px; /* 155.556% */
  color: var(--e-global-opacity-white-080);
}

.single-career-ul-section .section-item::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  content: '';
  background-color: rgb(240 243 250 / 16%);
  border-radius: 50%;
}

.single-career-ul-section .section-item p {
  padding: 0;
  margin: 0;
}

.vacancy-description {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 24px 40px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.vacancy-description-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.single-career-about-section .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
}

.single-career-about-section .section-title {
  font-family: Satoshi-Bold, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 72px; /* 112.5% */
  color: var(--e-global-brand-white);
}

.single-career-about-section .section-text {
  padding: 0;
  margin: 0;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 32px; /* 133.333% */
  color: var(--e-global-brand-white);
}

.single-career-section-link {
  width: 100%;
  padding: 24px 36px;
  margin-top: 28px;
  font-family: Satoshi-Bold, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 150% */
  color: var(--e-global-brand-white);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(107deg, #FFF -155.85%, #2B4DFD 100.82%);
  border: none;
  border-radius: 80px;
  outline: none;
}

.single-career-section-link:hover {
  color: var(--e-global-brand-white);
  background: linear-gradient(107deg, #FFF -155.85%, #2B4DFD 71.21%);
}

.single-career-section-link:active {
  color: var(--e-global-brand-white);
  background: linear-gradient(107deg, #FFF -74.41%, #2B4DFD 100.82%);
}

.single-career-apply-section {
  padding: 32px;
}

.single-career-apply-section .container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
}

.single-career-apply-section .section-title {
  font-family: Satoshi-Medium, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'liga' off;
  line-height: 40px; /* 125% */
  color: var(--e-global-brand-white);
}

.single-career-apply-section .section-text {
  max-width: 393px;
  padding: 0;
  margin: 0;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 28px; /* 140% */
  color: var(--e-global-opacity-white-080);
}

.single-career-apply-section .call-to-action:empty {
  display: none;
  visibility: hidden;
}

.single-career-apply-section .call-to-action {
  max-width: 80%;
  margin-inline: auto;
  text-align: center;
}

/* Стилі для світного шару в секції вакансій */
.hurma-vacancies .cursor-circle {
  position: fixed;
  z-index: 0;
  width: 320px;
  height: 320px;
  pointer-events: none;
  background: url("/wp-content/themes/devsx-theme/images/Cursor.png") center / contain no-repeat;
  border-radius: 50%;
  opacity: 0;
  transition: transform 0.1s ease-out, opacity 0.3s ease;
  transform: translate(-50%, -50%) scale(0);
}

.hurma-vacancies .cursor-circle.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Стилі для елементів вакансій при наведенні */
.hurma-vacancies .vacancy-item {
  position: relative;
  transition: transform 0.3s ease;
}

.hurma-vacancies .vacancy-item:hover {
  z-index: 2;
}

@media screen and (max-width: 1360px) {
  .career-positions,
  .vacancy-description {
    padding-top: clamp(40px, -10.9091px + 9.0909vw, 120px);
    padding-bottom: clamp(40px, -10.9091px + 9.0909vw, 120px);
  }

  .career-positions-title {
    font-size: clamp(40px, 24.7273px + 2.7273vw, 64px);
    line-height: 1.125;
  }

  .level-value,
  .location-value,
  .location-label,
  .level-label {
    font-size: clamp(16px, 14.7273px + 0.2273vw, 18px);
    line-height: 1.5555;
  }

  .vacancy-item h3 {
    font-size: clamp(28px, 25.4545px + 0.4545vw, 32px);
    line-height: 1.25;
  }

  .single-career-apply-section .section-title {
    font-size: clamp(28px, 25.4545px + 0.4545vw, 32px);
    line-height: 1.25;
  }

  .single-career-apply-section .section-text {
    font-size: var(--fluid-18-20);
    line-height: 1.4;
  }

  .single-career-about-section .section-title {
    font-size: var(--fluid-40-64);
    line-height: 1.125;
  }

  .single-career-about-section .section-text {
    font-size: var(--fluid-20-24);
    line-height: 1.3333;
  }

  .single-career-ul-section .section-title {
    font-size: var(--fluid-28-32);
    line-height: 1.25;
  }

  .single-career-ul-section .section-item {
    font-size: var(--fluid-16-18);
    line-height: 1.5556;
  }
}

@media screen and (max-width: 1240px) {
  .vacancy-item {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 56px;
    gap: 24px 16px;
    padding: 24px;
  }

  .vacancy-item h3 {
    grid-column: span 2 / span 2;
  }

  .vacancy-meta {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: initial;
  }

  .location-value {
    flex: 1 1 auto;
    text-align: start;
  }
}

@media screen and (max-width: 998px) {
  .single-career-about-section .container {
    flex-direction: column;
  }

  .single-career-about-section .section-title,
  .single-career-about-section .section-text {
    flex: 1 1 auto;
  }
}

@media screen and (max-width: 998px) {
  .single-career-ul-section .container {
    flex-direction: column;
  }

  .single-career-ul-section .heading-wrapper,
  .single-career-ul-section .section-list {
    flex: 1 1 auto;
  }

  .vacancy-description {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .single-career-apply-section .call-to-action {
    max-width: initial;
  }

  .career-header-wrapper {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 560px) {
  .career-positions,
  .vacancy-description {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .career-positions-title {
    font-size: 40px;
    line-height: 48px;
  }

  .level-value,
  .location-value,
  .location-label,
  .level-label {
    font-size: 16px;
    line-height: 24px;
  }

  .vacancy-item h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .single-career-apply-section {
    padding: 24px;
  }

  .single-career-apply-section .section-title {
    font-size: 28px;
    line-height: 36px;
  }

  .single-career-apply-section .section-text {
    font-size: 18px;
    line-height: 26px;
  }

  .single-career-about-section .section-title {
    font-size: 40px;
    line-height: 48px;
  }

  .single-career-about-section .section-text {
    font-size: 20px;
    line-height: 28px;
  }

  .vacancy-description-content {
    gap: 32px;
  }

  .single-career-ul-section .section-title {
    font-size: 28px;
    line-height: 36px;
  }

  .single-career-ul-section .section-item {
    font-size: 16px;
    line-height: 24px;
  }
}
