/* QJob jobs-details extracted CSS
   Upload this file to: EmployeesArea/css/qjob-job-details-fast-extracted.css
   Generated for faster caching and smaller HTML. */

/* ===== Extracted from jobs-details.php <style inline> ===== */
.buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
}

.job-meta-line {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  clear: both;
  margin: 10px 0;
}

.job-meta-line .text,
.job-meta-line .price,
.job-meta-line .btn-freelance,
.job-date-line .text {
  float: none !important;
  margin: 0 !important;
}

.job-action-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  clear: both;
  margin: 12px 0 10px;
}

.job-action-line .btn-freelance,
.job-action-line .btn-style-1 {
  float: none !important;
  margin: 0 !important;
}

.job-date-line {
  display: flex;
  justify-content: flex-start;
  clear: both;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .job-meta-line {
    justify-content: center;
    gap: 8px;
  }

  .job-meta-line .job-meta-chip {
    flex: 0 1 auto;
    white-space: nowrap;
  }

  .job-meta-line .btn-freelance {
    min-height: 36px !important;
    padding: 8px 15px !important;
    font-size: 14px !important;
  }

  .job-action-line {
    justify-content: center;
    gap: 8px;
  }

  .job-date-line {
    justify-content: center;
  }
}


/* ===== Extracted from jobs-details.php <style inline> ===== */
/* עיצוב מודרני ומאוזן לאזור הכפתורים בדף פרטי משרה */
.job-details-actions-wrapper {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 20px;
    border-radius: 14px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    color: #fff !important;
    border: none;
    cursor: pointer;
}

.action-btn img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.action-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

.action-btn:hover img {
    transform: scale(1.15);
}

/* כפתור ראשי - הגשת מועמדות */
.primary-apply {
    background: linear-gradient(135deg, #1b8af3 0%, #0056b3 100%);
    font-size: 20px;
    padding: 18px 20px;
    width: 100%;
    box-shadow: 0 8px 20px rgba(27, 138, 243, 0.25);
}

.primary-apply:hover {
    box-shadow: 0 15px 30px rgba(27, 138, 243, 0.4);
}

/* רשת כפתורים משניים */
.secondary-actions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    width: 100%;
}

