/* Stationäre Fachkraft Eberswalde – page specific polish */

#jhb-job {
  --jhb-badge-1-bg: linear-gradient(180deg, rgba(240, 246, 255, .98) 0%, rgba(228, 237, 251, .98) 100%);
  --jhb-badge-1-ink: #34506f;
  --jhb-badge-2-bg: linear-gradient(180deg, rgba(245, 250, 245, .98) 0%, rgba(231, 242, 232, .98) 100%);
  --jhb-badge-2-ink: #31513f;
  --jhb-badge-3-bg: linear-gradient(180deg, rgba(255, 247, 239, .98) 0%, rgba(248, 232, 217, .98) 100%);
  --jhb-badge-3-ink: #7d4b12;
}

#jhb-job .jhb-job-region {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  max-width: min(100%, 860px);
  margin: 0 auto 22px;
  padding: 11px 18px;
  border: 1px solid rgba(61, 87, 118, .12);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(241, 247, 255, .96) 0%, rgba(255,255,255,.96) 100%);
  box-shadow: 0 10px 22px rgba(23, 39, 28, .05);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.42;
  color: #355274;
  text-wrap: balance;
}

#jhb-job .jhb-job-region::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 999px;
  background: currentColor;
  opacity: .78;
}

#jhb-job .jhb-job-lead {
  max-width: 780px;
  margin: 10px auto 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.74;
  color: #38453d;
}



@media (max-width: 820px) {
  #jhb-job .jhb-job-region {
    width: min(100%, 350px);
    max-width: 350px;
    margin: 0 auto 14px;
    padding: 10px 14px;
    font-size: 13px;
    line-height: 1.36;
  }

  #jhb-job .jhb-job-lead {
    max-width: 34ch;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.7;
  }


  #jhb-job .jhb-job-card--story {
    min-height: 0;
    padding: 24px 18px 20px;
  }
}
