.job50-step-intro {
  margin: 0 0 20px;
  padding: 16px 18px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f8fafc;
}

.job50-step-title {
  margin: 0 0 6px;
  font-size: 1.125rem;
  line-height: 1.3;
}

.job50-step-text {
  margin: 0;
  color: #475467;
  font-size: 0.875rem;
}

.job50-register-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 24px 0 16px;
}

.job50-company-status {
  margin: 12px 0 18px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

.job50-company-badge {
  display: inline-block;
  margin-bottom: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
}

.job50-company-badge.is-existing {
  background: #ecfdf3;
  color: #027a48;
}

.job50-company-badge.is-new {
  background: #eff8ff;
  color: #175cd3;
}

.job50-company-help {
  color: #475467;
  font-size: 0.9375rem;
}

#wpmem_register_form .ts-wrapper {
  margin-top: 6px;
}

#wpmem_register_form .ts-control {
  min-height: 44px;
  border-radius: 8px;
}

#wpmem_register_form .button_div {
  position: absolute;
  right: 32px;
  bottom: -8px;
}

.job50-avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: #ed1c24;
  color: #fff;
  font-family: "Google Sans Flex", "Google Sans", Inter, system-ui, sans-serif;
  font-weight: 300;
  font-variation-settings: "wght" 300;
  letter-spacing: -.05em;
  text-transform: uppercase;
  line-height: .82;
}
