/* JC Job Publisher - frontend + light admin styling */
.jcjp-wrap,
.jcjp-single-page{
  font-family:Arial, Helvetica, sans-serif;
  color:#172033;
}
.jcjp-section-title{
  margin:0 0 22px;
  font-size:30px;
  line-height:1.18;
  font-weight:800;
  color:#07172f;
}
.jcjp-jobs-list{
  display:grid;
  gap:16px;
}
.jcjp-job-card{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:18px;
  align-items:center;
  padding:22px 22px 22px 20px;
  background:
    linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(248,251,255,.98) 100%);
  border:1px solid rgba(10,36,80,.12);
  border-radius:20px;
  box-shadow:0 14px 36px rgba(8,31,71,.08);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
  overflow:hidden;
  cursor:pointer;
}
.jcjp-job-card::before{
  content:"";
  position:absolute;
  left:0;
  top:16px;
  bottom:16px;
  width:4px;
  border-radius:0 999px 999px 0;
  background:linear-gradient(180deg,#d61632,#0057d9);
  opacity:.85;
}
.jcjp-job-card::after{
  content:"";
  position:absolute;
  inset:auto -80px -90px auto;
  width:190px;
  height:190px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(0,87,217,.10), transparent 64%);
  pointer-events:none;
}
.jcjp-card-hit{
  position:absolute;
  inset:0;
  z-index:1;
  border-radius:20px;
  text-decoration:none!important;
}
.jcjp-job-card:hover{
  transform:translateY(-3px);
  border-color:rgba(0,87,217,.34);
  background:
    linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(240,247,255,1) 100%);
  box-shadow:0 22px 54px rgba(8,31,71,.15);
}
.jcjp-job-card:hover .jcjp-card-body h3{color:#0057d9;}
.jcjp-job-card:hover .jcjp-btn-outline{background:#0057d9;color:#fff!important;border-color:#0057d9;box-shadow:0 12px 26px rgba(0,87,217,.22);}
.jcjp-badge{
  width:56px;
  height:56px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 56px;
  overflow:hidden;
  background:linear-gradient(135deg,#07172f,#0b57d0);
  color:#fff;
  border:2px solid rgba(220,20,45,.95);
  box-shadow:0 10px 26px rgba(0,42,120,.20);
}
.jcjp-badge img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.jcjp-badge-fallback{
  font-weight:900;
  letter-spacing:.02em;
  font-size:18px;
}
.jcjp-card-left,
.jcjp-card-body,
.jcjp-card-actions{
  position:relative;
  z-index:2;
}
.jcjp-card-actions a,
.jcjp-card-actions button{
  position:relative;
  z-index:4;
}
.jcjp-card-body h3{
  margin:4px 0 6px;
  font-size:20px;
  line-height:1.25;
  color:#07172f;
  transition:color .18s ease;
}
.jcjp-card-body h3 a{
  color:#07172f;
  text-decoration:none;
}
.jcjp-card-body h3 a:hover{color:#0057d9;}
.jcjp-location{
  margin:0 0 8px;
  color:#536277;
  font-weight:700;
}
.jcjp-short{
  margin:0 0 12px;
  color:#4d5b70;
  line-height:1.55;
}
.jcjp-card-meta-top{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  color:#536277;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.jcjp-card-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.jcjp-card-tags .jcjp-tag,
.jcjp-card-tags span{
  display:inline-flex;
  align-items:center;
  padding:7px 10px;
  border-radius:999px;
  background:#f3f7ff;
  border:1px solid rgba(0,87,217,.12);
  color:#24415f;
  font-size:12px;
  font-weight:800;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
}
.jcjp-tag-employment{background:#eef4ff!important;border-color:rgba(0,87,217,.16)!important;color:#0a3c91!important;}
.jcjp-tag-salary{background:#fff7df!important;border-color:rgba(210,150,0,.22)!important;color:#7a5200!important;}
.jcjp-tag-language{background:#edf7ff!important;border-color:rgba(0,140,255,.20)!important;color:#075985!important;}
.jcjp-tag-visa-yes,.jcjp-tag-recognition-yes{background:#eaf8ef!important;border-color:rgba(17,113,53,.22)!important;color:#117135!important;}
.jcjp-tag-visa-no,.jcjp-tag-recognition-no{background:#f3f4f6!important;border-color:rgba(102,112,132,.20)!important;color:#475467!important;}
.jcjp-card-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:10px;
  min-width:145px;
}
.jcjp-job-id{
  color:#d61632;
  font-weight:900;
  font-size:12px;
  letter-spacing:.05em;
}
.jcjp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:11px 16px;
  border-radius:999px;
  text-decoration:none !important;
  font-weight:800;
  border:1px solid transparent;
  line-height:1;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  cursor:pointer;
}
.jcjp-btn:hover{transform:translateY(-1px);}
.jcjp-btn-primary{
  background:#0057d9;
  color:#fff !important;
  box-shadow:0 12px 26px rgba(0,87,217,.22);
}
.jcjp-btn-primary:hover{background:#014bc0;}
.jcjp-btn-outline{
  color:#0a3c91 !important;
  border:2px solid rgba(0,87,217,.42);
  background:#fff;
  box-shadow:0 8px 20px rgba(8,31,71,.06);
}
.jcjp-btn-outline:hover{
  background:#0057d9;
  color:#fff!important;
  border-color:#0057d9;
  box-shadow:0 12px 26px rgba(0,87,217,.22);
}
.jcjp-btn-whatsapp{
  background:#0aa55a;
  color:#fff !important;
  box-shadow:0 12px 26px rgba(10,165,90,.20);
}
.jcjp-more{
  margin-top:24px;
  text-align:center;
}
.jcjp-status{
  display:inline-flex;
  align-items:center;
  padding:5px 8px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  line-height:1;
  background:#edf2fb;
  color:#26374d;
}
.jcjp-status-active{background:#e9f8ee;color:#117135;}
.jcjp-status-urgent{background:#ffe9ed;color:#c51631;}
.jcjp-status-in_process{background:#fff3dd;color:#985a00;}
.jcjp-status-candidates_available{background:#e7f0ff;color:#004db8;}
.jcjp-status-paused,.jcjp-status-draft_internal{background:#f0f1f4;color:#667084;}
.jcjp-status-filled,.jcjp-status-expired{background:#efe8e8;color:#7b1f2c;}
.jcjp-empty{
  padding:22px;
  border:1px dashed rgba(10,36,80,.18);
  border-radius:16px;
  color:#536277;
  background:#fff;
}
.jcjp-filter-form{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:0 0 22px;
  padding:16px;
  background:#f8fbff;
  border:1px solid rgba(10,36,80,.10);
  border-radius:18px;
}
.jcjp-filter-form input,
.jcjp-filter-form select{
  width:100%;
  min-height:42px;
  border-radius:12px;
  border:1px solid rgba(10,36,80,.15);
  padding:8px 10px;
  background:#fff;
}
.jcjp-filter-form button{
  min-height:42px;
  border:0;
  border-radius:12px;
  background:#07172f;
  color:#fff;
  font-weight:800;
  cursor:pointer;
}
.jcjp-pagination{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
  margin-top:24px;
}
.jcjp-pagination a{
  min-width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  text-decoration:none;
  border:1px solid rgba(0,87,217,.20);
  color:#0a3c91;
  font-weight:800;
}
.jcjp-pagination a.is-active{
  background:#0057d9;
  color:#fff;
}
/* Single page */
.jcjp-single-hero{
  width:100%;
  padding:60px 20px;
  background:
    radial-gradient(circle at 20% 20%, rgba(0,87,217,.32), transparent 35%),
    linear-gradient(135deg,#07172f 0%,#0b2c62 55%,#081629 100%);
  color:#fff;
}
.jcjp-single-hero-inner{
  max-width:1180px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:22px;
}
.jcjp-single-hero .jcjp-badge{
  width:76px;
  height:76px;
  flex-basis:76px;
}
.jcjp-single-job-id{
  color:#ff405a;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:8px;
}
.jcjp-single-hero h1{
  margin:0 0 12px;
  color:#fff;
  font-size:42px;
  line-height:1.12;
  font-weight:900;
}
.jcjp-single-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.jcjp-single-meta span{
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  font-weight:800;
  font-size:13px;
}
.jcjp-single-employer{
  margin:14px 0 0;
  color:rgba(255,255,255,.82);
  font-weight:700;
}
.jcjp-single-layout{
  max-width:1180px;
  margin:0 auto;
  padding:42px 20px 70px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:28px;
  align-items:start;
}
.jcjp-detail-block{
  margin-bottom:18px;
  padding:26px;
  background:#fff;
  border:1px solid rgba(10,36,80,.10);
  border-radius:20px;
  box-shadow:0 14px 36px rgba(8,31,71,.06);
}
.jcjp-detail-block h2,
.jcjp-sticky-box h2{
  margin:0 0 14px;
  color:#07172f;
  font-size:22px;
  font-weight:900;
}
.jcjp-detail-block p,
.jcjp-detail-block li{
  color:#425169;
  line-height:1.7;
  font-size:15px;
}
.jcjp-detail-block ul{margin:0;padding-left:18px;}
.jcjp-detail-block li{margin:6px 0;}
.jcjp-sticky-box{
  position:sticky;
  top:30px;
  padding:24px;
  background:#fff;
  border:1px solid rgba(10,36,80,.10);
  border-radius:22px;
  box-shadow:0 18px 46px rgba(8,31,71,.10);
}
.jcjp-sticky-box dl{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:9px 12px;
  margin:0 0 22px;
}
.jcjp-sticky-box dt{
  color:#657286;
  font-weight:800;
}
.jcjp-sticky-box dd{
  margin:0;
  color:#182338;
  font-weight:800;
}
.jcjp-single-actions{
  display:grid;
  gap:10px;
}
.jcjp-single-actions .jcjp-btn{width:100%;}
/* Admin */
.jcjp-admin-wrap .jcjp-admin-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:18px;
}
.jcjp-admin-wrap .jcjp-admin-card{
  background:#fff;
  border:1px solid #dcdcde;
  border-radius:12px;
  padding:18px;
}
.jcjp-admin-grid-2{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.jcjp-field label{display:block;margin-bottom:6px;}
.jcjp-checkbox label{display:flex;gap:8px;align-items:center;}
.jcjp-code-example{
  background:#111827;
  color:#e5e7eb;
  padding:16px;
  border-radius:10px;
  overflow:auto;
}
@media (max-width:900px){
  .jcjp-job-card{grid-template-columns:auto 1fr;}
  .jcjp-card-actions{grid-column:1 / -1;align-items:flex-start;flex-direction:row;flex-wrap:wrap;}
  .jcjp-filter-form{grid-template-columns:1fr 1fr;}
  .jcjp-single-layout{grid-template-columns:1fr;}
  .jcjp-sticky-box{position:relative;top:auto;}
}
@media (max-width:620px){
  .jcjp-job-card{grid-template-columns:1fr;}
  .jcjp-card-left{display:flex;}
  .jcjp-filter-form{grid-template-columns:1fr;}
  .jcjp-single-hero-inner{align-items:flex-start;flex-direction:column;}
  .jcjp-single-hero h1{font-size:30px;}
  .jcjp-sticky-box dl{grid-template-columns:1fr;}
}
.jcjp-filter-reset{
  min-height:42px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none !important;
  background:#fff;
  color:#0a3c91 !important;
  border:1px solid rgba(0,87,217,.22);
  font-weight:800;
}
.jcjp-filter-reset:hover{background:#f2f7ff;}

/* v1.0.3 Premium updates */
.jcjp-wrap{
  position:relative;
  width:100%;
}
.jcjp-section-head{
  position:relative;
  margin:0 0 24px;
  padding:22px 24px;
  border-radius:24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(0,87,217,.11), transparent 32%),
    linear-gradient(135deg,#ffffff 0%,#f7fbff 100%);
  border:1px solid rgba(0,87,217,.12);
  box-shadow:0 16px 44px rgba(8,31,71,.07);
}
.jcjp-section-head:before{
  content:"";
  position:absolute;
  left:24px;
  bottom:-1px;
  width:84px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,#d81632,#0057d9);
}
.jcjp-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  margin:0 0 10px;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(0,87,217,.08);
  border:1px solid rgba(0,87,217,.14);
  color:#d61632;
  font-size:11px;
  line-height:1;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.jcjp-eyebrow:before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:#d61632;
  box-shadow:0 0 0 5px rgba(216,22,50,.10);
}
.jcjp-eyebrow-light{
  color:#fff;
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.20);
}
.jcjp-section-subtitle{
  margin:0;
  max-width:720px;
  color:#536277;
  font-size:15px;
  line-height:1.55;
  font-weight:600;
}
.jcjp-section-head .jcjp-section-title{
  margin:0 0 8px;
  letter-spacing:-.02em;
}
.jcjp-card-actions .jcjp-btn-outline,
.jcjp-btn-outline{
  border:2px solid rgba(0,87,217,.78);
  color:#0057d9 !important;
  background:linear-gradient(180deg,#ffffff,#f7fbff);
  box-shadow:0 10px 24px rgba(0,87,217,.08);
}
.jcjp-card-actions .jcjp-btn-outline:hover,
.jcjp-btn-outline:hover{
  background:#0057d9;
  border-color:#0057d9;
  color:#fff !important;
  box-shadow:0 16px 34px rgba(0,87,217,.22);
}
.jcjp-job-card{
  border-radius:22px;
  padding:22px 24px;
}
.jcjp-job-card:before{
  content:"";
  position:absolute;
  left:0;
  top:18px;
  bottom:18px;
  width:4px;
  border-radius:0 999px 999px 0;
  background:linear-gradient(180deg,#d61632,#0057d9);
  opacity:.9;
}
.jcjp-btn-primary{
  background:linear-gradient(135deg,#0057d9,#003fbc);
  box-shadow:0 14px 30px rgba(0,87,217,.25);
}
.jcjp-btn-primary:hover{
  background:linear-gradient(135deg,#004bc2,#072d87);
  box-shadow:0 18px 38px rgba(0,87,217,.33);
}
.jcjp-btn-whatsapp{
  background:linear-gradient(135deg,#13b96f,#078848);
  box-shadow:0 14px 30px rgba(10,165,90,.22);
}
.jcjp-btn-whatsapp:hover{
  background:linear-gradient(135deg,#0fa763,#066f3d);
  box-shadow:0 18px 38px rgba(10,165,90,.30);
}

/* Single detail enterprise layout */
.jcjp-enterprise-single{
  background:#f5f8fc;
  overflow:hidden;
}
.jcjp-single-hero-premium{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:74px 20px 82px;
  background:
    radial-gradient(circle at 12% 20%, rgba(216,22,50,.22), transparent 25%),
    radial-gradient(circle at 82% 16%, rgba(0,87,217,.32), transparent 31%),
    linear-gradient(135deg,#07172f 0%,#082558 48%,#020b19 100%);
}
.jcjp-single-hero-premium:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(90deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
  pointer-events:none;
}
.jcjp-single-hero-premium:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:5px;
  background:linear-gradient(90deg,#d61632,#0057d9,#13b96f);
}
.jcjp-single-hero-inner{
  position:relative;
  z-index:1;
}
.jcjp-single-hero-copy{
  max-width:900px;
}
.jcjp-single-hero-premium .jcjp-badge{
  width:88px;
  height:88px;
  flex-basis:88px;
  border-width:3px;
  box-shadow:0 18px 44px rgba(0,0,0,.25), 0 0 0 12px rgba(255,255,255,.055);
}
.jcjp-single-hero-premium h1{
  font-size:clamp(34px,4.5vw,58px);
  letter-spacing:-.045em;
  max-width:980px;
}
.jcjp-single-intro{
  max-width:820px;
  margin:18px 0 0;
  color:rgba(255,255,255,.78);
  font-size:17px;
  line-height:1.7;
  font-weight:600;
}
.jcjp-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.jcjp-btn-ghost-light{
  color:#fff !important;
  border:1px solid rgba(255,255,255,.26);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
}
.jcjp-btn-ghost-light:hover{
  color:#07172f !important;
  background:#fff;
  border-color:#fff;
}
.jcjp-single-layout-premium{
  max-width:1220px;
  padding:52px 20px 46px;
  grid-template-columns:minmax(0,1fr) 380px;
  gap:32px;
}
.jcjp-detail-block-premium{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:18px;
  margin-bottom:20px;
  padding:28px;
  border-radius:26px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  border:1px solid rgba(10,36,80,.10);
  box-shadow:0 18px 48px rgba(8,31,71,.075);
}
.jcjp-detail-icon{
  width:50px;
  height:50px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:950;
  background:linear-gradient(135deg,#07172f,#0057d9);
  box-shadow:0 14px 30px rgba(0,87,217,.18);
}
.jcjp-detail-body h2{
  margin-top:0;
  font-size:24px;
  letter-spacing:-.02em;
}
.jcjp-detail-body ul{
  list-style:none;
  padding:0;
  margin:0;
}
.jcjp-detail-body li{
  position:relative;
  padding-left:25px;
  margin:10px 0;
}
.jcjp-detail-body li:before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#d61632;
  box-shadow:0 0 0 5px rgba(216,22,50,.09);
}
.jcjp-visa-block .jcjp-detail-icon{
  background:linear-gradient(135deg,#d61632,#0057d9);
}
.jcjp-sticky-box-premium{
  border-radius:28px;
  padding:26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0,87,217,.10), transparent 30%),
    linear-gradient(180deg,#ffffff,#fbfdff);
  border:1px solid rgba(0,87,217,.13);
  box-shadow:0 24px 70px rgba(8,31,71,.14);
}
.jcjp-overview-head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:22px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(10,36,80,.10);
}
.jcjp-overview-head .jcjp-badge{
  width:54px;
  height:54px;
  flex-basis:54px;
}
.jcjp-overview-head span{
  display:block;
  color:#657286;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.jcjp-overview-head strong{
  display:block;
  color:#d61632;
  margin-top:4px;
  font-size:14px;
  letter-spacing:.04em;
}
.jcjp-sticky-box-premium dl{
  grid-template-columns:115px 1fr;
  gap:11px 12px;
}
.jcjp-sticky-box-premium dt{
  font-size:13px;
}
.jcjp-sticky-box-premium dd{
  font-size:14px;
}
.jcjp-single-actions{
  margin-top:22px;
}
.jcjp-single-actions .jcjp-btn,
.jcjp-hero-actions .jcjp-btn,
.jcjp-cta-band-actions .jcjp-btn{
  min-height:46px;
  border-radius:14px;
  font-size:14px;
}
.jcjp-single-cta-band{
  max-width:1220px;
  margin:0 auto 72px;
  padding:30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-radius:28px;
  background:
    radial-gradient(circle at 0% 0%, rgba(216,22,50,.15), transparent 28%),
    linear-gradient(135deg,#07172f,#0b2c62);
  color:#fff;
  box-shadow:0 24px 70px rgba(8,31,71,.20);
}
.jcjp-single-cta-band h2{
  margin:0 0 8px;
  color:#fff;
  font-size:30px;
  line-height:1.15;
  letter-spacing:-.025em;
}
.jcjp-single-cta-band p{
  margin:0;
  color:rgba(255,255,255,.78);
  font-weight:600;
  line-height:1.6;
}
.jcjp-cta-band-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:flex-end;
  flex:0 0 auto;
}

@media (max-width:900px){
  .jcjp-single-layout-premium{grid-template-columns:1fr;}
  .jcjp-single-cta-band{flex-direction:column;align-items:flex-start;}
  .jcjp-cta-band-actions{justify-content:flex-start;}
}
@media (max-width:620px){
  .jcjp-detail-block-premium{grid-template-columns:1fr;padding:22px;}
  .jcjp-hero-actions .jcjp-btn,
  .jcjp-cta-band-actions .jcjp-btn{width:100%;}
  .jcjp-hero-actions,
  .jcjp-cta-band-actions{width:100%;}
  .jcjp-single-cta-band{margin-left:16px;margin-right:16px;padding:24px;}
}

/* v1.0.4 Search bridge updates */
.jcjp-searchbar-wrap{
  width:100%;
  margin:0 auto 24px;
}
.jcjp-searchbar-title{
  margin:0 0 12px;
  font-size:24px;
  line-height:1.2;
  color:#07172f;
  font-weight:900;
}
.jcjp-searchbar-form{
  display:grid;
  grid-template-columns:2fr 1.2fr 1.2fr auto;
  gap:10px;
  align-items:center;
  padding:14px;
  border-radius:20px;
  background:linear-gradient(135deg,#ffffff 0%,#f5f9ff 100%);
  border:1px solid rgba(0,87,217,.14);
  box-shadow:0 16px 42px rgba(8,31,71,.08);
}
.jcjp-searchbar-form input,
.jcjp-searchbar-form select{
  width:100%;
  min-height:48px;
  border-radius:14px;
  border:1px solid rgba(10,36,80,.15);
  background:#fff;
  padding:10px 13px;
  color:#07172f;
  font-weight:700;
  outline:none;
}
.jcjp-searchbar-form input:focus,
.jcjp-searchbar-form select:focus{
  border-color:#0057d9;
  box-shadow:0 0 0 3px rgba(0,87,217,.10);
}
.jcjp-searchbar-form button{
  min-height:48px;
  border:0;
  border-radius:14px;
  padding:0 22px;
  cursor:pointer;
  background:linear-gradient(135deg,#0057d9,#0047b8);
  color:#fff;
  font-weight:900;
  white-space:nowrap;
  box-shadow:0 12px 28px rgba(0,87,217,.22);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.jcjp-searchbar-form button:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 36px rgba(0,87,217,.28);
  background:linear-gradient(135deg,#d61632,#b80f28);
}
@media (max-width:900px){
  .jcjp-searchbar-form{grid-template-columns:1fr 1fr;}
}
@media (max-width:620px){
  .jcjp-searchbar-form{grid-template-columns:1fr;}
}

/* v1.0.6 Single job detail refinements */
.jcjp-single-hero-premium .jcjp-hero-actions{
  display:none !important;
}
.jcjp-single-hero-premium{
  padding:64px 20px 70px;
}
.jcjp-single-hero-premium .jcjp-single-intro{
  margin-top:16px;
  max-width:900px;
}
.jcjp-single-cta-band{
  position:relative;
  width:100vw;
  max-width:none;
  margin:0 calc(50% - 50vw) 0 calc(50% - 50vw);
  padding:0;
  border-radius:0;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 15%, rgba(216,22,50,.22), transparent 26%),
    radial-gradient(circle at 88% 20%, rgba(0,87,217,.30), transparent 32%),
    linear-gradient(135deg,#020814 0%,#07172f 48%,#020814 100%);
  color:#fff;
  box-shadow:none;
}
.jcjp-single-cta-band:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size:46px 46px;
  opacity:.45;
  pointer-events:none;
}
.jcjp-single-cta-band:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:4px;
  background:linear-gradient(90deg,#d61632,#0057d9,#13b96f);
}
.jcjp-single-cta-band-inner{
  position:relative;
  z-index:1;
  max-width:1220px;
  margin:0 auto;
  padding:46px 20px 50px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.jcjp-cta-band-copy{
  max-width:720px;
}
.jcjp-single-cta-band .jcjp-eyebrow{
  margin-bottom:13px;
}
.jcjp-single-cta-band h2{
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(28px,3vw,42px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.jcjp-single-cta-band p{
  max-width:680px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:16px;
  font-weight:650;
  line-height:1.65;
}
.jcjp-cta-band-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:flex-end;
  align-items:center;
  flex:0 0 auto;
}
.jcjp-cta-band-actions .jcjp-btn{
  min-width:168px;
  border-radius:15px;
  min-height:48px;
}
.jcjp-cta-band-actions .jcjp-btn-primary{
  background:linear-gradient(135deg,#ffffff,#eaf2ff);
  color:#07172f !important;
  box-shadow:0 18px 42px rgba(0,0,0,.22);
}
.jcjp-cta-band-actions .jcjp-btn-primary:hover{
  background:#fff;
  color:#0057d9 !important;
  box-shadow:0 22px 54px rgba(0,0,0,.30);
}
.jcjp-cta-band-actions .jcjp-btn-whatsapp{
  border:1px solid rgba(255,255,255,.16);
}
@media (max-width:900px){
  .jcjp-single-cta-band-inner{
    flex-direction:column;
    align-items:flex-start;
  }
  .jcjp-cta-band-actions{
    justify-content:flex-start;
  }
}
@media (max-width:620px){
  .jcjp-single-hero-premium{
    padding:48px 18px 54px;
  }
  .jcjp-single-cta-band-inner{
    padding:38px 18px 42px;
  }
  .jcjp-cta-band-actions,
  .jcjp-cta-band-actions .jcjp-btn{
    width:100%;
  }
}

/* v1.0.7 status + premium section icons */
.jcjp-single-status-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin:4px 0 8px;
}
.jcjp-single-status-row .jcjp-single-job-id{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:6px 10px;
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  font-weight:900;
  letter-spacing:.04em;
  font-size:12px;
}
.jcjp-single-hero-premium .jcjp-status{
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}
.jcjp-detail-icon{
  width:54px;
  height:54px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#d61632;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.95), rgba(255,255,255,.20) 34%, transparent 35%),
    linear-gradient(135deg,#eaf3ff 0%,#d6e8ff 52%,#b8d6ff 100%);
  border:1px solid rgba(0,87,217,.28);
  box-shadow:0 16px 34px rgba(0,87,217,.17), inset 0 1px 0 rgba(255,255,255,.88);
}
.jcjp-detail-icon svg{
  width:27px;
  height:27px;
  display:block;
  stroke:#d61632;
  fill:none;
  stroke-width:2.15;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 5px 8px rgba(216,22,50,.16));
}
.jcjp-detail-icon-benefits svg{
  fill:rgba(216,22,50,.08);
}
.jcjp-visa-block .jcjp-detail-icon{
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.95), rgba(255,255,255,.22) 34%, transparent 35%),
    linear-gradient(135deg,#eaf3ff 0%,#cbe0ff 52%,#a7c8ff 100%);
  border-color:rgba(0,87,217,.34);
}
.jcjp-status-notice{
  margin:18px 0 0;
  padding:13px 14px;
  border-radius:16px;
  background:linear-gradient(135deg,rgba(216,22,50,.08),rgba(0,87,217,.07));
  border:1px solid rgba(216,22,50,.14);
  color:#34445b;
  font-weight:700;
  line-height:1.5;
  font-size:13px;
}
.jcjp-single-cta-band{
  display:block;
}
.jcjp-single-cta-band-inner{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.jcjp-cta-band-copy{
  min-width:0;
}
.jcjp-filter-form select[name="jc_status"]{
  font-weight:800;
}
@media (max-width:900px){
  .jcjp-single-cta-band-inner{flex-direction:column;align-items:flex-start;}
}

/* v1.0.8+ Top Job ribbon + list/grid layout */
.jcjp-view-switch{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  margin:-8px 0 18px;
  color:#536277;
  font-weight:900;
  font-size:13px;
}
.jcjp-view-switch a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 13px;
  border-radius:999px;
  border:1px solid rgba(0,87,217,.20);
  background:#fff;
  color:#0a3c91 !important;
  text-decoration:none !important;
  box-shadow:0 8px 20px rgba(8,31,71,.05);
}
.jcjp-view-switch a:hover,
.jcjp-view-switch a.is-active{
  background:linear-gradient(135deg,#0057d9,#003fbc);
  color:#fff !important;
  border-color:#0057d9;
  box-shadow:0 12px 28px rgba(0,87,217,.20);
}
.jcjp-layout-list{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}
.jcjp-layout-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.jcjp-layout-grid .jcjp-job-card{
  min-height:100%;
  grid-template-columns:1fr;
  align-items:flex-start;
  padding:24px 20px 22px;
  gap:14px;
}
.jcjp-layout-grid .jcjp-job-card:before{
  top:0;
  bottom:auto;
  left:18px;
  right:18px;
  width:auto;
  height:4px;
  border-radius:0 0 999px 999px;
  background:linear-gradient(90deg,#d61632,#0057d9);
}
.jcjp-layout-grid .jcjp-card-left{
  display:flex;
  width:100%;
  justify-content:flex-start;
}
.jcjp-layout-grid .jcjp-badge{
  width:50px;
  height:50px;
  flex-basis:50px;
}
.jcjp-layout-grid .jcjp-card-body h3{
  font-size:18px;
  min-height:46px;
}
.jcjp-layout-grid .jcjp-short{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.jcjp-layout-grid .jcjp-card-actions{
  width:100%;
  min-width:0;
  align-items:stretch;
  margin-top:auto;
}
.jcjp-layout-grid .jcjp-card-actions .jcjp-btn{
  width:100%;
}
.jcjp-layout-grid .jcjp-job-id{
  align-self:flex-start;
}
.jcjp-is-featured{
  border-color:rgba(216,22,50,.28) !important;
  box-shadow:0 18px 52px rgba(216,22,50,.10), 0 18px 52px rgba(8,31,71,.09);
}
.jcjp-top-ribbon{
  position:absolute;
  top:18px;
  right:-48px;
  z-index:5;
  width:178px;
  transform:rotate(38deg);
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  background:linear-gradient(135deg,#d61632,#a90d25);
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:10px;
  font-weight:950;
  box-shadow:0 12px 28px rgba(216,22,50,.28);
  pointer-events:none;
}
.jcjp-is-featured .jcjp-card-meta-top:before{
  content:"★ Top Job";
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:5px 8px;
  border-radius:999px;
  background:#fff1f3;
  border:1px solid rgba(216,22,50,.20);
  color:#d61632;
  font-weight:950;
  letter-spacing:.07em;
}
.jcjp-single-hero-premium{
  overflow:hidden;
}
.jcjp-single-top-ribbon{
  position:absolute;
  top:32px;
  right:-54px;
  z-index:3;
  width:210px;
  transform:rotate(38deg);
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  background:linear-gradient(135deg,#d61632,#9c0920);
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:12px;
  font-weight:950;
  box-shadow:0 18px 42px rgba(0,0,0,.25);
}
.jcjp-single-is-featured .jcjp-single-hero-inner:before{
  content:"Priority position";
  position:absolute;
  top:-18px;
  right:0;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(216,22,50,.14);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.jcjp-overview-topjob{
  margin:-8px 0 18px;
  padding:10px 12px;
  border-radius:16px;
  background:linear-gradient(135deg,rgba(216,22,50,.10),rgba(0,87,217,.08));
  border:1px solid rgba(216,22,50,.18);
  color:#d61632;
  font-size:12px;
  line-height:1.25;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}
@media (max-width:1180px){
  .jcjp-layout-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:900px){
  .jcjp-layout-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .jcjp-view-switch{justify-content:flex-start;}
}
@media (max-width:620px){
  .jcjp-layout-grid{grid-template-columns:1fr;}
  .jcjp-single-top-ribbon{top:18px;right:-62px;width:200px;min-height:34px;font-size:10px;}
  .jcjp-single-is-featured .jcjp-single-hero-inner:before{display:none;}
}

/* v1.0.10 - stable list alignment + stronger Top Job ribbon */
.jcjp-wrap *,
.jcjp-single-page *{
  box-sizing:border-box;
}
.jcjp-wrap,
.jcjp-jobs-list{
  width:100%;
  max-width:100%;
}
.jcjp-layout-list .jcjp-job-card{
  width:100%;
  max-width:100%;
  grid-template-columns:72px minmax(0,1fr) 178px !important;
  column-gap:20px;
  align-items:center;
}
.jcjp-layout-list .jcjp-card-left{
  grid-column:1;
  grid-row:1;
  width:72px;
  min-width:72px;
  display:flex;
  justify-content:center;
  align-items:center;
  justify-self:center;
  align-self:center;
}
.jcjp-layout-list .jcjp-card-body{
  grid-column:2;
  grid-row:1;
  width:100%;
  min-width:0;
  justify-self:stretch;
  text-align:left !important;
}
.jcjp-layout-list .jcjp-card-body h3,
.jcjp-layout-list .jcjp-location,
.jcjp-layout-list .jcjp-short{
  text-align:left !important;
}
.jcjp-layout-list .jcjp-card-meta-top,
.jcjp-layout-list .jcjp-card-tags{
  justify-content:flex-start;
}
.jcjp-layout-list .jcjp-card-actions{
  grid-column:3;
  grid-row:1;
  width:178px;
  min-width:178px;
  justify-self:end;
  align-self:center;
  align-items:flex-end;
  text-align:right;
}
.jcjp-layout-list .jcjp-card-actions .jcjp-btn{
  white-space:nowrap;
}
.jcjp-is-featured .jcjp-top-ribbon,
.jcjp-layout-list .jcjp-is-featured .jcjp-top-ribbon,
.jcjp-layout-grid .jcjp-is-featured .jcjp-top-ribbon{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
  z-index:30;
}
.jcjp-layout-list .jcjp-top-ribbon{
  top:15px;
  right:-46px;
  width:178px;
  min-height:31px;
}
.jcjp-layout-grid .jcjp-top-ribbon{
  top:14px;
  right:-50px;
  width:180px;
}
.jcjp-is-featured .jcjp-card-meta-top:before{
  order:-1;
}
.jcjp-layout-list .jcjp-is-featured .jcjp-card-body{
  padding-right:26px;
}
@media (max-width:900px){
  .jcjp-layout-list .jcjp-job-card{
    grid-template-columns:64px minmax(0,1fr) !important;
    row-gap:14px;
  }
  .jcjp-layout-list .jcjp-card-left{
    width:64px;
    min-width:64px;
  }
  .jcjp-layout-list .jcjp-card-actions{
    grid-column:1 / -1;
    grid-row:2;
    width:100%;
    min-width:0;
    justify-self:start;
    align-items:flex-start;
    text-align:left;
    flex-direction:row;
    flex-wrap:wrap;
  }
  .jcjp-layout-list .jcjp-is-featured .jcjp-card-body{
    padding-right:10px;
  }
}
@media (max-width:600px){
  .jcjp-layout-list .jcjp-job-card{
    grid-template-columns:1fr !important;
  }
  .jcjp-layout-list .jcjp-card-left,
  .jcjp-layout-list .jcjp-card-body,
  .jcjp-layout-list .jcjp-card-actions{
    grid-column:1;
    width:100%;
    min-width:0;
    justify-self:stretch;
  }
  .jcjp-layout-list .jcjp-card-left{
    justify-content:flex-start;
  }
}


/* v1.0.12 - final hard reset for home/list cards: fixed flex layout + clear Top Job ribbon */
.jcjp-wrap .jcjp-jobs-list.jcjp-layout-list,
.jcjp-wrap .jcjp-layout-list{
  display:flex !important;
  flex-direction:column !important;
  gap:18px !important;
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
}
.jcjp-wrap .jcjp-layout-list .jcjp-job-card{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:100% !important;
  max-width:100% !important;
  min-height:132px !important;
  padding:24px 24px 24px 24px !important;
  gap:20px !important;
  text-align:left !important;
  grid-template-columns:none !important;
  overflow:hidden !important;
  isolation:isolate !important;
}
.jcjp-wrap .jcjp-layout-list .jcjp-job-card::before{
  left:0 !important;
  top:16px !important;
  bottom:16px !important;
  width:5px !important;
  height:auto !important;
  border-radius:0 999px 999px 0 !important;
  background:linear-gradient(180deg,#d61632 0%,#0057d9 100%) !important;
}
.jcjp-wrap .jcjp-layout-list .jcjp-card-left{
  order:1 !important;
  flex:0 0 72px !important;
  width:72px !important;
  min-width:72px !important;
  max-width:72px !important;
  height:auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
  padding:0 !important;
  position:relative !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  float:none !important;
  transform:none !important;
  grid-column:auto !important;
  grid-row:auto !important;
}
.jcjp-wrap .jcjp-layout-list .jcjp-card-body{
  order:2 !important;
  flex:1 1 auto !important;
  min-width:0 !important;
  width:auto !important;
  max-width:none !important;
  display:block !important;
  text-align:left !important;
  margin:0 !important;
  padding:0 12px 0 0 !important;
  position:relative !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  float:none !important;
  transform:none !important;
  grid-column:auto !important;
  grid-row:auto !important;
}
.jcjp-wrap .jcjp-layout-list .jcjp-card-body h3,
.jcjp-wrap .jcjp-layout-list .jcjp-location,
.jcjp-wrap .jcjp-layout-list .jcjp-short,
.jcjp-wrap .jcjp-layout-list .jcjp-card-meta-top,
.jcjp-wrap .jcjp-layout-list .jcjp-card-tags{
  text-align:left !important;
  justify-content:flex-start !important;
  max-width:100% !important;
}
.jcjp-wrap .jcjp-layout-list .jcjp-card-body h3{
  margin:6px 0 7px !important;
  font-size:21px !important;
  line-height:1.22 !important;
}
.jcjp-wrap .jcjp-layout-list .jcjp-short{
  display:block !important;
  max-height:3.2em !important;
  overflow:hidden !important;
}
.jcjp-wrap .jcjp-layout-list .jcjp-card-actions{
  order:3 !important;
  flex:0 0 168px !important;
  width:168px !important;
  min-width:168px !important;
  max-width:168px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-end !important;
  justify-content:center !important;
  gap:12px !important;
  text-align:right !important;
  margin:0 !important;
  padding:0 !important;
  position:relative !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  float:none !important;
  transform:none !important;
  grid-column:auto !important;
  grid-row:auto !important;
}
.jcjp-wrap .jcjp-layout-list .jcjp-card-actions .jcjp-btn{
  min-width:142px !important;
  justify-content:center !important;
}
.jcjp-wrap .jcjp-layout-list .jcjp-badge{
  width:58px !important;
  height:58px !important;
  flex:0 0 58px !important;
}
.jcjp-wrap .jcjp-layout-list .jcjp-is-featured{
  border-color:rgba(216,22,50,.36) !important;
  box-shadow:0 18px 48px rgba(216,22,50,.12),0 16px 42px rgba(8,31,71,.10) !important;
}
.jcjp-wrap .jcjp-is-featured .jcjp-card-meta-top:before{
  display:none !important;
  content:none !important;
}
.jcjp-wrap .jcjp-job-card .jcjp-top-ribbon{
  position:absolute !important;
  top:18px !important;
  right:-54px !important;
  left:auto !important;
  bottom:auto !important;
  z-index:90 !important;
  width:205px !important;
  min-height:38px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  transform:rotate(38deg) !important;
  transform-origin:center center !important;
  background:linear-gradient(135deg,#ff2344 0%,#d61632 52%,#9c0920 100%) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.30) !important;
  box-shadow:0 16px 34px rgba(216,22,50,.34) !important;
  text-shadow:0 1px 1px rgba(0,0,0,.22) !important;
  text-transform:uppercase !important;
  letter-spacing:.15em !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:950 !important;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:none !important;
  white-space:nowrap !important;
}
.jcjp-wrap .jcjp-layout-list .jcjp-is-featured .jcjp-card-body{
  padding-right:28px !important;
}
.jcjp-wrap .jcjp-layout-grid .jcjp-job-card{
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  justify-content:flex-start !important;
  min-height:100% !important;
  gap:14px !important;
  text-align:left !important;
  overflow:hidden !important;
  isolation:isolate !important;
}
.jcjp-wrap .jcjp-layout-grid .jcjp-card-left,
.jcjp-wrap .jcjp-layout-grid .jcjp-card-body,
.jcjp-wrap .jcjp-layout-grid .jcjp-card-actions{
  width:100% !important;
  min-width:0 !important;
  max-width:100% !important;
  position:relative !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  transform:none !important;
  float:none !important;
}
.jcjp-wrap .jcjp-layout-grid .jcjp-card-left{order:1 !important;justify-content:flex-start !important;display:flex !important;}
.jcjp-wrap .jcjp-layout-grid .jcjp-card-body{order:2 !important;flex:1 1 auto !important;text-align:left !important;}
.jcjp-wrap .jcjp-layout-grid .jcjp-card-actions{order:3 !important;display:flex !important;align-items:stretch !important;justify-content:flex-end !important;margin-top:auto !important;}
.jcjp-wrap .jcjp-layout-grid .jcjp-card-actions .jcjp-btn{width:100% !important;}
@media (max-width:900px){
  .jcjp-wrap .jcjp-layout-list .jcjp-job-card{
    flex-wrap:wrap !important;
    align-items:flex-start !important;
  }
  .jcjp-wrap .jcjp-layout-list .jcjp-card-left{flex:0 0 64px !important;width:64px !important;min-width:64px !important;}
  .jcjp-wrap .jcjp-layout-list .jcjp-card-body{flex:1 1 calc(100% - 84px) !important;padding-right:0 !important;}
  .jcjp-wrap .jcjp-layout-list .jcjp-card-actions{
    flex:0 0 100% !important;
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    align-items:flex-start !important;
    text-align:left !important;
    flex-direction:row !important;
    flex-wrap:wrap !important;
    padding-left:84px !important;
  }
}
@media (max-width:600px){
  .jcjp-wrap .jcjp-layout-list .jcjp-job-card{
    flex-direction:column !important;
  }
  .jcjp-wrap .jcjp-layout-list .jcjp-card-left,
  .jcjp-wrap .jcjp-layout-list .jcjp-card-body,
  .jcjp-wrap .jcjp-layout-list .jcjp-card-actions{
    flex:0 0 auto !important;
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    padding-left:0 !important;
  }
  .jcjp-wrap .jcjp-layout-list .jcjp-card-left{align-items:flex-start !important;justify-content:flex-start !important;}
  .jcjp-wrap .jcjp-layout-list .jcjp-card-actions{align-items:stretch !important;}
  .jcjp-wrap .jcjp-layout-list .jcjp-card-actions .jcjp-btn{width:100% !important;}
  .jcjp-wrap .jcjp-job-card .jcjp-top-ribbon{right:-60px !important;top:16px !important;width:200px !important;font-size:10px !important;}
}

/* v1.1.1 - critical fallback also stored in CSS file; inline version is injected by PHP to beat cache/theme conflicts. */
.jcjp-single-page .jcjp-detail-icon svg,
.jcjp-single-page .jcjp-detail-icon svg *{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  stroke:#d61632!important;
  fill:none!important;
  stroke-width:2.25!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.jcjp-single-page .jcjp-detail-icon svg{width:28px!important;height:28px!important;overflow:visible!important;}
