.jobflow-alerts-box{
  --jfa-blue:#155eef;
  --jfa-navy:#0f172a;
  --jfa-muted:#475569;
  --jfa-border:#dbe7ff;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:18px;
  align-items:start;
  max-width:860px;
  margin:24px auto;
  padding:26px;
  border:1px solid var(--jfa-border);
  border-radius:26px;
  background:linear-gradient(135deg,#ffffff 0%,#f8fbff 58%,#eef6ff 100%);
  box-shadow:0 20px 60px rgba(15,23,42,.08);
}
.jobflow-alerts-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:linear-gradient(135deg,#155eef,#14b8a6);
  color:#fff;
  font-size:27px;
  font-weight:800;
  box-shadow:0 14px 34px rgba(21,94,239,.22);
}
.jobflow-alerts-copy h2{margin:0 0 8px;color:var(--jfa-navy);font-size:28px;line-height:1.2;font-weight:800;}
.jobflow-alerts-copy p{margin:0;color:var(--jfa-muted);font-size:16px;line-height:1.7;}
.jobflow-alerts-form{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end;}
.jobflow-alerts-field{margin:0;}
.jobflow-alerts-field label{display:block;margin:0 0 7px;color:#334155;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;}
.jobflow-alerts-field input{width:100%;min-height:50px;border:1px solid var(--jfa-border);border-radius:16px;background:#fff;color:var(--jfa-navy);font-size:16px;padding:0 15px;outline:none;box-shadow:0 10px 24px rgba(15,23,42,.04);}
.jobflow-alerts-field input:focus{border-color:var(--jfa-blue);box-shadow:0 0 0 4px rgba(21,94,239,.12);}
.jobflow-alerts-submit{min-height:50px;border:0;border-radius:16px;background:linear-gradient(135deg,#155eef,#0ea5e9);color:#fff;font-size:16px;font-weight:900;padding:0 24px;cursor:pointer;box-shadow:0 14px 34px rgba(21,94,239,.22);}
.jobflow-alerts-submit[disabled]{opacity:.72;cursor:progress;}
.jobflow-alerts-message{grid-column:1/-1;margin:0;color:#0f766e;font-size:15px;font-weight:700;min-height:22px;}
.jobflow-alerts-message.is-error{color:#dc2626;}
.jobflow-alerts-note{grid-column:1/-1;margin:0;color:#64748b;font-size:13px;}
.jobflow-alerts-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;}
@media(max-width:760px){
  .jobflow-alerts-box{grid-template-columns:1fr;padding:22px;border-radius:22px;}
  .jobflow-alerts-form{grid-template-columns:1fr;}
  .jobflow-alerts-submit{width:100%;}
}

/* v1.0.1 polished layouts for JobFlow theme auto placements */
.jobflow-alerts-layout-home{
  max-width:1180px;
  margin:28px auto;
  padding:30px;
  grid-template-columns:auto minmax(260px,1fr);
  background:
    radial-gradient(circle at 8% 15%,rgba(20,184,166,.18),transparent 30%),
    linear-gradient(135deg,#081a3d 0%,#123a78 55%,#155eef 100%);
  border-color:rgba(191,219,254,.34);
  box-shadow:0 28px 70px rgba(15,23,42,.22);
}
.jobflow-alerts-layout-home .jobflow-alerts-copy h2,
.jobflow-alerts-layout-home .jobflow-alerts-copy p,
.jobflow-alerts-layout-home .jobflow-alerts-field label,
.jobflow-alerts-layout-home .jobflow-alerts-note{color:#fff;}
.jobflow-alerts-layout-home .jobflow-alerts-copy p,
.jobflow-alerts-layout-home .jobflow-alerts-note{color:#dbeafe;}
.jobflow-alerts-layout-home .jobflow-alerts-form{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:22px;padding:16px;backdrop-filter:blur(8px);}
.jobflow-alerts-layout-home .jobflow-alerts-message{color:#bbf7d0;}
.jobflow-alerts-layout-home .jobflow-alerts-message.is-error{color:#fecaca;}
.jobflow-alerts-layout-home .jobflow-alerts-icon{background:linear-gradient(135deg,#22c55e,#0ea5e9);}
.jobflow-alerts-layout-footer{
  margin:16px 0 0;
  padding:16px;
  border-radius:20px;
  grid-template-columns:1fr;
  gap:12px;
  background:rgba(255,255,255,.08);
  border-color:rgba(219,231,255,.22);
  box-shadow:none;
}
.jobflow-alerts-layout-footer .jobflow-alerts-icon{display:none;}
.jobflow-alerts-layout-footer .jobflow-alerts-copy h2{font-size:19px;color:#fff;margin-bottom:5px;}
.jobflow-alerts-layout-footer .jobflow-alerts-copy p{font-size:13px;line-height:1.55;color:#cbd5e1;}
.jobflow-alerts-layout-footer .jobflow-alerts-form{grid-column:auto;grid-template-columns:1fr;gap:9px;}
.jobflow-alerts-layout-footer .jobflow-alerts-field label{color:#e2e8f0;font-size:11px;margin-bottom:5px;}
.jobflow-alerts-layout-footer .jobflow-alerts-field input{min-height:42px;border-radius:12px;font-size:14px;padding:0 12px;}
.jobflow-alerts-layout-footer .jobflow-alerts-submit{min-height:42px;border-radius:12px;font-size:14px;width:100%;}
.jobflow-alerts-layout-footer .jobflow-alerts-note{font-size:12px;color:#94a3b8;}
.jobflow-alerts-layout-footer .jobflow-alerts-message{font-size:13px;color:#86efac;}
.jobflow-alerts-layout-footer .jobflow-alerts-message.is-error{color:#fca5a5;}
@media(max-width:760px){
  .jobflow-alerts-layout-home{margin:20px auto;padding:20px;grid-template-columns:1fr;}
  .jobflow-alerts-layout-home .jobflow-alerts-form{padding:12px;}
}

/* v1.0.2 compact free-alert layouts */
.jobflow-alerts-box{box-sizing:border-box;}
.jobflow-alerts-box *{box-sizing:border-box;}
.jobflow-alerts-box .jobflow-alerts-copy h2{letter-spacing:-.02em;}
.jobflow-alerts-layout-home{padding:22px 24px;gap:14px;border-radius:24px;}
.jobflow-alerts-layout-home .jobflow-alerts-copy h2{font-size:24px;}
.jobflow-alerts-layout-home .jobflow-alerts-copy p{font-size:14px;max-width:720px;}
.jobflow-alerts-layout-home .jobflow-alerts-form{padding:12px;gap:10px;border-radius:18px;}
.jobflow-alerts-layout-home .jobflow-alerts-field input{min-height:44px;border-radius:13px;font-size:14px;}
.jobflow-alerts-layout-home .jobflow-alerts-submit{min-height:44px;border-radius:13px;font-size:14px;padding:0 18px;}
.jobflow-alerts-layout-sidebar{display:block;margin:18px 0;padding:18px;border-radius:22px;background:linear-gradient(135deg,#ffffff,#f8fbff 70%,#eef6ff);border:1px solid #dbe7ff;box-shadow:0 16px 42px rgba(15,23,42,.08);}
.jobflow-alerts-layout-sidebar .jobflow-alerts-icon{width:42px;height:42px;border-radius:14px;font-size:20px;float:left;margin:0 12px 8px 0;}
.jobflow-alerts-layout-sidebar .jobflow-alerts-copy h2{font-size:20px;line-height:1.22;margin:0 0 5px;color:#0f172a;}
.jobflow-alerts-layout-sidebar .jobflow-alerts-copy p{font-size:13px;line-height:1.55;color:#475569;margin:0 0 12px;}
.jobflow-alerts-layout-sidebar .jobflow-alerts-form{clear:both;display:grid;grid-template-columns:1fr;gap:9px;margin-top:12px;}
.jobflow-alerts-layout-sidebar .jobflow-alerts-field label{font-size:11px;margin-bottom:5px;color:#334155;}
.jobflow-alerts-layout-sidebar .jobflow-alerts-field input{min-height:42px;border-radius:12px;font-size:14px;padding:0 12px;}
.jobflow-alerts-layout-sidebar .jobflow-alerts-submit{width:100%;min-height:42px;border-radius:12px;font-size:14px;}
.jobflow-alerts-layout-sidebar .jobflow-alerts-note{font-size:12px;}
.jobflow-alerts-layout-sidebar .jobflow-alerts-message{font-size:13px;min-height:18px;}
.jobflow-alerts-layout-footer{padding:14px;border-radius:18px;}
.jobflow-alerts-layout-footer .jobflow-alerts-copy h2{font-size:18px;}
.jobflow-alerts-layout-footer .jobflow-alerts-copy p{font-size:12.5px;}
@media(max-width:760px){
  .jobflow-alerts-layout-home{margin:18px auto;padding:18px;border-radius:20px;}
  .jobflow-alerts-layout-home .jobflow-alerts-form{grid-template-columns:1fr;}
  .jobflow-alerts-layout-home .jobflow-alerts-copy h2{font-size:22px;}
  .jobflow-alerts-layout-sidebar{padding:16px;border-radius:18px;}
}

/* v1.0.6 requested green full-width pre-footer design */
.jobflow-alerts-prefooter-wrap{
  width:100%;
  padding:38px 14px 40px;
  background:linear-gradient(180deg,#f4f9ff 0%,#eef6ff 100%);
}
.jobflow-alerts-pro{
  --jfa-green:#16a34a;
  --jfa-deep-green:#2b8162;
  --jfa-navy:#07132f;
  --jfa-text:#25324a;
  --jfa-muted:#64748b;
  --jfa-border:#b6d0c0;
  box-sizing:border-box;
  display:block;
  width:100%;
  max-width:1320px;
  margin:0 auto;
  border:5px solid #b6d0c0 !important;
  border-radius:28px;
  background:#dbf1e4 !important;
  box-shadow:0 28px 70px rgba(15,23,42,.12);
  overflow:hidden;
  color:var(--jfa-text);
}
.jobflow-alerts-pro *{box-sizing:border-box;}
.jobflow-alerts-pro-left{
  width:100%;
  max-width:980px;
  margin:0 auto;
  padding:34px 34px 30px;
  text-align:center;
}
.jobflow-alerts-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 auto 18px;
  padding:10px 17px;
  border:1px solid #bdd5ff;
  border-radius:999px;
  background:#f8fbff;
  color:#000 !important;
  font-size:16px;
  line-height:1.2;
  font-weight:900;
  box-shadow:0 6px 20px rgba(15,23,42,.04);
}
.jobflow-alerts-eyebrow span{
  display:grid;
  place-items:center;
  width:26px;
  height:26px;
  border-radius:50%;
  background:#eaf2ff;
  color:#2b8162 !important;
  font-size:15px;
}
.jobflow-alerts-pro h2{
  margin:0 auto 24px;
  color:var(--jfa-navy);
  font-size:42px;
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:950;
  max-width:940px;
}
.jobflow-alerts-pro h2 strong{
  display:inline;
  color:var(--jfa-green);
  font-weight:950;
}
.jobflow-alerts-pro-intro,
.jobflow-alerts-mini-features{
  display:none !important;
}
.jobflow-alerts-pro-form{
  display:grid;
  grid-template-columns:minmax(260px,1fr) minmax(260px,1fr) minmax(250px,.75fr);
  gap:16px;
  max-width:960px;
  margin:0 auto;
  align-items:end;
  text-align:left;
}
.jobflow-alerts-pro-form .jobflow-alerts-hp{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
.jobflow-alerts-pro .jobflow-alerts-field{margin:0;}
.jobflow-alerts-pro .jobflow-alerts-field label{
  display:block;
  margin:0 0 10px;
  color:#0f172a;
  font-size:15px;
  font-weight:900;
  text-transform:none;
  letter-spacing:0;
}
.jobflow-alerts-input-wrap{
  display:flex;
  align-items:center;
  gap:14px;
  width:100%;
  min-height:60px;
  border:1px solid #cbd9ee;
  border-radius:15px;
  background:#fff;
  color:#7b8aa2;
  padding:0 18px;
  box-shadow:0 12px 28px rgba(15,23,42,.05);
  transition:border-color .18s ease,box-shadow .18s ease;
}
.jobflow-alerts-input-wrap:focus-within{
  border-color:#2b8162;
  box-shadow:0 0 0 4px rgba(43,129,98,.14),0 14px 34px rgba(15,23,42,.08);
}
.jobflow-alerts-input-wrap i{
  display:grid;
  place-items:center;
  width:24px;
  color:#8a97aa;
  font-size:20px;
  font-style:normal;
  line-height:1;
}
.jobflow-alerts-pro .jobflow-alerts-field input{
  flex:1;
  width:100%;
  min-height:58px;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0;
  color:#0f172a;
  font-size:18px;
  padding:0;
  outline:none;
}
.jobflow-alerts-pro .jobflow-alerts-field input::placeholder{color:#8b98ad;}
.jobflow-alerts-pro .jobflow-alerts-submit{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  width:100%;
  min-height:60px;
  border:0;
  border-radius:15px;
  background:#2b8162 !important;
  color:#fff;
  text-align:left;
  padding:0 20px;
  box-shadow:0 18px 36px rgba(43,129,98,.24);
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;
}
.jobflow-alerts-pro .jobflow-alerts-submit:hover{
  transform:translateY(-1px);
  box-shadow:0 22px 44px rgba(43,129,98,.30);
}
.jobflow-alerts-pro .jobflow-alerts-submit[disabled]{opacity:.72;cursor:progress;transform:none;}
.jobflow-alerts-pro .jobflow-alerts-submit>span{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:11px;
  background:rgba(255,255,255,.14);
  font-size:20px;
  flex:0 0 auto;
}
.jobflow-alerts-pro .jobflow-alerts-submit strong{
  display:block;
  font-size:20px;
  line-height:1.08;
  font-weight:950;
  white-space:nowrap;
}
.jobflow-alerts-pro .jobflow-alerts-submit small{display:none;}
.jobflow-alerts-pro .jobflow-alerts-message{
  grid-column:1/-1;
  min-height:18px;
  margin:0;
  color:#0f8a4b;
  font-size:14px;
  font-weight:800;
  text-align:center;
}
.jobflow-alerts-pro .jobflow-alerts-message.is-error{color:#dc2626;}
.jobflow-alerts-privacy{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:34px 0 0;
  color:#64748b;
  font-size:15px;
  line-height:1.45;
  text-align:center;
}
.jobflow-alerts-privacy span{color:#f59e0b;font-size:19px;}
@media(max-width:980px){
  .jobflow-alerts-pro-left{padding:30px 24px 28px;}
  .jobflow-alerts-pro h2{font-size:36px;}
  .jobflow-alerts-pro-form{grid-template-columns:1fr 1fr;max-width:760px;}
  .jobflow-alerts-pro .jobflow-alerts-submit{grid-column:1/-1;max-width:380px;margin:0 auto;}
}
@media(max-width:680px){
  .jobflow-alerts-prefooter-wrap{padding:20px 10px 22px;}
  .jobflow-alerts-pro{border-width:4px!important;border-radius:22px;}
  .jobflow-alerts-pro-left{padding:22px 15px;}
  .jobflow-alerts-eyebrow{font-size:13px;padding:8px 12px;margin-bottom:14px;}
  .jobflow-alerts-eyebrow span{width:22px;height:22px;font-size:13px;}
  .jobflow-alerts-pro h2{font-size:29px;line-height:1.1;margin-bottom:18px;}
  .jobflow-alerts-pro h2 strong{display:block;}
  .jobflow-alerts-pro-form{grid-template-columns:1fr;gap:12px;text-align:left;}
  .jobflow-alerts-pro .jobflow-alerts-field label{font-size:13px;margin-bottom:7px;}
  .jobflow-alerts-input-wrap{min-height:50px;border-radius:13px;padding:0 13px;}
  .jobflow-alerts-input-wrap i{font-size:17px;}
  .jobflow-alerts-pro .jobflow-alerts-field input{min-height:48px;font-size:15px;}
  .jobflow-alerts-pro .jobflow-alerts-submit{max-width:none;min-height:52px;border-radius:14px;}
  .jobflow-alerts-pro .jobflow-alerts-submit strong{font-size:16px;white-space:normal;}
  .jobflow-alerts-pro .jobflow-alerts-submit>span{width:30px;height:30px;font-size:17px;}
  .jobflow-alerts-privacy{margin-top:18px;font-size:12.5px;}
}

/* v1.0.7 JobFlow Pro theme match + location-wise alert form */
.jobflow-alerts-box,
.jobflow-alerts-pro{
  --jfa-bg:var(--bg,#ffffff);
  --jfa-bg-soft:var(--bg-soft,#edf7f4);
  --jfa-bg-softer:var(--bg-softer,#f7fbfa);
  --jfa-paper:var(--paper,#ffffff);
  --jfa-text:var(--text,#17211f);
  --jfa-muted:var(--muted,#50645f);
  --jfa-line:var(--line,#d9e4e1);
  --jfa-brand:var(--brand,#007a5e);
  --jfa-brand-dark:var(--brand-dark,#005f4a);
  --jfa-brand-darker:var(--brand-darker,#063b32);
  --jfa-gold:var(--gold,#ffb703);
  --jfa-radius:var(--radius,4px);
  font-family:var(--font,'Source Sans 3','Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif);
}
.jobflow-alerts-prefooter-wrap{
  width:100%;
  padding:34px 24px!important;
  margin-top:48px;
  background:var(--blue-softer,#eef9f5)!important;
  border-top:1px solid var(--blue-soft,#d7f0e8);
}
.jobflow-alerts-prefooter-wrap>*{max-width:var(--njp-content-width,1180px);margin-left:auto;margin-right:auto;}
.jobflow-alerts-box{
  max-width:var(--njp-content-width,1180px);
  border:1px solid var(--jfa-line)!important;
  border-radius:var(--jfa-radius)!important;
  background:var(--jfa-paper)!important;
  box-shadow:none!important;
  color:var(--jfa-text);
}
.jobflow-alerts-icon{
  border-radius:var(--jfa-radius)!important;
  background:var(--jfa-brand)!important;
  box-shadow:none!important;
}
.jobflow-alerts-copy h2{font-family:var(--font-heading,Georgia,serif);font-weight:700;color:var(--jfa-text)!important;letter-spacing:0!important;}
.jobflow-alerts-copy p{color:var(--jfa-muted)!important;}
.jobflow-alerts-form{grid-template-columns:1fr 1fr 1.15fr auto;gap:12px;}
.jobflow-alerts-field label{color:var(--jfa-text)!important;font-weight:700;text-transform:none;letter-spacing:0;}
.jobflow-alerts-input-wrap,
.jobflow-alerts-field input,
.jobflow-alerts-field select{
  border-color:var(--jfa-line)!important;
  border-radius:var(--jfa-radius)!important;
  background:#fff!important;
  box-shadow:none!important;
  color:var(--jfa-text)!important;
}
.jobflow-alerts-field input:focus,
.jobflow-alerts-field select:focus,
.jobflow-alerts-input-wrap:focus-within{
  border-color:var(--jfa-brand)!important;
  box-shadow:0 0 0 2px rgba(0,122,94,.16)!important;
  outline:2px solid transparent;
}
.jobflow-alerts-field select{
  width:100%;
  min-height:58px;
  padding:9px 10px;
  font-size:15px;
  line-height:1.35;
}
.jobflow-alerts-location-wrap{align-items:flex-start;padding:0 12px;}
.jobflow-alerts-location-wrap i{padding-top:17px;}
.jobflow-alerts-location-wrap select{border:0!important;min-height:98px;padding:9px 0;}
.jobflow-alerts-location-help{display:block;margin-top:6px;color:var(--jfa-muted);font-size:12.5px;line-height:1.45;}
.jobflow-alerts-submit{
  background:var(--jfa-brand)!important;
  border:1px solid var(--jfa-brand)!important;
  border-radius:var(--jfa-radius)!important;
  box-shadow:none!important;
  color:#fff!important;
  transition:background .16s ease,border-color .16s ease,opacity .16s ease!important;
}
.jobflow-alerts-submit:hover{background:var(--jfa-brand-dark)!important;border-color:var(--jfa-brand-dark)!important;transform:none!important;box-shadow:none!important;}
.jobflow-alerts-message{color:var(--success,#008817)!important;}
.jobflow-alerts-message.is-error{color:var(--red,#b50909)!important;}

.jobflow-alerts-pro{
  max-width:var(--njp-content-width,1180px)!important;
  border:1px solid var(--jfa-line)!important;
  border-top:4px solid var(--jfa-gold)!important;
  border-radius:var(--jfa-radius)!important;
  background:var(--jfa-paper)!important;
  box-shadow:none!important;
  overflow:visible;
}
.jobflow-alerts-pro-left{max-width:none;padding:28px 30px;text-align:left;}
.jobflow-alerts-eyebrow{
  margin:0 0 12px;
  border:1px solid var(--jfa-line)!important;
  border-radius:var(--jfa-radius)!important;
  background:var(--jfa-bg-softer)!important;
  color:var(--jfa-brand-darker)!important;
  box-shadow:none!important;
  font-size:14px;
  font-weight:700;
}
.jobflow-alerts-eyebrow span{background:var(--jfa-brand)!important;color:#fff!important;border-radius:var(--jfa-radius)!important;}
.jobflow-alerts-pro h2{
  margin:0 0 20px;
  color:var(--jfa-text)!important;
  font-family:var(--font-heading,Georgia,serif);
  font-size:calc(clamp(27px,3vw,34px) * var(--njp-heading-scale,1));
  line-height:1.18;
  letter-spacing:0;
  font-weight:700;
  max-width:860px;
}
.jobflow-alerts-pro h2 strong{color:var(--jfa-brand)!important;font-weight:700;}
.jobflow-alerts-pro-form{
  grid-template-columns:minmax(170px,1fr) minmax(210px,1.05fr) minmax(250px,1.15fr) minmax(180px,.78fr);
  gap:12px;
  max-width:none;
  align-items:end;
}
.jobflow-alerts-pro .jobflow-alerts-field input{font-size:16px;min-height:50px;}
.jobflow-alerts-pro .jobflow-alerts-field select{font-size:15px;}
.jobflow-alerts-pro .jobflow-alerts-submit{min-height:52px;padding:0 16px;text-align:center;}
.jobflow-alerts-pro .jobflow-alerts-submit>span{display:none;}
.jobflow-alerts-pro .jobflow-alerts-submit strong{font-size:16px;font-weight:700;white-space:normal;}
.jobflow-alerts-pro .jobflow-alerts-message{text-align:left;font-weight:700;}
.jobflow-alerts-privacy{justify-content:flex-start;margin:18px 0 0;color:var(--jfa-muted);}

@media(max-width:980px){
  .jobflow-alerts-form,
  .jobflow-alerts-pro-form{grid-template-columns:1fr 1fr;}
  .jobflow-alerts-submit,
  .jobflow-alerts-pro .jobflow-alerts-submit{grid-column:1/-1;max-width:none;width:100%;}
}
@media(max-width:680px){
  .jobflow-alerts-prefooter-wrap{padding:22px 16px!important;}
  .jobflow-alerts-box,
  .jobflow-alerts-pro{border-radius:var(--jfa-radius)!important;}
  .jobflow-alerts-pro-left{padding:22px 18px;}
  .jobflow-alerts-pro-form,
  .jobflow-alerts-form{grid-template-columns:1fr;}
  .jobflow-alerts-pro h2{font-size:26px;margin-bottom:16px;}
  .jobflow-alerts-pro h2 strong{display:inline;}
  .jobflow-alerts-input-wrap{min-height:48px;padding:0 12px;}
  .jobflow-alerts-pro .jobflow-alerts-field input{min-height:46px;font-size:15px;}
  .jobflow-alerts-location-wrap select{min-height:92px;}
  .jobflow-alerts-privacy{font-size:12.5px;}
}

/* v1.0.8 professional closed location dropdown, based on the clean JobFlow/USAJOBS-style form flow */
.jobflow-alerts-pro,
.jobflow-alerts-box{
  --jfa-brand:#007a5e;
  --jfa-brand-dark:#00664f;
  --jfa-brand-soft:#e6f5ee;
  --jfa-navy:#07132f;
  --jfa-text:#17211f;
  --jfa-muted:#50645f;
  --jfa-line:#cbdcd6;
  --jfa-paper:#ffffff;
  --jfa-mint:#dbf1e4;
  --jfa-gold:#ffb703;
  --jfa-radius:18px;
  overflow:visible!important;
}
.jobflow-alerts-prefooter-wrap{
  padding:42px 16px 46px!important;
  background:linear-gradient(180deg,#eef9f5 0%,#e8f6f1 100%)!important;
  border-top:0!important;
  border-bottom:4px solid var(--jfa-gold)!important;
}
.jobflow-alerts-prefooter-wrap>*{
  max-width:1320px!important;
}
.jobflow-alerts-pro{
  max-width:1320px!important;
  margin:0 auto!important;
  border:4px solid rgba(0,122,94,.18)!important;
  border-radius:30px!important;
  background:var(--jfa-mint)!important;
  box-shadow:0 26px 70px rgba(7,19,47,.10)!important;
  color:var(--jfa-text)!important;
}
.jobflow-alerts-pro-left{
  max-width:1060px!important;
  padding:34px 28px 30px!important;
  margin:0 auto!important;
  text-align:center!important;
}
.jobflow-alerts-eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  margin:0 auto 18px!important;
  padding:9px 18px!important;
  border:1px solid #bdd5ff!important;
  border-radius:999px!important;
  background:#f8fbff!important;
  color:#0b152b!important;
  font-size:16px!important;
  line-height:1.2!important;
  font-weight:800!important;
  box-shadow:0 8px 22px rgba(7,19,47,.04)!important;
}
.jobflow-alerts-eyebrow span{
  display:grid!important;
  place-items:center!important;
  width:26px!important;
  height:26px!important;
  border-radius:50%!important;
  background:#eaf2ff!important;
  color:var(--jfa-brand)!important;
}
.jobflow-alerts-pro h2{
  max-width:960px!important;
  margin:0 auto 24px!important;
  color:var(--jfa-navy)!important;
  font-family:var(--font-heading,Georgia,'Times New Roman',serif)!important;
  font-size:clamp(34px,4vw,52px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  font-weight:800!important;
}
.jobflow-alerts-pro h2 strong{
  display:inline!important;
  color:#16a34a!important;
  font-weight:800!important;
}
.jobflow-alerts-pro-intro,
.jobflow-alerts-mini-features{
  display:none!important;
}
.jobflow-alerts-form,
.jobflow-alerts-pro-form{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(190px,1fr) minmax(230px,1.05fr) minmax(230px,1.05fr) minmax(210px,.82fr)!important;
  gap:16px!important;
  align-items:end!important;
  max-width:1060px!important;
  margin:0 auto!important;
  text-align:left!important;
}
.jobflow-alerts-field{
  position:relative!important;
  margin:0!important;
}
.jobflow-alerts-field label{
  display:block!important;
  margin:0 0 9px!important;
  color:#07132f!important;
  font-size:15px!important;
  font-weight:800!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.jobflow-alerts-input-wrap,
.jobflow-alerts-location-display{
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  min-height:60px!important;
  border:1px solid #cbd9ee!important;
  border-radius:15px!important;
  background:#fff!important;
  color:#0f172a!important;
  box-shadow:0 12px 28px rgba(15,23,42,.05)!important;
  transition:border-color .16s ease,box-shadow .16s ease,background .16s ease!important;
}
.jobflow-alerts-input-wrap{
  gap:14px!important;
  padding:0 18px!important;
}
.jobflow-alerts-input-wrap:focus-within,
.jobflow-alerts-location-picker.is-open .jobflow-alerts-location-display,
.jobflow-alerts-location-display:focus{
  border-color:var(--jfa-brand)!important;
  box-shadow:0 0 0 4px rgba(0,122,94,.14),0 14px 34px rgba(7,19,47,.08)!important;
  outline:none!important;
}
.jobflow-alerts-input-wrap i,
.jobflow-alerts-location-display i{
  display:grid!important;
  place-items:center!important;
  width:22px!important;
  flex:0 0 22px!important;
  color:#7b8aa2!important;
  font-size:19px!important;
  font-style:normal!important;
  line-height:1!important;
}
.jobflow-alerts-pro .jobflow-alerts-field input,
.jobflow-alerts-field input{
  flex:1!important;
  width:100%!important;
  min-height:58px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#0f172a!important;
  font-size:17px!important;
  padding:0!important;
  outline:none!important;
}
.jobflow-alerts-field input::placeholder{color:#8b98ad!important;}
.jobflow-alerts-location-picker{
  position:relative!important;
  display:block!important;
  width:100%!important;
}
.jobflow-alerts-location-display{
  gap:12px!important;
  padding:0 14px 0 16px!important;
  cursor:pointer!important;
  user-select:none!important;
}
.jobflow-alerts-location-summary{
  display:block!important;
  flex:1 1 auto!important;
  min-width:0!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
  color:#8b98ad!important;
  font-size:17px!important;
  font-weight:500!important;
}
.jobflow-alerts-location-picker.has-selection .jobflow-alerts-location-summary{
  color:#0f172a!important;
}
/* v1.0.10 larger thick dropdown chevron matching the supplied reference */
.jobflow-alerts-location-arrow{
  display:grid!important;
  place-items:center!important;
  width:34px!important;
  height:34px!important;
  flex:0 0 34px!important;
  border-radius:50%!important;
  color:#5f6f83!important;
  font-size:0!important;
  line-height:1!important;
  transition:transform .16s ease,color .16s ease!important;
}
.jobflow-alerts-location-arrow::before{
  content:""!important;
  display:block!important;
  width:14px!important;
  height:14px!important;
  border-right:3.5px solid currentColor!important;
  border-bottom:3.5px solid currentColor!important;
  border-radius:2px!important;
  transform:rotate(45deg) translate(-1px,-3px)!important;
}
.jobflow-alerts-location-display:hover .jobflow-alerts-location-arrow,
.jobflow-alerts-location-display:focus .jobflow-alerts-location-arrow,
.jobflow-alerts-location-picker.is-open .jobflow-alerts-location-arrow{
  color:#07132f!important;
}
.jobflow-alerts-location-picker.is-open .jobflow-alerts-location-arrow{
  transform:rotate(180deg)!important;
}
.jobflow-alerts-native-select{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}
.jobflow-alerts-location-panel{
  position:absolute!important;
  z-index:9999!important;
  left:0!important;
  right:0!important;
  top:calc(100% + 8px)!important;
  display:block!important;
  padding:10px!important;
  border:1px solid #cbd9ee!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 24px 60px rgba(7,19,47,.18)!important;
}
.jobflow-alerts-location-panel[hidden]{display:none!important;}
.jobflow-alerts-location-search-wrap{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  min-height:42px!important;
  padding:0 12px!important;
  border:1px solid #dce6f2!important;
  border-radius:12px!important;
  background:#f8fbff!important;
  color:#7b8aa2!important;
}
.jobflow-alerts-location-search-wrap input{
  width:100%!important;
  min-height:40px!important;
  border:0!important;
  background:transparent!important;
  outline:none!important;
  color:#0f172a!important;
  font-size:14px!important;
  padding:0!important;
}
.jobflow-alerts-location-options{
  display:block!important;
  max-height:220px!important;
  margin-top:9px!important;
  overflow:auto!important;
  padding-right:2px!important;
}
.jobflow-alerts-location-option{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  min-height:38px!important;
  padding:8px 10px!important;
  border:0!important;
  border-radius:10px!important;
  background:transparent!important;
  color:#0f172a!important;
  font-size:15px!important;
  font-weight:650!important;
  text-align:left!important;
  cursor:pointer!important;
}
.jobflow-alerts-location-option:hover,
.jobflow-alerts-location-option:focus{
  background:#eef9f5!important;
  outline:none!important;
}
.jobflow-alerts-location-option.is-selected{
  background:var(--jfa-brand-soft)!important;
  color:#044d3c!important;
}
.jobflow-alerts-location-check{
  display:grid!important;
  place-items:center!important;
  width:20px!important;
  height:20px!important;
  border:1px solid #cbd9ee!important;
  border-radius:6px!important;
  color:transparent!important;
  background:#fff!important;
  font-size:13px!important;
  flex:0 0 auto!important;
}
.jobflow-alerts-location-option.is-selected .jobflow-alerts-location-check{
  border-color:var(--jfa-brand)!important;
  background:var(--jfa-brand)!important;
  color:#fff!important;
}
.jobflow-alerts-location-empty{
  display:block!important;
  padding:12px 10px 4px!important;
  color:var(--jfa-muted)!important;
  font-size:14px!important;
}
.jobflow-alerts-location-help{
  display:block!important;
  margin-top:7px!important;
  color:var(--jfa-muted)!important;
  font-size:12.5px!important;
  line-height:1.35!important;
}
.jobflow-alerts-submit,
.jobflow-alerts-pro .jobflow-alerts-submit{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:60px!important;
  padding:0 20px!important;
  border:0!important;
  border-radius:15px!important;
  background:#2b8162!important;
  color:#fff!important;
  box-shadow:0 18px 36px rgba(43,129,98,.24)!important;
  cursor:pointer!important;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease,opacity .16s ease!important;
}
.jobflow-alerts-submit:hover,
.jobflow-alerts-pro .jobflow-alerts-submit:hover{
  background:#236f54!important;
  transform:translateY(-1px)!important;
  box-shadow:0 22px 44px rgba(43,129,98,.30)!important;
}
.jobflow-alerts-submit>span,
.jobflow-alerts-pro .jobflow-alerts-submit>span{
  display:none!important;
}
.jobflow-alerts-submit strong,
.jobflow-alerts-pro .jobflow-alerts-submit strong{
  display:block!important;
  color:#fff!important;
  font-size:18px!important;
  line-height:1.05!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.jobflow-alerts-submit small,
.jobflow-alerts-pro .jobflow-alerts-submit small{display:none!important;}
.jobflow-alerts-message,
.jobflow-alerts-pro .jobflow-alerts-message{
  grid-column:1/-1!important;
  min-height:18px!important;
  margin:0!important;
  color:#0f8a4b!important;
  font-size:14px!important;
  font-weight:800!important;
  text-align:center!important;
}
.jobflow-alerts-message.is-error{color:#dc2626!important;}
.jobflow-alerts-privacy{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  margin:26px 0 0!important;
  color:#64748b!important;
  font-size:15px!important;
  line-height:1.45!important;
  text-align:center!important;
}
.jobflow-alerts-privacy span{color:#f59e0b!important;font-size:19px!important;}
.jobflow-alerts-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;}
@media(max-width:1100px){
  .jobflow-alerts-form,
  .jobflow-alerts-pro-form{grid-template-columns:1fr 1fr!important;max-width:820px!important;}
  .jobflow-alerts-submit,
  .jobflow-alerts-pro .jobflow-alerts-submit{grid-column:1/-1!important;max-width:380px!important;margin:0 auto!important;}
}
@media(max-width:680px){
  .jobflow-alerts-prefooter-wrap{padding:22px 10px 26px!important;}
  .jobflow-alerts-pro{border-width:3px!important;border-radius:22px!important;}
  .jobflow-alerts-pro-left{padding:22px 15px!important;}
  .jobflow-alerts-eyebrow{font-size:13px!important;padding:8px 12px!important;margin-bottom:14px!important;}
  .jobflow-alerts-eyebrow span{width:22px!important;height:22px!important;font-size:13px!important;}
  .jobflow-alerts-pro h2{font-size:29px!important;line-height:1.1!important;margin-bottom:18px!important;}
  .jobflow-alerts-pro h2 strong{display:block!important;}
  .jobflow-alerts-form,
  .jobflow-alerts-pro-form{grid-template-columns:1fr!important;gap:12px!important;max-width:none!important;}
  .jobflow-alerts-field label{font-size:13px!important;margin-bottom:7px!important;}
  .jobflow-alerts-input-wrap,
  .jobflow-alerts-location-display{min-height:52px!important;border-radius:13px!important;}
  .jobflow-alerts-input-wrap{padding:0 13px!important;}
  .jobflow-alerts-pro .jobflow-alerts-field input,
  .jobflow-alerts-field input{min-height:50px!important;font-size:15px!important;}
  .jobflow-alerts-location-summary{font-size:15px!important;}
  .jobflow-alerts-location-options{max-height:210px!important;}
  .jobflow-alerts-submit,
  .jobflow-alerts-pro .jobflow-alerts-submit{max-width:none!important;min-height:54px!important;border-radius:14px!important;margin:0!important;}
  .jobflow-alerts-submit strong,
  .jobflow-alerts-pro .jobflow-alerts-submit strong{font-size:16px!important;white-space:normal!important;}
  .jobflow-alerts-privacy{margin-top:18px!important;font-size:12.5px!important;}
}
.jobflow-alerts-native-select{
  min-height:1px!important;
  max-height:1px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  box-shadow:none!important;
  appearance:none!important;
}
.jobflow-alerts-pro .jobflow-alerts-location-search-wrap input,
.jobflow-alerts-location-search-wrap input{
  flex:1 1 auto!important;
  min-height:40px!important;
  height:40px!important;
  font-size:14px!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
}


/* v1.0.9 fixes: working search visibility, no location helper text, tablet 2+2 layout, theme font inherit */
.jobflow-alerts-pro,
.jobflow-alerts-pro *,
.jobflow-alerts-box,
.jobflow-alerts-box *{
  font-family:inherit!important;
}

.jobflow-alerts-pro h2,
.jobflow-alerts-pro h2 strong,
.jobflow-alerts-copy h2,
.jobflow-alerts-eyebrow,
.jobflow-alerts-field label,
.jobflow-alerts-input-wrap input,
.jobflow-alerts-location-summary,
.jobflow-alerts-location-option,
.jobflow-alerts-submit strong,
.jobflow-alerts-privacy{
  font-family:inherit!important;
}
.jobflow-alerts-location-help{
  display:none!important;
}
.jobflow-alerts-location-option[hidden],
.jobflow-alerts-location-empty[hidden],
.jobflow-alerts-location-panel[hidden]{
  display:none!important;
}
@media (min-width:681px) and (max-width:1100px){
  .jobflow-alerts-form,
  .jobflow-alerts-pro-form{
    grid-template-columns:1fr 1fr!important;
    max-width:860px!important;
    align-items:end!important;
  }
  .jobflow-alerts-location-field{
    grid-column:auto!important;
  }
  .jobflow-alerts-submit,
  .jobflow-alerts-pro .jobflow-alerts-submit{
    grid-column:auto!important;
    max-width:none!important;
    margin:0!important;
  }
}
@media (max-width:680px){
  .jobflow-alerts-location-panel{
    max-height:min(420px, calc(100vh - 185px))!important;
    overflow:auto!important;
  }
}
