/* Narrow Android/Chrome focus-ring correction for the optional referral field. */
html body #root .register-page [data-guest-register-referral-id-v1] input:focus,
html body #root .register-page [data-guest-register-referral-id-v1] input:focus-visible {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  border-color: #b99e5f !important;
}