/* צבעים לכפתורים ספציפיים */
.btn-whatsapp { background-color: #25D366; }
.btn-call     { background-color: #00a8ff; }
.btn-email    { background-color: #64748b; }
.btn-facebook { background-color: #1877F2; }
.btn-spam     { background-color: #ef4444; }

/* התאמה למובייל */
@media (max-width: 480px) {
    .secondary-actions-grid {
        grid-template-columns: 1fr 1fr; /* שתי עמודות במסכים קטנים */
    }
    .action-btn {
        font-size: 14px;
        padding: 12px 10px;
    }
}


/* ===== Extracted from jobs-details.php <style id="qjob-safe-action-buttons-v1"> ===== */
/* ========================================================================
   QJob Safe Action Buttons - CSS ONLY
   מטרת הקובץ: לסדר את כפתורי פעולה/מנעולים בלי לגעת בלוגיקת PHP/SQL/JS.
   ======================================================================== */

/* מעטפת פעולות - מונעת התנגשות/כניסה אחד בשני */
body .qjob-card-actions,
body .job-actions-footer,
body .job-details-actions-wrapper .secondary-actions-grid {
  clear: both !important;
  float: none !important;
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  direction: rtl !important;
  gap: 12px !important;
  margin: 18px 0 0 0 !important;
  padding: 16px !important;
  border: 1px solid rgba(27, 138, 243, 0.12) !important;
  border-top: 1px solid rgba(27, 138, 243, 0.12) !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(243,248,255,0.96)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 14px 34px rgba(16, 24, 40, 0.06) !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

body .qjob-action-group {
  float: none !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

body .qjob-contact-actions {
  flex: 1 1 390px !important;
}

body .qjob-feedback-actions {
  flex: 0 1 auto !important;
}

/* הכפתור עצמו - אחיד, מודרני, לא נמרח ולא קורס */
body .qjob-action-btn,
body .job-actions-footer > button.btn-style-1.style-big,
body .job-actions-footer > a.btn-style-1.style-big,
body .secondary-actions-grid > .action-btn {
  position: relative !important;
  flex: 0 0 96px !important;
  width: 96px !important;
  min-width: 96px !important;
  max-width: 96px !important;
  height: 76px !important;
  min-height: 76px !important;
  padding: 9px 10px !important;
  margin: 0 !important;
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  border: 1px solid rgba(255,255,255,0.35) !important;
  border-radius: 18px !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: normal !important;
  cursor: pointer !important;
  box-shadow: 0 10px 24px rgba(16,24,40,.14), inset 0 1px 0 rgba(255,255,255,.25) !important;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease, border-color .18s ease !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  opacity: 1 !important;
}

body .qjob-action-btn:hover,
body .job-actions-footer > button.btn-style-1.style-big:hover,
body .job-actions-footer > a.btn-style-1.style-big:hover,
body .secondary-actions-grid > .action-btn:hover {
  transform: translateY(-2px) !important;
  filter: brightness(1.035) !important;
  box-shadow: 0 15px 32px rgba(16,24,40,.18), inset 0 1px 0 rgba(255,255,255,.32) !important;
}

body .qjob-action-btn img,
body .job-actions-footer > button.btn-style-1.style-big img,
body .job-actions-footer > a.btn-style-1.style-big img,
body .secondary-actions-grid > .action-btn img {
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto !important;
}

body .qjob-action-btn span,
body .qjob-action-btn i,
body .secondary-actions-grid > .action-btn {
  color: inherit !important;
}

/* צבעים - כמו הגרסה שאהבת, רק נקי ואחיד יותר */
body .qjob-feedback-spam,
body .btn-spam,
body [title*="ספאם"] {
  background: linear-gradient(135deg, #b42318 0%, #7f1d1d 100%) !important;
  color: #ffffff !important;
}

body .qjob-feedback-positive,
body [title="חיובי"],
body [title*="חיובי"] {
  background: linear-gradient(135deg, #12b76a 0%, #047857 100%) !important;
  color: #ffffff !important;
}

body .qjob-feedback-negative,
body [title="שלילי"],
body [title*="שלילי"] {
  background: linear-gradient(135deg, #f04438 0%, #b42318 100%) !important;
  color: #ffffff !important;
}

body .qjob-whatsapp-btn,
body .btn-whatsapp,
body [title*="וואטסאפ"] {
  background: linear-gradient(135deg, #ffffff 0%, #ecfdf3 100%) !important;
  border-color: rgba(37, 211, 102, 0.38) !important;
  color: #128c7e !important;
}

body .qjob-whatsapp-btn span,
body [title*="וואטסאפ"] span,
body .btn-whatsapp {
  color: #128c7e !important;
}

body .qjob-phone-btn,
body .btn-call,
body [title*="טלפון"],
body [title*="התקשר"] {
  background: linear-gradient(135deg, #38bdf8 0%, #0284c7 100%) !important;
  color: #ffffff !important;
}

body .qjob-email-btn,
body .btn-email,
body [title*="אימייל"],
body [title*="מייל"] {
  background: linear-gradient(135deg, #98a2b3 0%, #475467 100%) !important;
  color: #ffffff !important;
}

body .qjob-apply-btn,
body [title*="קורות חיים"],
body [title*="הגש"] {
  background: linear-gradient(135deg, #344054 0%, #101828 100%) !important;
  color: #ffffff !important;
}

body .qjob-source-btn,
body .btn-facebook,
body [title*="פייסבוק"],
body [title*="פוסט"] {
  background: linear-gradient(135deg, #1877f2 0%, #0b3b80 100%) !important;
  color: #ffffff !important;
}

/* כפתור ראשי בדף פרטי משרה נשאר רחב ולא הופך לריבוע */
body .job-details-actions-wrapper > .primary-apply {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 72px !important;
  height: auto !important;
  padding: 18px 22px !important;
  border-radius: 20px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: linear-gradient(135deg, #1b8af3 0%, #0056b3 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(27,138,243,.24) !important;
}

/* מנעול - עובד גם עם <i class="fa fa-lock"> וגם כשאין אלמנט מנעול בכלל */
body .qjob-locked-action .fa-lock {
  position: absolute !important;
  top: -8px !important;
  right: -8px !important;
  left: auto !important;
  width: 25px !important;
  height: 25px !important;
  border-radius: 999px !important;
  background: #101828 !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 12px !important;
  line-height: 1 !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0 8px 16px rgba(16,24,40,.22) !important;
  z-index: 5 !important;
}

body .job-actions-footer > button[onclick*="sign-in.php"]::before,
body .job-actions-footer > a[href="sign-in.php"]::before,
body .secondary-actions-grid > a[href="sign-in.php"]::before,
body .job-details-actions-wrapper > a[href="sign-in.php"]::before {
  content: "🔒" !important;
  position: absolute !important;
  top: -9px !important;
  right: -9px !important;
  left: auto !important;
  width: 26px !important;
  height: 26px !important;
  border-radius: 999px !important;
  background: #101828 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 12px !important;
  line-height: 1 !important;
  box-shadow: 0 8px 16px rgba(16,24,40,.22) !important;
  z-index: 6 !important;
}

/* מובייל - שתי עמודות מסודרות */
@media (max-width: 767px) {
  body .qjob-card-actions,
  body .job-actions-footer,
  body .job-details-actions-wrapper .secondary-actions-grid {
    padding: 12px !important;
    gap: 10px !important;
  }

  body .qjob-action-group,
  body .qjob-contact-actions,
  body .qjob-feedback-actions {
    width: 100% !important;
    flex: 1 1 100% !important;
    gap: 10px !important;
  }

  body .qjob-action-btn,
  body .job-actions-footer > button.btn-style-1.style-big,
  body .job-actions-footer > a.btn-style-1.style-big,
  body .secondary-actions-grid > .action-btn {
    flex: 1 1 calc(50% - 10px) !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}

@media (max-width: 420px) {
  body .qjob-action-btn,
  body .job-actions-footer > button.btn-style-1.style-big,
  body .job-actions-footer > a.btn-style-1.style-big,
  body .secondary-actions-grid > .action-btn {
    flex-basis: 100% !important;
  }
}


/* ===== Extracted from jobs-details.php <style id="qjob-job-details-visual-refresh-preserve-layout-v2"> ===== */
/* ========================================================================
   QJob jobs-details.php — visual refresh only
   שומר על מבנה Bootstrap המקורי: col-md-9 + col-md-3, sidebar, thumb, text-col.
   אין שינוי ל-PHP, SQL, order, או מיקום אלמנטים.
   ======================================================================== */

500;600;700;800;900&display=swap');

html[dir="rtl"] body.theme-style-1 {
  font-family: "Assistant", "Roboto", Arial, sans-serif !important;
  background: #f4f8ff !important;
  color: #101828 !important;
}

/* רקע הדף — משדרג, לא משנה מבנה */
body.theme-style-1 #main {
  background:
    radial-gradient(circle at 8% 10%, rgba(27,138,243,.10), transparent 30%),
    radial-gradient(circle at 88% 22%, rgba(33,150,243,.08), transparent 32%),
    linear-gradient(180deg, #edf6ff 0%, #f7fbff 44%, #ffffff 100%) !important;
}

/* באנר עליון — נשאר אותו אזור, רק יפה יותר */
body.theme-style-1 #inner-banner {
  min-height: 132px !important;
  display: flex !important;
  align-items: center !important;
  background:
    linear-gradient(90deg, rgba(255,152,0,.96) 0%, rgba(255,177,52,.82) 32%, rgba(142,211,223,.88) 100%) !important;
  border-bottom: 1px solid rgba(16,24,40,.06) !important;
}

body.theme-style-1 #inner-banner .container {
  text-align: center !important;
}

body.theme-style-1 #inner-banner h1 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 12px 28px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.28) !important;
  border: 1px solid rgba(255,255,255,.72) !important;
  color: #101828 !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  box-shadow: 0 16px 40px rgba(16,24,40,.08), inset 0 1px 0 rgba(255,255,255,.55) !important;
  backdrop-filter: blur(10px) !important;
}

body.theme-style-1 #inner-banner h1::after {
  content: "\f0b1" !important;
  font-family: FontAwesome !important;
  font-size: 18px !important;
  color: rgba(16,24,40,.72) !important;
}

/* אזור התוכן — לא נוגע ב-grid המקורי */
body.theme-style-1 section.recent-row.job-detail {
  background: transparent !important;
  padding-top: 42px !important;
  padding-bottom: 58px !important;
}

/* הכרטיס הראשי — אותו box, רק מראה מודרני */
body.theme-style-1 .job-detail #content-area > .box {
  position: relative !important;
  background: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(27,138,243,.14) !important;
  border-radius: 24px !important;
  padding: 24px 24px 28px !important;
  box-shadow: 0 22px 55px rgba(16,24,40,.10), inset 0 1px 0 rgba(255,255,255,.85) !important;
  overflow: visible !important;
}

body.theme-style-1 .job-detail #content-area > .box::before {
  content: "" !important;
  position: absolute !important;
  top: -1px !important;
  right: 22px !important;
  left: 22px !important;
  height: 4px !important;
  border-radius: 0 0 999px 999px !important;
  background: linear-gradient(90deg, #ff9800, #1b8af3, #20c997) !important;
  pointer-events: none !important;
}

/* לוגו המעסיק — לא משנה מיקום, רק משדרג את התמונה */
body.theme-style-1 .job-detail #content-area > .box > .thumb img,
body.theme-style-1 .job-detail aside .sidebar .box .thumb img {
  width: 100px !important;
  height: 100px !important;
  max-width: 100px !important;
  max-height: 100px !important;
  object-fit: contain !important;
  background: #ffffff !important;
  border: 1px solid rgba(27,138,243,.14) !important;
  border-radius: 18px !important;
  padding: 9px !important;
  box-shadow: 0 14px 30px rgba(16,24,40,.10) !important;
}

/* כותרת משרה */
body.theme-style-1 .job-detail #content-area .text-col h2 {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  color: #101828 !important;
  font-size: 28px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  letter-spacing: -.2px !important;
}

body.theme-style-1 .job-detail #content-area .text-col h2 a {
  color: #101828 !important;
  text-decoration: none !important;
}

body.theme-style-1 .job-detail #content-area .text-col h2 a:hover {
  color: #0b73d9 !important;
}

/* שם חברה + קישורים */
body.theme-style-1 .job-detail #content-area .text-col p {
  color: #475467 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

body.theme-style-1 .job-detail #content-area .text-col p a {
  color: #0b73d9 !important;
  font-weight: 800 !important;
}

/* צ'יפים של מיקום ותאריך */
body.theme-style-1 .job-detail #content-area .text-col a.text {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 6px 0 8px 8px !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  background: rgba(239,248,255,.96) !important;
  border: 1px solid rgba(27,138,243,.18) !important;
  color: #1d4ed8 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(16,24,40,.05) !important;
}

body.theme-style-1 .job-detail #content-area .text-col a.text i {
  color: #1b8af3 !important;
}

/* שכר */
body.theme-style-1 .job-detail #content-area .price {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 6px 0 8px 8px !important;
  padding: 8px 15px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ecfdf3, #dcfce7) !important;
  border: 1px solid rgba(18,183,106,.20) !important;
  color: #027a48 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  box-shadow: 0 8px 18px rgba(16,24,40,.05) !important;
}

body.theme-style-1 .job-detail #content-area .price i {
  color: #12b76a !important;
}

/* סוג משרה + כפתור הגשה עליון */
body.theme-style-1 .job-detail #content-area .btn-freelance {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 8px 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #63d43a 0%, #22c55e 100%) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(34,197,94,.18) !important;
  border: 1px solid rgba(255,255,255,.55) !important;
}

body.theme-style-1 .job-detail #content-area .btn-style-1,
body.theme-style-1 .job-detail #content-area a.btn-style-1 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 8px 22px !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #1b8af3 0%, #0056b3 100%) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(27,138,243,.22) !important;
  border: 1px solid rgba(255,255,255,.42) !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease !important;
}

body.theme-style-1 .job-detail #content-area .btn-style-1:hover,
body.theme-style-1 .job-detail #content-area a.btn-style-1:hover {
  transform: translateY(-2px) !important;
  filter: brightness(1.03) !important;
  box-shadow: 0 14px 30px rgba(27,138,243,.30) !important;
}

/* בלוק פרטי המשרה — נשאר באותו מקום */
body.theme-style-1 .job-detail #content-area > .box > .clearfix {
  clear: both !important;
  margin-top: 22px !important;
  padding-top: 22px !important;
  border-top: 1px solid rgba(16,24,40,.08) !important;
}

