
/* JobPro Frontend - Marketplace Cards (Mazlay override safe) */
.jobpro-wrap, .jobpro-wrap * { box-sizing: border-box; }
.jobpro-wrap { padding: 10px 0 25px; }
.jobpro-wrap a { text-decoration: none !important; }

.jobpro-topbar{
  display:flex !important; align-items:center; justify-content:space-between;
  gap:12px; margin: 10px 0 16px;
}
.jobpro-filters-btn{
  border:1px solid #e7e7e7 !important; background:#fff !important; color:#111 !important;
  border-radius:12px !important; padding:10px 14px !important; font-weight:800 !important;
  cursor:pointer; box-shadow: 0 4px 14px rgba(0,0,0,.05);
}
.jobpro-search{ position:relative; width: 340px; max-width:100%; }
.jobpro-search i{
  position:absolute; left:12px; top:50%; transform:translateY(-50%);
  opacity:.55;
}
.jobpro-search input{
  width:100% !important; border:1px solid #e7e7e7 !important; border-radius:999px !important;
  padding:11px 14px 11px 38px !important; outline:none !important;
  box-shadow: 0 4px 14px rgba(0,0,0,.04);
  background:#fff !important; color:#111 !important;
}

.jobpro-list{ display:flex; flex-direction:column; gap:18px; }

.jobpro-card{
  display:flex !important; gap:16px !important;
  background:#fff !important; color:#111 !important;
  border-radius:16px !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.07);
  overflow:hidden !important;
  border: 1px solid rgba(0,0,0,.04);
}
.jobpro-card * { color: inherit; }
.jobpro-card-left{ width: 320px; min-width:320px; background:#f6f6f6 !important; }
.jobpro-cover{ width:100%; height:100%; min-height: 210px; display:block; object-fit:cover; }
.jobpro-cover--placeholder{
  min-height:210px; display:flex; align-items:center; justify-content:center;
  background: linear-gradient(135deg, rgba(0,0,0,.06), rgba(0,0,0,.02)) !important;
}
.jobpro-ph-badge{
  background:#fff !important; border:1px solid #eee !important; border-radius:12px !important;
  padding:10px 14px !important; font-weight:900 !important; letter-spacing:2px;
}

.jobpro-card-right{
  flex:1; min-width:0;
  padding: 16px 18px 16px;
  display:flex !important; flex-direction:column !important;
  background:#fff !important;
}
.jobpro-head{ display:flex !important; justify-content:space-between; align-items:flex-start; gap:12px; }
.jobpro-title{
  margin:0 !important; font-size:18px !important; font-weight:900 !important;
  text-transform:uppercase; letter-spacing:.2px;
}
.jobpro-meta{
  margin-top:6px; display:flex; flex-wrap:wrap; gap:8px; align-items:center;
  font-size:13px;
}
.jobpro-meta-item{ opacity:.78; }
.jobpro-dot{ opacity:.35; }

.jobpro-badge{
  background:#f3f3f3 !important; color:#111 !important;
  border-radius:999px; padding:4px 10px;
  font-size:12px; font-weight:800;
}
.jobpro-chip{
  background:#fff !important; border:1px solid #eee !important; color:#111 !important;
  border-radius:12px; padding:7px 10px; font-weight:900; font-size:12px;
  min-width:44px; text-align:center;
  box-shadow: 0 4px 14px rgba(0,0,0,.04);
}

.jobpro-summary{
  margin: 10px 0 12px; font-size:14px; opacity:.92; line-height:1.55;
}

.jobpro-tags{ display:flex; flex-wrap:wrap; gap:8px; margin-top:auto; }
.jobpro-tag{
  background:#f5f5f5 !important; color:#111 !important;
  border-radius:999px; padding:6px 10px; font-size:12px; font-weight:800;
}
.jobpro-tag--soft{ background:#fff2f2 !important; color:#b11 !important; }
.jobpro-tag--money{ background:#eefaf0 !important; color:#156a2b !important; }

.jobpro-actions{
  margin-top:14px;
  display:flex !important; justify-content:flex-end; gap:12px;
}
.jobpro-btn{
  display:inline-flex !important; align-items:center; justify-content:center;
  padding:10px 16px; border-radius:12px; font-weight:900;
  transition: transform .08s ease, box-shadow .12s ease;
  border: 0 !important;
}
.jobpro-btn:hover{ transform: translateY(-1px); box-shadow: 0 10px 20px rgba(0,0,0,.08); }

.jobpro-btn--ghost{ background:#eaf6ea !important; color:#187a2a !important; }
.jobpro-btn--primary{ background:#17b31b !important; color:#fff !important; }

@media (max-width: 900px){
  .jobpro-card-left{ width: 260px; min-width:260px; }
}
@media (max-width: 768px){
  .jobpro-card{ flex-direction:column !important; }
  .jobpro-card-left{ width:100% !important; min-width:100% !important; }
  .jobpro-actions{ justify-content:stretch; }
  .jobpro-btn{ width:100%; }
  .jobpro-search{ width:100%; }
}

/* ===== JobPro View - Topo estilo "card" ===== */
.jobpro-hero{
  display:flex;
  gap:16px;
  align-items:flex-start;
  background:#fff;
  border-radius:14px;
  padding:18px 20px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  margin: 6px 0 18px;
}

.jobpro-hero__logo{
  width:56px;
  height:56px;
  flex:0 0 56px;
  border-radius:12px;
  overflow:hidden;
  background:#f3f4f6;
  border:1px solid #eee;
}

.jobpro-hero__logo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.jobpro-hero__body{ flex:1; min-width:0; }

.jobpro-hero__title{
  margin:0;
  font-weight:800;
  letter-spacing:-.3px;
  font-size:22px;
  line-height:1.2;
}

.jobpro-hero__meta{
  margin-top:4px;
  color:#7a7a7a;
  font-size:13px;
}

.jobpro-hero__desc{
  margin-top:10px;
  color:#333;
  font-size:14px;
  line-height:1.45;
}

.jobpro-hero__badges{ margin-top:10px; }

.jobpro-hero__badge{
  display:inline-block;
  background:#f1f3f5;
  border:1px solid #e9ecef;
  color:#6c757d;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  line-height:1;
}

/* Responsivo */
@media (max-width: 768px){
  .jobpro-hero{ padding:14px 14px; }
  .jobpro-hero__title{ font-size:20px; }
}
