.job-details-table {
    background: #F8F8FB;
    border-radius: 20px;
    padding: 32px;
    margin-bottom: 32px;
    max-width: 808px;
    width: 100%;
  }
  
  .job-details-table-inner {
    width: 100%;
    border-collapse: collapse;
  }
  
  .job-details-row td {
    padding: 8px 0;
    vertical-align: top;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
  
  .job-details-label {
    color: #9197A6;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .job-details-value {
    width: auto;
    height: 22px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #034C95; /* Main/Sweather */
    flex: none;
    order: 1;
    flex-grow: 0;
  }
  
  
  /* בסיס לאייקונים */
  .job-details-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
  }
  .vacancy-header .breadcrumbs {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #9DAAF2;
}

.vacancy-header h1 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  color: #FFFFFF;
  margin: 0;
  max-width: 369px;
  margin-top: 12px;
}
.job-header {
  margin-bottom: 16px; /* כדי לתת מרווח מהמשך התוכן */
}

.job-category {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #606977;
  margin-bottom: 10px; /* זה מה שגורם ל-H2 להיות מתחת ב-10px */
}

.job-title-inner {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #1A2238;
  margin-bottom: 10px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #9197A6;
  height: 18px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.meta-item svg,
.meta-item img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.btn-primary {
  background: #1A2238;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 16px 8px;
  width: 210px;
  height: 40px;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-primary:hover {
  background-color: #151a2c;
}

.arrow-down svg {
  display: block;
}

.icon-btn.favorite-btn {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  cursor: pointer;
}

.job-salary {
  width: 279px;
  height: 26px;
  left: 66px;
  top: 130px;

  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px; /* 144% */
  color: #1A2238;
}


.btn-apply-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF6A3D;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  border: none;
  border-radius: 4px;
  padding: 12px 32px;
  margin-top: 30px;
  margin-bottom: 74px;
  width: 210px;
  height: 40px;
  transition: background 0.2s ease;

}

/* Container for the buttons */
.job-actions {
  display: flex;
  gap: 12px;
}

/* Apply button specific styles */
.you-may-like-apply-btn {
  background: #1A2238;
  color: #fff;
  border-radius: 8px;
  padding: 10px 24px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  transition: background-color 0.2s ease;
}

.you-may-like-apply-btn:hover {
  background: #2a2f4a;
}

/* Show contacts button specific styles */
.you-may-like-contacts-btn {
  background: #fff;
  color: #1A2238;
  border: 1px solid #1A2238;
  border-radius: 8px;
  padding: 10px 24px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  transition: all 0.2s ease;
}

.you-may-like-contacts-btn:hover {
  background: #f8f9fa;
  border-color: #1A2238;
}

.btn-apply-orange .arrow-down {
  margin-left: 8px;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .btn-apply-orange {
      width: 100%;
      padding: 12px 0;
  }
}