body.theme-style-1 .job-detail #content-area > .box > .clearfix h4 {
  position: relative !important;
  margin: 20px 0 8px !important;
  padding-right: 14px !important;
  color: #101828 !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
  font-weight: 900 !important;
}

body.theme-style-1 .job-detail #content-area > .box > .clearfix h4::before {
  content: "" !important;
  position: absolute !important;
  top: 8px !important;
  right: 0 !important;
  width: 5px !important;
  height: 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #1b8af3, #20c997) !important;
}

body.theme-style-1 .job-detail #content-area > .box > .clearfix p {
  color: #475467 !important;
  font-size: 15.5px !important;
  line-height: 1.85 !important;
  margin-bottom: 12px !important;
}

/* תמונה ראשית של משרה */
body.theme-style-1 .job-main-image img {
  border-radius: 18px !important;
  border: 1px solid rgba(27,138,243,.14) !important;
  box-shadow: 0 16px 36px rgba(16,24,40,.10) !important;
}

/* מונה צפיות — נשאר טקסט רגיל, מקבל במה יפה */
body.theme-style-1 .job-detail #content-area > .box > .clearfix {
  color: #344054 !important;
}

/* אזור פעולות תחתון */
body.theme-style-1 .job-details-actions-wrapper {
  margin-top: 28px !important;
  padding-top: 24px !important;
  border-top: 1px solid rgba(16,24,40,.08) !important;
  gap: 14px !important;
}

