/* SUNDUQ v410 — источник импортных вакансий */

.su410SourceBadge{
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin:10px 0 0;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(240,24,79,.13);
  border:1px solid rgba(240,24,79,.35);
  color:#ff8dad;
  font-size:12px;
  font-weight:900;
}

.su410SourceNote{
  margin:12px 0;
  color:#b8c6d6;
  line-height:1.5;
}

.su410ExternalApply{
  display:block;
  width:100%;
  box-sizing:border-box;
  margin-top:12px;
  text-align:center;
  text-decoration:none;
  background:#f0184f;
  color:#fff!important;
  border-radius:14px;
  padding:13px 16px;
  font-weight:1000;
}

.su410ExternalApply:hover{
  text-decoration:none;
}

.su410ServerSource{
  margin-top:16px;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  color:#b8c6d6;
}

.su410ServerSource a{
  color:#8bcaff;
  font-weight:900;
}

/* SUNDUQ v420 — job -> city SEO backlinks */
.job93SeoNav{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:14px;
}

.job93SeoNav a{
  text-decoration:none;
}

.job93SeoSep{
  opacity:.5;
}

.job93CityBack{
  font-weight:600;
}

@media (max-width:620px){
  .job93SeoNav{
    align-items:flex-start;
  }
}

