.element-job-details {
  display: flex;
  flex-direction: column;
  width: 1400px;
  align-items: center;
  position: relative;
  background-color: var(--colors-dark-white);
}

/* Responsive Styles */
@media (max-width: 1199px) {
  .element-job-details {
    width: 100%;
    padding: 0 16px;
  }
}

@media (max-width: 991px) {
  .element-job-details {
    padding: 0 12px;
  }
}

@media (max-width: 767px) {
  .element-job-details {
    padding: 0 8px;
  }
}

.element-job-details .navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spaces-space-3);
  padding: var(--spaces-space-5) var(--spaces-space-18) var(--spaces-space-5)
    var(--spaces-space-18);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .element-job-details .navbar {
    padding: var(--spaces-space-5) 16px;
    margin-top: 80px;
  }
}

.element-job-details .text-wrapper {
  color: var(--colors-dark-dark-500);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  font-size: var(--regular-regular-m-font-size);
  text-align: left;
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  white-space: nowrap;
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.element-job-details .div {
  color: var(--colors-dark-dark-500);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  font-size: var(--regular-regular-m-font-size);
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  white-space: nowrap;
  font-style: var(--regular-regular-m-font-style);
}

.element-job-details .text-wrapper-2 {
  color: var(--colors-primary-primary);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  font-size: var(--regular-regular-m-font-size);
  text-align: left;
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  white-space: nowrap;
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.element-job-details .text-wrapper-3 {
  color: var(--colors-primary-primary);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  font-size: var(--regular-regular-m-font-size);
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  white-space: nowrap;
  font-style: var(--regular-regular-m-font-style);
}

html[dir="rtl"] .element-job-details .img  {
  transform: rotate(180deg);
}

.element-job-details .img {
  position: relative;
  width: 18px;
  height: 18px;
 
}

.element-job-details .frame {
  align-items: flex-start;
  justify-content: flex-end;
  gap: var(--spaces-space-13);
  padding: var(--spaces-space-11) var(--spaces-space-18) var(--spaces-space-16)
    var(--spaces-space-18);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .element-job-details .frame {
    flex-direction: column-reverse;
    align-items: center;
    gap: var(--spaces-space-11);
    padding: var(--spaces-space-11) 16px;
  }
}

@media (max-width: 767px) {
  .element-job-details .frame {
    padding: var(--spaces-space-8) 8px;
    gap: var(--spaces-space-8);
  }
}

.element-job-details .left {
  display: flex;
  flex-direction: column;
  width: 400px;
  align-items: flex-start;
  gap: var(--spaces-space-13);
  position: relative;
  align-self: stretch;
}

@media (max-width: 991px) {
  .element-job-details .left {
    width: 100%;
    max-width: 500px;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .element-job-details .left {
    max-width: 100%;
    gap: var(--spaces-space-8);
  }
}

.element-job-details .interest {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spaces-space-12);
  padding: var(--spaces-space-12);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--colors-dark-white);
  border-radius: var(--spaces-space-8);
  overflow: hidden;
  border: 1px solid;
  border-color: var(--colors-dark-dark-200);
  box-shadow: var(--card-shadow);
}

.element-job-details .text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: var(--spaces-space-4);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-job-details .text-wrapper-4 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--bold-bold-2xl-font-family);
  font-weight: var(--bold-bold-2xl-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--bold-bold-2xl-font-size);
  letter-spacing: var(--bold-bold-2xl-letter-spacing);
  line-height: var(--bold-bold-2xl-line-height);
  direction: rtl;
  font-style: var(--bold-bold-2xl-font-style);
  text-align: right;
}

.element-job-details .p {
  position: relative;
  align-self: stretch;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  color: var(--colors-dark-dark-600);
  font-size: var(--regular-regular-m-font-size);
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
  text-align: right;
}

.element-job-details .div-2 {
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spaces-space-8);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-job-details .button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  gap: var(--spaces-space-3);
  padding: var(--spaces-space-5) var(--spaces-space-10) var(--spaces-space-5)
    var(--spaces-space-10);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--colors-primary-primary);
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: var(--spaces-space-19);
  box-shadow: var(--card-shadow);
}