body.theme-style-1 .job-details-actions-wrapper > .primary-apply {
  width: 100% !important;
  min-height: 64px !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #1b8af3 0%, #0056b3 100%) !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  box-shadow: 0 16px 34px rgba(27,138,243,.26) !important;
}

body.theme-style-1 .job-details-actions-wrapper .secondary-actions-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  padding: 16px !important;
  border-radius: 22px !important;
  border: 1px solid rgba(27,138,243,.12) !important;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(243,248,255,.96)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 14px 34px rgba(16,24,40,.06) !important;
}

body.theme-style-1 .job-details-actions-wrapper .secondary-actions-grid .action-btn {
  position: relative !important;
  flex: 0 0 104px !important;
  width: 104px !important;
  min-width: 104px !important;
  max-width: 104px !important;
  height: 78px !important;
  min-height: 78px !important;
  padding: 9px 10px !important;
  margin: 0 !important;
  border-radius: 18px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  box-shadow: 0 10px 24px rgba(16,24,40,.14), inset 0 1px 0 rgba(255,255,255,.25) !important;
  border: 1px solid rgba(255,255,255,.35) !important;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease !important;
}

body.theme-style-1 .job-details-actions-wrapper .secondary-actions-grid .action-btn:hover {
  transform: translateY(-2px) !important;
  filter: brightness(1.035) !important;
  box-shadow: 0 15px 32px rgba(16,24,40,.18), inset 0 1px 0 rgba(255,255,255,.32) !important;
}

