.unpnc-salary-embed{
  --unpnc-frame-bg:#f4f7fb;
  width:100%;
  margin:0 auto;
  border-radius:24px;
  background:var(--unpnc-frame-bg);
  box-shadow:0 18px 52px rgba(9,30,66,.10);
  overflow:hidden;
  border:1px solid #dde5ee;
}
.unpnc-salary-embed__frame{
  display:block;
  width:100%;
  min-height:1200px;
  border:0;
  background:var(--unpnc-frame-bg);
  transition:height .18s ease;
}
.unpnc-salary-embed__fallback{
  margin:0;
  padding:14px 16px;
  background:#fff8e7;
  color:#6f5218;
  font:600 13px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
@media(max-width:767px){
  .unpnc-salary-embed{border-radius:16px}
  .unpnc-salary-embed__frame{min-height:1450px}
}


/* Responsive container v1.1.7 */
.unpnc-salary-embed{max-width:100%;min-width:0;isolation:isolate;box-sizing:border-box}
.unpnc-salary-embed__frame{max-width:100%;min-width:0;box-sizing:border-box}
@media(max-width:1024px){
  .unpnc-salary-embed{border-radius:18px}
}
@media(max-width:680px){
  .unpnc-salary-embed{border-radius:12px;box-shadow:0 10px 28px rgba(9,30,66,.08)}
  .unpnc-salary-embed__frame{min-height:1800px}
}
@media(orientation:landscape) and (max-height:520px) and (max-width:900px){
  .unpnc-salary-embed{border-radius:12px}
}