.element-job-details .text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--bold-bold-m-font-family);
  font-weight: var(--bold-bold-m-font-weight);
  color: var(--colors-dark-white);
  font-size: var(--bold-bold-m-font-size);
  text-align: center;
  letter-spacing: var(--bold-bold-m-letter-spacing);
  line-height: var(--bold-bold-m-line-height);
  white-space: nowrap;
  direction: rtl;
  font-style: var(--bold-bold-m-font-style);
}

.element-job-details .time {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: var(--spaces-space-3);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-job-details .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--medium-medium-xl-font-family);
  font-weight: var(--medium-medium-xl-font-weight);
  color: var(--colors-primary-primary);
  font-size: var(--medium-medium-xl-font-size);
  text-align: left;
  letter-spacing: var(--medium-medium-xl-letter-spacing);
  line-height: var(--medium-medium-xl-line-height);
  white-space: nowrap;
  direction: rtl;
  font-style: var(--medium-medium-xl-font-style);
}

.element-job-details .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spaces-space-13);
  position: relative;
  flex: 1;
  flex-grow: 1;
}

@media (max-width: 991px) {
  .element-job-details .right {
    width: 100%;
    align-items: center;
    gap: var(--spaces-space-11);
  }
}

@media (max-width: 767px) {
  .element-job-details .right {
    gap: var(--spaces-space-8);
  }
}

.element-job-details .frame-2 {
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spaces-space-5);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-job-details .time-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-job-details .time-2 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spaces-space-3);
  position: relative;
  flex: 0 0 auto;
}

.element-job-details .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--regular-regular-xl-font-family);
  font-weight: var(--regular-regular-xl-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--regular-regular-xl-font-size);
  text-align: left;
  letter-spacing: var(--regular-regular-xl-letter-spacing);
  line-height: var(--regular-regular-xl-line-height);
  white-space: nowrap;
  direction: ltr;
  font-style: var(--regular-regular-xl-font-style);
}

.element-job-details .text-wrapper-8 {
  position: relative;
  align-self: stretch;
  font-family: var(--bold-bold-4xl-font-family);
  font-weight: var(--bold-bold-4xl-font-weight);
  color: var(--colors-dark-dark-700);
  font-size: var(--bold-bold-4xl-font-size);
  letter-spacing: var(--bold-bold-4xl-letter-spacing);
  line-height: var(--bold-bold-4xl-line-height);
  direction: rtl;
  font-style: var(--bold-bold-4xl-font-style);
  text-align: right;
}

@media (max-width: 767px) {
  .element-job-details .text-wrapper-8 {
    font-size: 28px;
    text-align: right;
  }
}

@media (max-width: 479px) {
  .element-job-details .text-wrapper-8 {
    font-size: 24px;
    text-align: right;
  }
}

.element-job-details .time-3 {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  gap: var(--spaces-space-3);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-job-details .ellipse {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: var(--colors-dark-dark-300);
  border-radius: 4px;
}

.element-job-details .line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.element-job-details .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: fit-content(100%) fit-content(100%);

  gap: var(--spaces-space-15);
  
  width: 100%;
 
}

@media (max-width: 991px) {
  .element-job-details .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--spaces-space-11);
  }
}

@media (max-width: 767px) {
  .element-job-details .list {
    grid-template-columns: 1fr;
    gap: var(--spaces-space-8);
  }
}

.element-job-details .text-2 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spaces-space-1);
}

.element-job-details .text-wrapper-9 {
  position: relative;
  
  margin-top: -1.00px;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  color: var(--colors-dark-dark-500);
  font-size: var(--regular-regular-m-font-size);
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.element-job-details .text-wrapper-10 {
  position: relative;
   
  font-family: var(--bold-bold-m-font-family);
  font-weight: var(--bold-bold-m-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--bold-bold-m-font-size);
  letter-spacing: var(--bold-bold-m-letter-spacing);
  line-height: var(--bold-bold-m-line-height);
  direction: rtl;
  font-style: var(--bold-bold-m-font-style);
}

.element-job-details .text-3 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spaces-space-1);
}