body.theme-style-1 .job-details-actions-wrapper .secondary-actions-grid .action-btn img {
  width: 32px !important;
  height: 32px !important;
  object-fit: contain !important;
}

/* צבעי כפתורים — אותו vibe מ-job-search */
body.theme-style-1 .btn-whatsapp {
  background: linear-gradient(135deg, #ffffff 0%, #ecfdf3 100%) !important;
  border-color: rgba(37,211,102,.38) !important;
  color: #128c7e !important;
}

body.theme-style-1 .btn-call {
  background: linear-gradient(135deg, #38bdf8 0%, #0284c7 100%) !important;
  color: #ffffff !important;
}

body.theme-style-1 .btn-email {
  background: linear-gradient(135deg, #98a2b3 0%, #475467 100%) !important;
  color: #ffffff !important;
}

body.theme-style-1 .btn-facebook {
  background: linear-gradient(135deg, #1877f2 0%, #0b3b80 100%) !important;
  color: #ffffff !important;
}

body.theme-style-1 .btn-spam {
  background: linear-gradient(135deg, #b42318 0%, #7f1d1d 100%) !important;
  color: #ffffff !important;
}

/* סיידבר — נשאר באותו col-md-3 */
body.theme-style-1 .job-detail aside .sidebar {
  margin: 0 !important;
}

body.theme-style-1 .job-detail aside .sidebar h2 {
  margin: 0 0 14px !important;
  padding: 15px 18px !important;
  border-radius: 20px !important;
  background: linear-gradient(135deg, #ffffff, #eef6ff) !important;
  border: 1px solid rgba(27,138,243,.14) !important;
  color: #101828 !important;
  font-size: 22px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  text-align: center !important;
  box-shadow: 0 12px 30px rgba(16,24,40,.07) !important;
}

body.theme-style-1 .job-detail aside .sidebar .box {
  background: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(27,138,243,.14) !important;
  border-radius: 22px !important;
  padding: 18px !important;
  box-shadow: 0 18px 44px rgba(16,24,40,.09), inset 0 1px 0 rgba(255,255,255,.85) !important;
  overflow: visible !important;
}

body.theme-style-1 .job-detail aside .sidebar .text-box h4 {
  color: #0b73d9 !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  margin: 12px 0 6px !important;
}

body.theme-style-1 .job-detail aside .sidebar .text-box p {
  color: #667085 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin-bottom: 12px !important;
}

body.theme-style-1 .job-detail aside .sidebar .text-box strong {
  display: block !important;
  margin-top: 12px !important;
  margin-bottom: 4px !important;
  color: #101828 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

/* דף משרה נמחקה */
body.theme-style-1 .job-detail .text-center {
  border-radius: 24px !important;
  border: 1px solid rgba(27,138,243,.14) !important;
  box-shadow: 0 22px 55px rgba(16,24,40,.10) !important;
}

/* מובייל — לא משנה סדר אלמנטים, רק מונע שבירה */
@media (max-width: 767px) {
  body.theme-style-1 #inner-banner {
    min-height: 110px !important;
  }

  body.theme-style-1 #inner-banner h1 {
    font-size: 22px !important;
    padding: 10px 22px !important;
  }

  body.theme-style-1 section.recent-row.job-detail {
    padding-top: 24px !important;
    padding-bottom: 34px !important;
  }

  body.theme-style-1 .job-detail #content-area > .box,
  body.theme-style-1 .job-detail aside .sidebar .box {
    border-radius: 20px !important;
    padding: 18px !important;
  }

  body.theme-style-1 .job-detail #content-area .text-col h2 {
    font-size: 23px !important;
  }

  body.theme-style-1 .job-details-actions-wrapper .secondary-actions-grid {
    padding: 12px !important;
    gap: 10px !important;
  }

  body.theme-style-1 .job-details-actions-wrapper .secondary-actions-grid .action-btn {
    flex: 1 1 calc(50% - 10px) !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}

@media (max-width: 420px) {
  body.theme-style-1 .job-details-actions-wrapper .secondary-actions-grid .action-btn {
    flex-basis: 100% !important;
  }
}


/* ===== Extracted from jobs-details.php <style id="qjob-disabled-apply-and-resume-fix"> ===== */
/* כיבוי הגשה ישירה בלי לשבור את מבנה הדף */
body .job-details-actions-wrapper > .qjob-disabled-apply,
body.theme-style-1 .job-details-actions-wrapper > .qjob-disabled-apply {
  background: linear-gradient(135deg, #98a2b3 0%, #667085 100%) !important;
  color: #ffffff !important;
  opacity: .72 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  filter: grayscale(.15) !important;
  box-shadow: 0 10px 24px rgba(16,24,40,.12) !important;
}

body .job-details-actions-wrapper > .qjob-disabled-apply:hover,
body.theme-style-1 .job-details-actions-wrapper > .qjob-disabled-apply:hover {
  transform: none !important;
  filter: grayscale(.15) !important;
  box-shadow: 0 10px 24px rgba(16,24,40,.12) !important;
}

.qjob-resume-warning {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 0 2px 0;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 193, 7, .35);
  background: linear-gradient(135deg, #fff8e1 0%, #fff3cd 100%);
  color: #664d03;
  font-weight: 800;
  line-height: 1.55;
  box-shadow: 0 8px 20px rgba(16,24,40,.06);
}

.qjob-resume-warning i {
  color: #f59f00;
  font-size: 18px;
}

.qjob-resume-success {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 0 14px 0;
  padding: 13px 16px;
  border-radius: 16px;
  border: 1px solid rgba(18, 183, 106, .28);
  background: linear-gradient(135deg, #ecfdf3 0%, #dcfce7 100%);
  color: #027a48;
  font-weight: 900;
  line-height: 1.55;
  box-shadow: 0 8px 20px rgba(16,24,40,.06);
}

.qjob-resume-success i {
  color: #12b76a;
  font-size: 18px;
}

.qjob-legal-footnotes {
  width: 100%;
  margin: 14px 0 0 0;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(220, 38, 38, .22);
  background: linear-gradient(135deg, #ffffff 0%, #fff7f7 100%);
  color: #344054;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.7;
  box-shadow: 0 8px 20px rgba(16,24,40,.06);
}

.qjob-legal-footnotes p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 4px 0;
}

.qjob-legal-footnotes .qjob-red-star {
  color: #dc2626;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  flex: 0 0 auto;
}

.qjob-legal-footnotes a {
  color: #0b73d9;
  font-weight: 900;
  text-decoration: underline;
}

body .secondary-actions-grid > .btn-resume-upload,
body.theme-style-1 .secondary-actions-grid > .btn-resume-upload {
  background: linear-gradient(135deg, #7c3aed 0%, #4c1d95 100%) !important;
  color: #ffffff !important;
}

body.qjob-resume-modal-open {
  overflow: hidden !important;
}

.qjob-resume-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 23, 42, .62);
  backdrop-filter: blur(8px);
}

.qjob-resume-modal-backdrop.is-open {
  display: flex;
}

.qjob-resume-modal {
  width: min(560px, 96vw);
  direction: rtl;
  text-align: right;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.55);
  background:
    radial-gradient(circle at 12% 15%, rgba(27,138,243,.18), transparent 32%),
    linear-gradient(145deg, #ffffff 0%, #f6faff 100%);
  box-shadow: 0 30px 90px rgba(2, 6, 23, .36), inset 0 1px 0 rgba(255,255,255,.92);
  overflow: hidden;
  transform: translateY(8px) scale(.98);
  animation: qjobResumeModalIn .18s ease forwards;
}

@keyframes qjobResumeModalIn {
  to { transform: translateY(0) scale(1); }
}

.qjob-resume-modal-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 24px 12px;
}

.qjob-resume-modal-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #7c3aed, #1d4ed8);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(29,78,216,.22);
  font-size: 26px;
}

.qjob-resume-modal-title {
  margin: 0;
  color: #101828;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.25;
}

.qjob-resume-modal-subtitle {
  margin: 5px 0 0;
  color: #475467;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

.qjob-resume-modal-body {
  padding: 0 24px 18px;
}

.qjob-resume-modal-message {
  margin: 10px 0 0;
  padding: 14px 16px;
  border-radius: 18px;
  background: #fff8e1;
  border: 1px solid rgba(245, 159, 0, .28);
  color: #664d03;
  font-weight: 800;
  line-height: 1.65;
}

.qjob-resume-modal-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  color: #344054;
  font-weight: 700;
  line-height: 1.75;
}

.qjob-resume-modal-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-top: 6px;
}

.qjob-resume-modal-list i {
  color: #12b76a;
  margin-top: 5px;
}

.qjob-resume-modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  padding: 16px 24px 24px;
  background: rgba(239, 248, 255, .72);
  border-top: 1px solid rgba(27,138,243,.10);
}

.qjob-resume-modal-btn {
  min-height: 50px;
  border: 0;
  border-radius: 16px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.qjob-resume-modal-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.02);
}

.qjob-resume-modal-btn.upload {
  background: linear-gradient(135deg, #7c3aed, #4c1d95);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(76,29,149,.20);
}

.qjob-resume-modal-btn.continue {
  background: linear-gradient(135deg, #12b76a, #047857);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(4,120,87,.16);
}

.qjob-resume-modal-btn.cancel {
  background: #ffffff;
  color: #344054;
  border: 1px solid #d0d5dd;
}

.qjob-message-choice-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: rgba(15, 23, 42, .64);
  backdrop-filter: blur(8px);
}

.qjob-message-choice-backdrop.is-open {
  display: flex;
}

.qjob-message-choice-modal {
  width: min(560px, 94vw);
  max-height: calc(100vh - 24px);
  direction: rtl;
  text-align: right;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.62);
  background:
    radial-gradient(circle at 12% 12%, rgba(18,183,106,.14), transparent 33%),
    radial-gradient(circle at 88% 22%, rgba(27,138,243,.14), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #f6faff 100%);
  box-shadow: 0 26px 72px rgba(2, 6, 23, .32), inset 0 1px 0 rgba(255,255,255,.92);
  overflow-y: auto;
  transform: translateY(8px) scale(.98);
  animation: qjobResumeModalIn .18s ease forwards;
}

.qjob-message-choice-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 18px 8px;
}

.qjob-message-choice-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #128c7e, #1d4ed8);
  color: #ffffff;
  box-shadow: 0 12px 22px rgba(29,78,216,.18);
  font-size: 20px;
}

