
.jfp-fullscan-bar{ margin:12px 0; display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.jfp-btn{ background:#111827; color:#fff; border:0; border-radius:12px; padding:10px 14px; cursor:pointer; box-shadow:0 6px 12px rgba(17,24,39,.15); }
.jfp-btn.is-busy{ background:#6b7280; cursor:wait; opacity:.85; }
.jfp-msg{ color:#374151; font-size:.95rem; }
.jfp-source-list{ background:#f8fafc; border:1px solid #e5e7eb; border-radius:12px; padding:10px 12px; width:100%; max-width:560px; }
.jfp-source-item{ padding:4px 0; }
.jfp-source-item .muted{ color:#6b7280; }
.jfp-filter{ margin:10px 0 14px; }
.jfp-filter-row{ display:flex; gap:10px; flex-wrap:wrap; }
.jfp-filter input[type="text"], .jfp-filter select{ border:1px solid #e5e7eb; border-radius:12px; padding:10px 12px; min-width:220px; }
.jfp-list{ display:grid; grid-template-columns:1fr; gap:16px; }
.job-card{ border:1px solid #e5e7eb; border-radius:16px; padding:18px 22px; background:#fff; }
.job-card__head{ display:flex; align-items:center; gap:12px; justify-content:space-between; margin-bottom:6px; }
.job-card__title{ font-weight:700; font-size:1.15rem; line-height:1.3; text-decoration:none; color:#111827; }
.job-card__title:hover{text-decoration:underline;}
.job-card__loc{ font-weight:700; color:#111827; }
.job-card__meta{ display:flex; gap:28px; flex-wrap:wrap; color:#111827; margin:10px 0 4px; }
.job-card__foot{ display:flex; justify-content:flex-end; margin-top:6px; }
.job-card__link{ font-weight:700; text-decoration:underline; color:#111827; }