.element-job-details .text-wrapper-11 {
  position: relative;
  
  margin-top: -1.00px;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  color: var(--colors-dark-dark-500);
  font-size: var(--regular-regular-m-font-size);
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.element-job-details .text-wrapper-12 {
  position: relative;
 
  font-family: var(--bold-bold-m-font-family);
  font-weight: var(--bold-bold-m-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--bold-bold-m-font-size);
  letter-spacing: var(--bold-bold-m-letter-spacing);
  line-height: var(--bold-bold-m-line-height);
  direction: rtl;
  font-style: var(--bold-bold-m-font-style);
}

.element-job-details .text-4 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 3 / 4;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spaces-space-1);
}

.element-job-details .text-wrapper-13 {
  position: relative;
 
  margin-top: -1.00px;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  color: var(--colors-dark-dark-500);
  font-size: var(--regular-regular-m-font-size);
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.element-job-details .text-wrapper-14 {
  position: relative;
 
  font-family: var(--bold-bold-m-font-family);
  font-weight: var(--bold-bold-m-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--bold-bold-m-font-size);
  letter-spacing: var(--bold-bold-m-letter-spacing);
  line-height: var(--bold-bold-m-line-height);
  direction: rtl;
  font-style: var(--bold-bold-m-font-style);
}

.element-job-details .text-5 {
  position: relative;
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spaces-space-1);
}

.element-job-details .text-wrapper-15 {
  position: relative;
   
  margin-top: -1.00px;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  color: var(--colors-dark-dark-500);
  font-size: var(--regular-regular-m-font-size);
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.element-job-details .text-wrapper-16 {
  position: relative;
  width: 80px;
  font-family: var(--bold-bold-m-font-family);
  font-weight: var(--bold-bold-m-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--bold-bold-m-font-size);
  letter-spacing: var(--bold-bold-m-letter-spacing);
  line-height: var(--bold-bold-m-line-height);
  direction: rtl;
  font-style: var(--bold-bold-m-font-style);
}

.element-job-details .text-6 {
  position: relative;
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spaces-space-1);
}

.element-job-details .text-wrapper-17 {
  position: relative;
  
  margin-top: -1.00px;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  color: var(--colors-dark-dark-500);
  font-size: var(--regular-regular-m-font-size);
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.element-job-details .text-wrapper-18 {
  position: relative;
  
  font-family: var(--bold-bold-m-font-family);
  font-weight: var(--bold-bold-m-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--bold-bold-m-font-size);
  letter-spacing: var(--bold-bold-m-letter-spacing);
  line-height: var(--bold-bold-m-line-height);
  direction: rtl;
  font-style: var(--bold-bold-m-font-style);
}

.element-job-details .text-7 {
  position: relative;
  grid-row: 2 / 3;
  grid-column: 3 / 4;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spaces-space-1);
}



.element-job-details .text-wrapper-19 {
  position: relative;
  
  margin-top: -1.00px;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  color: var(--colors-dark-dark-500);
  font-size: var(--regular-regular-m-font-size);
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.element-job-details .text-wrapper-20 {
  position: relative;
 
  font-family: var(--bold-bold-m-font-family);
  font-weight: var(--bold-bold-m-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--bold-bold-m-font-size);
  letter-spacing: var(--bold-bold-m-letter-spacing);
  line-height: var(--bold-bold-m-line-height);
  direction: rtl;
  font-style: var(--bold-bold-m-font-style);
}

.element-job-details .text-wrapper-21 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--bold-bold-3xl-font-family);
  font-weight: var(--bold-bold-3xl-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--bold-bold-3xl-font-size);
  letter-spacing: var(--bold-bold-3xl-letter-spacing);
  line-height: var(--bold-bold-3xl-line-height);
  direction: rtl;
  font-style: var(--bold-bold-3xl-font-style);
  text-align: right;
}

@media (max-width: 767px) {
  .element-job-details .text-wrapper-21 {
    font-size: 24px;
    text-align: right;
  }
}

@media (max-width: 479px) {
  .element-job-details .text-wrapper-21 {
    font-size: 20px;
    text-align: right;
  }
}