.qjob-message-choice-title {
  margin: 0;
  color: #101828;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
}

.qjob-message-choice-subtitle {
  margin: 3px 0 0;
  color: #475467;
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 700;
}

.qjob-message-choice-body {
  padding: 4px 18px 12px;
}

.qjob-message-choice-note {
  margin: 8px 0 0;
  padding: 10px 12px;
  border-radius: 16px;
  background: #eff8ff;
  border: 1px solid rgba(27, 138, 243, .18);
  color: #184e77;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.5;
}

.qjob-message-screening-toggle {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(245, 158, 11, .25);
  background: linear-gradient(135deg, #fff7ed 0%, #fffaf0 100%);
  color: #7c2d12;
}

.qjob-message-screening-toggle-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
  font-weight: 900;
  font-size: 13px;
  line-height: 1.35;
}

.qjob-message-screening-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.qjob-toggle-ui {
  width: 48px;
  height: 26px;
  flex: 0 0 48px;
  border-radius: 999px;
  background: #cbd5e1;
  position: relative;
  transition: background .18s ease;
  box-shadow: inset 0 2px 5px rgba(15,23,42,.18);
}

.qjob-toggle-ui::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(15,23,42,.22);
  transition: transform .18s ease;
}

.qjob-message-screening-toggle input:checked + .qjob-toggle-ui {
  background: linear-gradient(135deg, #f97316, #c2410c);
}

.qjob-message-screening-toggle input:checked + .qjob-toggle-ui::before {
  transform: translateX(-22px);
}

.qjob-screening-disclaimer {
  margin: 8px 0 0;
  padding: 9px 11px;
  border-radius: 14px;
  border: 1px solid rgba(220, 38, 38, .16);
  background: #fff7f7;
  color: #7f1d1d;
  font-size: 11.8px;
  font-weight: 800;
  line-height: 1.45;
}

.qjob-screening-disclaimer a {
  color: #0b73d9;
  font-weight: 900;
  text-decoration: underline;
}

.qjob-message-choice-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  padding: 12px 18px 16px;
  background: rgba(239, 248, 255, .72);
  border-top: 1px solid rgba(27,138,243,.10);
}

