.single-job-container {
  max-width: 900px;
  margin: 0 auto 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.07);
  color: #334155;
  padding: 25px 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  border-left: 6px solid #0097A7;
  direction: rtl;
  text-align: right;
}

/* כותרת */
.single-job-container h1 {
  display: inline-block;
  background: #D4F1F4;
  color: black;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 2px 10px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-decoration: none;
  line-height: 1.2;
}

.job-meta {
  font-size: 13px;
  color: #5D5D5D;
  font-weight: 500;
  margin-top: 0px;
}

.job-content {
  font-size: 1rem;
  color: #475569;
  margin-bottom: 0px;
  padding: 0 !important;
}

.job-content * {
  margin-top: 0 !important;
  margin-bottom: 0.5em !important;
  padding: 0 !important;
}

.job-content .wp-block-paragraph,
.job-content .wp-block-heading,
.job-content .wp-block-image,
.job-content .wp-block-list,
.job-content .wp-block-quote {
  margin-top: 0 !important;
  margin-bottom: 0.6em !important;
  padding: 0 !important;
  line-height: 1.4;
}

/* כפתורים */
.button1 {
  border: none;
  padding: 1px 18px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #0097A7;
  margin-top: 10px;
}

.button1:hover {
  opacity: 0.9;
  transform: scale(1.05);
}

.share-job-btn {
  border: none;
  padding: 5px 18px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #005F6A;
}

.share-job-btn:hover {
  opacity: 0.9;
  transform: scale(1.05);
}

/* עמוד משרה בודדת */
.single-job-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.single-job-container {
  width: 100%;
  margin: 0 auto 40px;
  box-sizing: border-box;
}

.related-jobs-title-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.related-jobs-carousel {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px;
  box-sizing: border-box;
}

.job-carousel-wrapper-3 {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.job-carousel-3 .swiper-slide {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
}

/* מובייל */
@media (max-width: 600px) {
  .single-job-container {
    padding: 20px 15px;
  }

  .single-job-container h1 {
    font-size: 1rem;
    margin-bottom: 12px;
  }

  .job-content {
    font-size: 0.95rem;
  }

  .button1,
  .share-job-btn {
    width: 100%;
    box-sizing: border-box;
  }

  .cv-upload-form-inline {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
  }

  .cv-upload-form-inline input[type="file"],
  .cv-upload-form-inline button,
  .cv-upload-form-inline .cv-upload-status {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