.element-job-details .text-wrapper-22 {
  position: relative;
  align-self: stretch;
  font-family: var(--regular-regular-xl-font-family);
  font-weight: var(--regular-regular-xl-font-weight);
  color: var(--colors-dark-dark-700);
  font-size: var(--regular-regular-xl-font-size);
  letter-spacing: var(--regular-regular-xl-letter-spacing);
  line-height: var(--regular-regular-xl-line-height);
  direction: rtl;
  font-style: var(--regular-regular-xl-font-style);
  text-align: right;
}

.element-job-details .frame-3 {
  align-items: flex-start;
  justify-content: flex-end;
  gap: var(--spaces-space-5);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .element-job-details .frame-3 {
    
    flex-wrap: wrap;
    gap: var(--spaces-space-3);
  }
}

.element-job-details .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spaces-space-3);
  padding: var(--spaces-space-3) var(--spaces-space-8) var(--spaces-space-3)
    var(--spaces-space-8);
  position: relative;
  flex: 0 0 auto;
  background-color: var(--colors-primary-primary-100);
  border-radius: var(--spaces-space-19);
  box-shadow: var(--card-shadow);
}

.element-job-details .text-wrapper-23 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  color: var(--colors-primary-primary);
  font-size: var(--regular-regular-m-font-size);
  text-align: center;
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  white-space: nowrap;
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.element-job-details .frame-4 {
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spaces-space-12);
  padding: var(--spaces-space-16) var(--spaces-space-18) var(--spaces-space-16)
    var(--spaces-space-18);
  background-color: var(--colors-dark-dark-50);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .element-job-details .frame-4 {
    padding: var(--spaces-space-11) 16px;
    gap: var(--spaces-space-8);
    align-items: center;
  }
}

.element-job-details .text-wrapper-24 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--bold-bold-3xl-font-family);
  font-weight: var(--bold-bold-3xl-font-weight);
  color: var(--colors-dark-dark-700);
  font-size: var(--bold-bold-3xl-font-size);
  letter-spacing: var(--bold-bold-3xl-letter-spacing);
  line-height: var(--bold-bold-3xl-line-height);
  direction: rtl;
  font-style: var(--bold-bold-3xl-font-style);
}

@media (max-width: 767px) {
  .element-job-details .text-wrapper-24 {
    font-size: 24px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .element-job-details .text-wrapper-24 {
    font-size: 20px;
  }
}

.element-job-details .list-2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: var(--spaces-space-11);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  overflow-x: auto;
}

@media (max-width: 991px) {
  .element-job-details .list-2 {
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--spaces-space-8);
  }
}

@media (max-width: 767px) {
  .element-job-details .list-2 {
    flex-direction: column;
    align-items: center;
    gap: var(--spaces-space-6);
  }
}

.element-job-details .jobs {
  margin-left: -2448.00px;
  border-color: var(--colors-dark-dark-200);
  display: flex;
  flex-direction: column;
  width: 384px;
  align-items: flex-end;
  justify-content: center;
  gap: var(--spaces-space-11);
  padding: var(--spaces-space-11);
  position: relative;
  background-color: var(--colors-dark-white);
  border-radius: var(--spaces-space-8);
  border: 1px solid;
}

.element-job-details .logo {
  width: 100px;
  margin-top: -5926.00px;
  margin-left: -36322.00px;
  position: relative;
  height: 100px;
  aspect-ratio: 1;
  object-fit: cover;
}

.element-job-details .content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: var(--spaces-space-7);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-job-details .frame-5 {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spaces-space-2);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-job-details .div-wrapper {
  align-items: center;
  justify-content: flex-end;
  gap: var(--spaces-space-11);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-job-details .text-wrapper-25 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--regular-regular-l-font-family);
  font-weight: var(--regular-regular-l-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--regular-regular-l-font-size);
  text-align: left;
  letter-spacing: var(--regular-regular-l-letter-spacing);
  line-height: var(--regular-regular-l-line-height);
  direction: rtl;
  font-style: var(--regular-regular-l-font-style);
}

.element-job-details .interface-essential {
  margin-top: -6071.00px;
  margin-left: -36768.00px;
  position: relative;
  width: 18px;
  height: 18px;
}