.qjob-message-choice-btn {
  min-height: 48px;
  border: 0;
  border-radius: 15px;
  padding: 9px 11px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.qjob-message-choice-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.02);
}

.qjob-message-choice-btn.resume {
  background: linear-gradient(135deg, #12b76a, #047857);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(4,120,87,.14);
}

.qjob-message-choice-btn.skills {
  background: linear-gradient(135deg, #1b8af3, #0056b3);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(27,138,243,.15);
}

.qjob-message-choice-btn.empty {
  background: linear-gradient(135deg, #667085, #344054);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(52,64,84,.14);
}

.qjob-message-choice-btn.cancel {
  background: #ffffff;
  color: #344054;
  border: 1px solid #d0d5dd;
}

@media (max-width: 420px) {
  .qjob-message-choice-backdrop {
    padding: 8px;
  }

  .qjob-message-choice-modal {
    width: 96vw;
    border-radius: 20px;
  }

  .qjob-message-choice-header {
    padding: 13px 14px 6px;
  }

  .qjob-message-choice-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 14px;
    font-size: 18px;
  }

  .qjob-message-choice-title {
    font-size: 17px;
  }

  .qjob-message-choice-subtitle,
  .qjob-message-choice-note {
    font-size: 11.8px;
  }

  .qjob-message-choice-body {
    padding: 3px 14px 10px;
  }

  .qjob-message-choice-actions {
    padding: 10px 14px 14px;
    gap: 8px;
  }

  .qjob-message-choice-btn {
    min-height: 44px;
    font-size: 12px;
    border-radius: 13px;
    padding: 8px 8px;
  }

  .qjob-screening-disclaimer {
    font-size: 11px;
  }
}

.qjob-resume-chooser {
  display: none;
  margin: 10px 0 0;
  padding: 11px 12px;
  border-radius: 16px;
  border: 1px solid rgba(18, 183, 106, .22);
  background: linear-gradient(135deg, #f0fdf4 0%, #f8fbff 100%);
}

.qjob-resume-chooser.is-visible {
  display: block;
}

.qjob-resume-chooser-title {
  margin: 0 0 8px;
  color: #064e3b;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.qjob-resume-choice-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.qjob-resume-choice-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 9px 10px;
  border-radius: 14px;
  border: 1px solid rgba(16, 185, 129, .16);
  background: rgba(255,255,255,.86);
  cursor: pointer;
  color: #344054;
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.35;
}

.qjob-resume-choice-item input {
  margin: 0;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.qjob-resume-choice-default {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-right: 5px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #ecfdf3;
  color: #027a48;
  border: 1px solid rgba(18,183,106,.22);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.qjob-resume-default-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 9px;
}

.qjob-set-default-resume-btn {
  min-height: 36px;
  border: 0;
  border-radius: 12px;
  padding: 8px 11px;
  background: linear-gradient(135deg, #12b76a, #047857);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.qjob-set-default-resume-btn:disabled {
  background: #d0d5dd;
  color: #667085;
  cursor: not-allowed;
}

.qjob-resume-default-status {
  color: #027a48;
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .qjob-resume-warning {
    align-items: flex-start;
    font-size: 14px;
  }

  .qjob-resume-modal-actions {
    grid-template-columns: 1fr;
  }
}

