body.st-ejm-page #sp-component #jb_template > .page-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px !important;
  padding: clamp(26px, 4vw, 42px) !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  border-radius: 19px !important;
  background:
    radial-gradient(circle at 94% 10%, rgba(215, 166, 58, .22), transparent 13rem),
    linear-gradient(128deg, #102a2e 0%, #14565b 58%, #0b7f80 100%) !important;
  box-shadow: 0 18px 42px rgba(16, 42, 46, .16) !important;
}

body.st-ejm-page #sp-component #jb_template > .page-header::after {
  position: absolute;
  top: -72px;
  right: -38px;
  width: 190px;
  height: 190px;
  border: 26px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}

body.st-ejm-page #sp-component #jb_template > .page-header h1,
body.st-ejm-page #sp-component #jb_template > .page-header .page-title {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  line-height: 1.1 !important;
}

body.st-ejm-page #sp-component .btn-primary,
body.st-ejm-page #sp-component .bg-primary {
  border-color: #087779 !important;
  background: linear-gradient(135deg, #087779, #2e9b91) !important;
  color: #fff !important;
}

body.st-ejm-page #sp-component .btn-primary:hover,
body.st-ejm-page #sp-component .btn-primary:focus-visible {
  border-color: #102a2e !important;
  background: #102a2e !important;
  color: #fff !important;
}

body.st-ejm-page #sp-component a:not(.btn):not(.st-employer-mark-link) {
  color: #087779;
}

body.st-ejm-page #sp-component a:not(.btn):not(.st-employer-mark-link):hover,
body.st-ejm-page #sp-component a:not(.btn):not(.st-employer-mark-link):focus-visible {
  color: #9a5a2f;
}

@media (max-width: 575px) {
  body.st-ejm-page #sp-component #jb_template > .page-header {
    padding: 24px 20px !important;
    border-radius: 15px !important;
  }
}