.element-job-details .text-wrapper-26 {
  position: relative;
  align-self: stretch;
  font-family: var(--bold-bold-xl-font-family);
  font-weight: var(--bold-bold-xl-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--bold-bold-xl-font-size);
  letter-spacing: var(--bold-bold-xl-letter-spacing);
  line-height: var(--bold-bold-xl-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  direction: rtl;
  font-style: var(--bold-bold-xl-font-style);
  text-align: right;
}

.element-job-details .text-wrapper-27 {
  position: relative;
  align-self: stretch;
  font-family: var(--regular-regular-l-font-family);
  font-weight: var(--regular-regular-l-font-weight);
  color: var(--colors-dark-dark-600);
  font-size: var(--regular-regular-l-font-size);
  letter-spacing: var(--regular-regular-l-letter-spacing);
  line-height: var(--regular-regular-l-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  direction: rtl;
  font-style: var(--regular-regular-l-font-style);
  text-align: right;
}

.element-job-details .button-2 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spaces-space-3);
  padding: var(--spaces-space-5) var(--spaces-space-10) var(--spaces-space-5)
    var(--spaces-space-10);
  position: relative;
  flex: 0 0 auto;
  border-radius: var(--spaces-space-19);
  border: 1px solid;
  border-color: var(--colors-dark-dark-800);
  box-shadow: var(--card-shadow);
}

.element-job-details .interface-essential-2 {
  margin-top: -6256.00px;
  margin-left: -36792.00px;
  position: relative;
  width: 18px;
  height: 18px;
}

.element-job-details .text-wrapper-28 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--bold-bold-m-font-family);
  font-weight: var(--bold-bold-m-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--bold-bold-m-font-size);
  text-align: center;
  letter-spacing: var(--bold-bold-m-letter-spacing);
  line-height: var(--bold-bold-m-line-height);
  white-space: nowrap;
  direction: rtl;
  font-style: var(--bold-bold-m-font-style);
}

.element-job-details .jobs-2 {
  margin-left: -2040.00px;
  border-color: var(--colors-dark-dark-200);
  display: flex;
  flex-direction: column;
  width: 384px;
  align-items: flex-end;
  justify-content: center;
  gap: var(--spaces-space-11);
  padding: var(--spaces-space-11);
  position: relative;
  background-color: var(--colors-dark-white);
  border-radius: var(--spaces-space-8);
  border: 1px solid;
}

.element-job-details .logo-2 {
  width: 100px;
  margin-top: -5926.00px;
  margin-left: -36730.00px;
  position: relative;
  height: 100px;
  aspect-ratio: 1;
  object-fit: cover;
}

.element-job-details .interface-essential-3 {
  margin-top: -6071.00px;
  margin-left: -37176.00px;
  position: relative;
  width: 18px;
  height: 18px;
}

.element-job-details .interface-essential-4 {
  margin-top: -6256.00px;
  margin-left: -37200.00px;
  position: relative;
  width: 18px;
  height: 18px;
}

.element-job-details .jobs-3 {
  margin-left: -1632.00px;
  border-color: var(--colors-primary-primary);
  box-shadow: var(--hover-shadow);
  display: flex;
  flex-direction: column;
  width: 384px;
  align-items: flex-end;
  justify-content: center;
  gap: var(--spaces-space-11);
  padding: var(--spaces-space-11);
  position: relative;
  background-color: var(--colors-dark-white);
  border-radius: var(--spaces-space-8);
  border: 1px solid;
}

.element-job-details .logo-3 {
  width: 100px;
  margin-top: -5926.00px;
  margin-left: -37138.00px;
  position: relative;
  height: 100px;
  aspect-ratio: 1;
  object-fit: cover;
}

.element-job-details .interface-essential-5 {
  margin-top: -6071.00px;
  margin-left: -37584.00px;
  position: relative;
  width: 18px;
  height: 18px;
}

.element-job-details .button-3 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  gap: var(--spaces-space-3);
  padding: var(--spaces-space-5) var(--spaces-space-10) var(--spaces-space-5)
    var(--spaces-space-10);
  flex: 0 0 auto;
  background-color: var(--colors-dark-dark-800);
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: var(--spaces-space-19);
  box-shadow: var(--card-shadow);
}

.element-job-details .interface-essential-6 {
  margin-top: -6256.00px;
  margin-left: -37608.00px;
  position: relative;
  width: 18px;
  height: 18px;
}

.element-job-details .jobs-4 {
  margin-left: -1224.00px;
  border-color: var(--colors-dark-dark-200);
  display: flex;
  flex-direction: column;
  width: 384px;
  align-items: flex-end;
  justify-content: center;
  gap: var(--spaces-space-11);
  padding: var(--spaces-space-11);
  position: relative;
  background-color: var(--colors-dark-white);
  border-radius: var(--spaces-space-8);
  border: 1px solid;
}

.element-job-details .logo-4 {
  width: 100px;
  margin-top: -5926.00px;
  margin-left: -37546.00px;
  position: relative;
  height: 100px;
  aspect-ratio: 1;
  object-fit: cover;
}

.element-job-details .interface-essential-7 {
  margin-top: -6071.00px;
  margin-left: -37992.00px;
  position: relative;
  width: 18px;
  height: 18px;
}

.element-job-details .interface-essential-8 {
  margin-top: -6256.00px;
  margin-left: -38016.00px;
  position: relative;
  width: 18px;
  height: 18px;
}

.element-job-details .jobs-5 {
  margin-left: -816.00px;
  border-color: var(--colors-dark-dark-200);
  display: flex;
  flex-direction: column;
  width: 384px;
  align-items: flex-end;
  justify-content: center;
  gap: var(--spaces-space-11);
  padding: var(--spaces-space-11);
  position: relative;
  background-color: var(--colors-dark-white);
  border-radius: var(--spaces-space-8);
  border: 1px solid;
}

.element-job-details .logo-5 {
  width: 100px;
  margin-top: -5926.00px;
  margin-left: -37954.00px;
  position: relative;
  height: 100px;
  aspect-ratio: 1;
  object-fit: cover;
}

.element-job-details .interface-essential-9 {
  margin-top: -6071.00px;
  margin-left: -38400.00px;
  position: relative;
  width: 18px;
  height: 18px;
}

.element-job-details .interface-essential-10 {
  margin-top: -6256.00px;
  margin-left: -38424.00px;
  position: relative;
  width: 18px;
  height: 18px;
}

.element-job-details .jobs-6 {
  margin-left: -408.00px;
  border-color: var(--colors-dark-dark-200);
  display: flex;
  flex-direction: column;
  width: 384px;
  align-items: flex-end;
  justify-content: center;
  gap: var(--spaces-space-11);
  padding: var(--spaces-space-11);
  position: relative;
  background-color: var(--colors-dark-white);
  border-radius: var(--spaces-space-8);
  border: 1px solid;
}

.element-job-details .logo-6 {
  width: 52px;
  position: relative;
  height: 100px;
  aspect-ratio: 1;
  object-fit: cover;
}

.element-job-details .interface-essential-11 {
  margin-top: -6256.00px;
  margin-left: -38832.00px;
  position: relative;
  width: 18px;
  height: 18px;
}

.element-job-details .jobs-7 {
  display: flex;
  flex-direction: column;
  width: 384px;
  align-items: flex-end;
  justify-content: center;
  gap: var(--spaces-space-11);
  padding: var(--spaces-space-11);
  position: relative;
  background-color: var(--colors-dark-white);
  border-radius: var(--spaces-space-8);
  border: 1px solid;
  border-color: var(--colors-dark-dark-200);
}

.element-job-details .logo-7 {
  position: relative;
  width: 100px;
  height: 100px;
  aspect-ratio: 1;
  object-fit: cover;
}

.element-job-details .frame-6 {
  align-items: center;
  justify-content: center;
  gap: var(--spaces-space-8);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-job-details .interface-essential-wrapper {
  display: flex;
  width: 42px;
  height: 42px;
  gap: var(--spaces-space-4);
  padding: var(--spaces-space-6);
  border: 1px solid;
  border-color: var(--colors-dark-dark-800);
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: var(--spaces-space-19);
  box-shadow: var(--card-shadow);
}

/* Fix for related jobs cards with problematic positioning */
@media (max-width: 991px) {
  .element-job-details .jobs,
  .element-job-details .jobs-2,
  .element-job-details .jobs-3,
  .element-job-details .jobs-4,
  .element-job-details .jobs-5,
  .element-job-details .jobs-6,
  .element-job-details .jobs-7 {
    width: 100% !important;
    max-width: 350px !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .element-job-details .jobs,
  .element-job-details .jobs-2,
  .element-job-details .jobs-3,
  .element-job-details .jobs-4,
  .element-job-details .jobs-5,
  .element-job-details .jobs-6,
  .element-job-details .jobs-7 {
    max-width: 100% !important;
    padding: var(--spaces-space-8) !important;
    gap: var(--spaces-space-8) !important;
  }
}

/* Fix for logos with problematic positioning */
@media (max-width: 991px) {
  .element-job-details .logo,
  .element-job-details .logo-2,
  .element-job-details .logo-3,
  .element-job-details .logo-4,
  .element-job-details .logo-5,
  .element-job-details .logo-6,
  .element-job-details .logo-7 {
    margin-top: 0 !important;
    margin-left: 0 !important;
    width: 80px !important;
    height: 80px !important;
  }
}

@media (max-width: 767px) {
  .element-job-details .logo,
  .element-job-details .logo-2,
  .element-job-details .logo-3,
  .element-job-details .logo-4,
  .element-job-details .logo-5,
  .element-job-details .logo-6,
  .element-job-details .logo-7 {
    width: 70px !important;
    height: 70px !important;
  }
}

/* Fix for icons with problematic positioning */
@media (max-width: 991px) {
  .element-job-details .interface-essential,
  .element-job-details .interface-essential-2,
  .element-job-details .interface-essential-3,
  .element-job-details .interface-essential-4,
  .element-job-details .interface-essential-5,
  .element-job-details .interface-essential-6,
  .element-job-details .interface-essential-7,
  .element-job-details .interface-essential-8,
  .element-job-details .interface-essential-9,
  .element-job-details .interface-essential-10,
  .element-job-details .interface-essential-11 {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
}

/* Keywords Container and Tags */
.element-job-details .keywords-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.element-job-details .keyword-tag {
  background-color: #F6EBE7;
  color: #A9320F;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  white-space: nowrap;
  direction: rtl;
  font-family: var(--regular-regular-m-font-family);
  transition: all 0.3s ease;
}

.element-job-details .keyword-tag:hover {
  background-color: #E8D5D0;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(169, 50, 15, 0.1);
}

@media (max-width: 767px) {
  .element-job-details .keywords-container {
    gap: 6px;
  }
  
  .element-job-details .keyword-tag {
    padding: 4px 10px;
    font-size: 12px;
  }
}

/* Share button styling */
.element-job-details .share-button {
  transition: all 0.3s ease;
}

.element-job-details .share-button:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.element-job-details .time {
  cursor: pointer;
  transition: all 0.3s ease;
}

.element-job-details .time:hover {
  opacity: 0.8;
}

/* RTL Text Alignment Overrides */
html[dir="rtl"] .element-job-details .text-wrapper-4,
html[dir="rtl"] .element-job-details .p,
html[dir="rtl"] .element-job-details .text-wrapper-8,
html[dir="rtl"] .element-job-details .text-wrapper-21,
html[dir="rtl"] .element-job-details .text-wrapper-22,
html[dir="rtl"] .element-job-details .text-wrapper-24,
html[dir="rtl"] .element-job-details .text-wrapper-26,
html[dir="rtl"] .element-job-details .text-wrapper-27 {
  text-align: left !important;
}

html[dir="rtl"] .element-job-details .text-wrapper-9,
html[dir="rtl"] .element-job-details .text-wrapper-10,
html[dir="rtl"] .element-job-details .text-wrapper-11,
html[dir="rtl"] .element-job-details .text-wrapper-12,
html[dir="rtl"] .element-job-details .text-wrapper-13,
html[dir="rtl"] .element-job-details .text-wrapper-14,
html[dir="rtl"] .element-job-details .text-wrapper-15,
html[dir="rtl"] .element-job-details .text-wrapper-16,
html[dir="rtl"] .element-job-details .text-wrapper-17,
html[dir="rtl"] .element-job-details .text-wrapper-18,
html[dir="rtl"] .element-job-details .text-wrapper-19,
html[dir="rtl"] .element-job-details .text-wrapper-20 {
  text-align: left !important;
}
