/*
 * Participant Referral page — v12.15.6
 * Purpose-built, accessible presentation scoped to the Referral page.
 */

.ha-referral-page {
  --ha-referral-ink: #102b3a;
  --ha-referral-muted: #49626e;
  --ha-referral-line: #d4e3e8;
  --ha-referral-cyan: #1686a1;
  --ha-referral-magenta: #87005f;
  --ha-referral-green: #176b4f;
  --ha-referral-header-height: 139px;
  --ha-referral-jump-height: 75px;
  color: var(--ha-referral-ink);
  background: #fff;
}

.ha-referral-page :where(#who-can-refer, #prepare-referral, #referral-steps, #online-referral, #after-referral) {
  scroll-margin-top: calc(var(--ha-referral-header-height) + var(--ha-referral-jump-height) + 1rem);
}

.ha-referral-hero {
  padding-block: clamp(3.2rem, 6vw, 5.75rem);
  background:
    radial-gradient(circle at 5% 92%, rgba(157, 43, 120, .08), transparent 22rem),
    linear-gradient(122deg, #94b4bf 0%, #fff 56%, #fdf6fa 100%);
}

.ha-referral-hero::after {
  top: -13rem;
  right: -8rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(56, 165, 193, .13);
  background: rgba(255, 255, 255, .24);
  box-shadow: 0 0 0 4.5rem rgba(255, 255, 255, .13);
}

.ha-referral-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 5.75rem);
}

.ha-referral-hero__copy { min-width: 0; }

.ha-referral-hero h1 {
  max-width: 780px;
  margin-bottom: 1.15rem;
  font-size: clamp(3rem, 6.5vw, 5.75rem);
  line-height: .99;
  letter-spacing: -.055em;
}

.ha-referral-hero .ha-page-lead {
  max-width: 720px;
  margin-bottom: 0;
  color: #304f5c;
  font-size: clamp(1.08rem, 1.8vw, 1.27rem);
}

.ha-referral-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem 1.45rem;
  margin-top: 1.8rem;
}

.ha-referral-hero__actions .ha-button {
  min-height: 50px;
  padding-inline: 1.25rem;
  border-radius: 10px;
  background: var(--ha-referral-magenta);
}

.ha-referral-hero__actions .ha-text-link { color: var(--ha-referral-ink); }

.ha-referral-assurance {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(16, 43, 58, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 24px 60px rgba(16, 43, 58, .13);
  backdrop-filter: blur(10px);
}

.ha-referral-assurance::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--ha-referral-cyan), var(--ha-referral-magenta));
}

.ha-referral-assurance__item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: .95rem;
  padding: 1.2rem 1.35rem 1.2rem 1.55rem;
}

.ha-referral-assurance__item + .ha-referral-assurance__item { border-top: 1px solid var(--ha-referral-line); }

.ha-referral-assurance__item > span,
.ha-referral-card__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #e9f7fa;
  color: #0c7189;
}

.ha-referral-assurance__item:nth-child(2) > span { background: #f8edf4; color: var(--ha-referral-magenta); }
.ha-referral-assurance__item:nth-child(3) > span { background: #edf6f2; color: var(--ha-referral-green); }

.ha-referral-assurance__item .ha-icon,
.ha-referral-card__icon .ha-icon {
  width: 23px;
  height: 23px;
}

.ha-referral-assurance__item strong {
  display: block;
  margin: .08rem 0 .22rem;
  font-size: .98rem;
}

.ha-referral-assurance__item p {
  margin: 0;
  color: var(--ha-referral-muted);
  font-size: .84rem;
  line-height: 1.55;
}

.ha-referral-jump {
  position: sticky;
  top: var(--ha-referral-header-height);
  z-index: 190;
  border-bottom: 1px solid var(--ha-referral-line);
  background: #fff;
  box-shadow: 0 10px 25px rgba(16, 43, 58, .035);
}

.ha-referral-jump .ha-container {
  display: flex;
  gap: .4rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding-block: .8rem;
  scrollbar-width: thin;
}

.ha-referral-jump a {
  flex: 0 0 auto;
  min-height: 44px;
  padding: .72rem .95rem;
  border-radius: 8px;
  color: #274551;
  font-size: .82rem;
  font-weight: 750;
  text-decoration: none;
}

.ha-referral-jump a:hover,
.ha-referral-jump a:focus-visible {
  background: #f0f8fa;
  color: var(--ha-referral-magenta);
}

.ha-referral-section { padding-block: clamp(3.8rem, 7vw, 6.6rem); }

.ha-referral-section-heading {
  max-width: 840px;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.ha-referral-section-heading .ha-eyebrow { margin-bottom: .65rem; }

.ha-referral-section-heading h2 {
  margin-bottom: .8rem;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.ha-referral-section-heading > p:last-child {
  max-width: 790px;
  margin: 0;
  color: var(--ha-referral-muted);
  line-height: 1.7;
}

.ha-referral-who {
  background: linear-gradient(180deg, #fff 0%, #f9fcfd 100%);
}

.ha-referral-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ha-referral-audience-card {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-content: start;
  gap: .9rem 1rem;
  min-height: 235px;
  padding: 1.45rem;
  overflow: hidden;
  border: 1px solid var(--ha-referral-line);
  border-top: 4px solid var(--ha-referral-cyan);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(16, 43, 58, .055);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ha-referral-audience-card:nth-child(2) { border-top-color: var(--ha-referral-magenta); }
.ha-referral-audience-card:nth-child(3) { border-top-color: var(--ha-referral-green); }
.ha-referral-audience-card:nth-child(2) .ha-referral-card__icon { background: #f8edf4; color: var(--ha-referral-magenta); }
.ha-referral-audience-card:nth-child(3) .ha-referral-card__icon { background: #edf6f2; color: var(--ha-referral-green); }

.ha-referral-audience-card:hover {
  transform: translateY(-4px);
  border-color: #aecdd6;
  box-shadow: 0 22px 45px rgba(16, 43, 58, .1);
}

.ha-referral-audience-card h3 {
  align-self: center;
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.42rem);
  line-height: 1.2;
}

.ha-referral-audience-card p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--ha-referral-muted);
  font-size: .92rem;
  line-height: 1.67;
}

.ha-referral-choice-note {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: start;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1.25rem 1.4rem;
  border: 1px solid #bddde5;
  border-radius: 13px;
  background: #eef8fa;
}

.ha-referral-choice-note > span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #fff;
  color: var(--ha-referral-cyan);
}

.ha-referral-choice-note > span .ha-icon {
  width: 25px;
  height: 25px;
}

.ha-referral-choice-note h3 {
  margin: .05rem 0 .32rem;
  font-size: 1.12rem;
}

.ha-referral-choice-note p {
  margin: 0;
  color: #36535f;
  font-size: .88rem;
  line-height: 1.62;
}

.ha-referral-choice-note .ha-text-link {
  margin-top: .65rem;
  color: var(--ha-referral-magenta);
  font-size: .8rem;
}

.ha-referral-prepare {
  border-top: 1px solid #edf3f5;
  background:
    radial-gradient(circle at 92% 8%, rgba(157, 43, 120, .055), transparent 20rem),
    #fff;
}

.ha-referral-prepare__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(310px, .82fr);
  align-items: start;
  gap: clamp(2.25rem, 5vw, 4.75rem);
}

.ha-referral-checklist {
  display: grid;
  gap: .72rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ha-referral-checklist li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: start;
  gap: .75rem;
  padding: .9rem 1rem;
  border: 1px solid #d9e5e9;
  border-radius: 11px;
  background: #fff;
  color: #2e4c58;
  font-size: .9rem;
  line-height: 1.58;
}

.ha-referral-checklist li .ha-icon {
  width: 23px;
  height: 23px;
  padding: 3px;
  border-radius: 50%;
  background: #dcefe7;
  color: #146849;
}

.ha-referral-privacy-card {
  position: sticky;
  top: calc(var(--ha-referral-header-height) + var(--ha-referral-jump-height) + 1.5rem);
  padding: 1.5rem;
  border: 1px solid #c9e0e6;
  border-top: 5px solid var(--ha-referral-cyan);
  border-radius: 16px;
  background: linear-gradient(150deg, #f2fafc, #fff 62%, #fff8fb);
  box-shadow: 0 18px 48px rgba(16, 43, 58, .085);
}

.ha-referral-privacy-card__icon,
.ha-referral-contact-card__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: .95rem;
  border-radius: 12px;
  background: var(--ha-referral-ink);
  color: #fff;
}

.ha-referral-privacy-card__icon .ha-icon,
.ha-referral-contact-card__icon .ha-icon {
  width: 24px;
  height: 24px;
}

.ha-referral-privacy-card .ha-card-kicker,
.ha-referral-contact-card .ha-card-kicker {
  margin-bottom: .35rem;
  font-size: .68rem;
}

.ha-referral-privacy-card h2,
.ha-referral-contact-card h2 {
  margin: 0 0 .85rem;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1.2;
}

.ha-referral-privacy-card > p:not(.ha-card-kicker),
.ha-referral-contact-card > p:not(.ha-card-kicker) {
  color: var(--ha-referral-muted);
  font-size: .88rem;
  line-height: 1.65;
}

.ha-referral-privacy-card .ha-text-link {
  margin-top: .65rem;
  color: var(--ha-referral-magenta);
  font-size: .8rem;
}

.ha-referral-process {
  border-block: 1px solid #e6eef1;
  background: #f8fbfc;
}

.ha-referral-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ha-referral-process-grid li {
  display: grid;
  align-content: start;
  min-height: 270px;
  padding: 1.4rem;
  border: 1px solid var(--ha-referral-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16, 43, 58, .045);
}

.ha-referral-process-grid li > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  border-radius: 11px;
  background: var(--ha-referral-ink);
  color: #fff;
  font-size: .78rem;
  font-weight: 850;
}

.ha-referral-process-grid li:nth-child(2) > span { background: var(--ha-referral-cyan); }
.ha-referral-process-grid li:nth-child(3) > span { background: var(--ha-referral-magenta); }
.ha-referral-process-grid li:nth-child(4) > span { background: var(--ha-referral-green); }

.ha-referral-process-grid h3 {
  margin: 0 0 .55rem;
  font-size: 1.18rem;
  line-height: 1.25;
}

.ha-referral-process-grid p {
  margin: 0;
  color: var(--ha-referral-muted);
  font-size: .88rem;
  line-height: 1.64;
}

.ha-referral-form-section {
  background:
    radial-gradient(circle at 5% 15%, rgba(22, 134, 161, .06), transparent 22rem),
    #fff;
}

.ha-referral-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 350px);
  align-items: start;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.ha-referral-form-surface { min-width: 0; }

.ha-referral-form-surface .ha-form {
  padding: clamp(1.35rem, 3.3vw, 2.25rem);
  border: 1px solid #cfe0e5;
  border-radius: 18px;
  box-shadow: 0 20px 54px rgba(16, 43, 58, .085);
}

.ha-referral-form-surface .ha-form-intro {
  margin: 0 0 1.25rem;
  padding: .95rem 1rem;
  border: 1px solid #d8e8ec;
  border-radius: 11px;
  background: #f3f9fa;
  color: #36545f;
  font-size: .84rem;
  line-height: 1.55;
}

.ha-referral-form-surface .ha-form-grid { gap: 1.05rem; }

.ha-referral-form-surface .ha-form-field label {
  margin-bottom: .42rem;
  color: var(--ha-referral-ink);
  font-size: .84rem;
  font-weight: 780;
}

.ha-referral-form-surface .ha-form input:not([type="checkbox"]),
.ha-referral-form-surface .ha-form select,
.ha-referral-form-surface .ha-form textarea {
  min-height: 52px;
  border-color: #bdcfd5;
  border-radius: 10px;
  background: #fff;
}

.ha-referral-form-surface .ha-form textarea { min-height: 165px; }

.ha-referral-form-surface .ha-form-field--checkbox {
  padding: 1rem;
  border: 1px solid #d4e3e8;
  border-radius: 11px;
  background: #f8fbfc;
}

.ha-referral-form-surface .ha-check {
  color: #304d59;
  font-size: .84rem;
  line-height: 1.55;
}

.ha-referral-form-surface .ha-button--submit {
  min-height: 50px;
  border-radius: 10px;
  background: var(--ha-referral-magenta);
}

.ha-referral-form-surface .ha-form-help {
  font-size: .78rem;
  line-height: 1.55;
}

.ha-referral-contact-card {
  position: sticky;
  top: calc(var(--ha-referral-header-height) + var(--ha-referral-jump-height) + 1.5rem);
  padding: 1.5rem;
  border: 1px solid #c9e0e6;
  border-top: 5px solid var(--ha-referral-magenta);
  border-radius: 16px;
  background: linear-gradient(150deg, #fff8fb, #fff 55%, #f2fafc);
  box-shadow: 0 18px 48px rgba(16, 43, 58, .085);
}

.ha-referral-contact-card__icon {
  background: var(--ha-referral-magenta);
}

.ha-referral-contact-card__links {
  display: grid;
  gap: .65rem;
  margin-top: 1.2rem;
}

.ha-referral-contact-card__links a {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: .6rem;
  min-height: 46px;
  padding: .7rem .8rem;
  border-radius: 9px;
  background: #f0f7f9;
  color: var(--ha-referral-ink);
  font-size: .82rem;
  font-weight: 780;
  line-height: 1.4;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.ha-referral-contact-card__links a:hover,
.ha-referral-contact-card__links a:focus-visible {
  background: #e6f2f5;
  color: var(--ha-referral-magenta);
}

.ha-referral-contact-card__links .ha-icon {
  width: 20px;
  height: 20px;
  color: var(--ha-referral-cyan);
}

.ha-referral-contact-card__note {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: .6rem;
  margin-top: 1rem;
  padding: .9rem;
  border: 1px solid #d4e5df;
  border-radius: 10px;
  background: #f1f8f5;
}

.ha-referral-contact-card__note > .ha-icon {
  width: 21px;
  height: 21px;
  padding: 3px;
  border-radius: 50%;
  background: #dcefe7;
  color: var(--ha-referral-green);
}

.ha-referral-contact-card__note p {
  margin: 0;
  color: #36564b;
  font-size: .77rem;
  line-height: 1.55;
}

.ha-referral-after {
  border-top: 1px solid #e6eef1;
  background: linear-gradient(180deg, #f8fbfc 0%, #fff 100%);
}

.ha-referral-after-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.ha-referral-after-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-content: start;
  gap: .85rem .9rem;
  min-height: 255px;
  padding: 1.35rem;
  border: 1px solid var(--ha-referral-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16, 43, 58, .045);
}

.ha-referral-after-grid article:nth-child(2) .ha-referral-card__icon { background: #f8edf4; color: var(--ha-referral-magenta); }
.ha-referral-after-grid article:nth-child(3) .ha-referral-card__icon { background: #edf6f2; color: var(--ha-referral-green); }
.ha-referral-after-grid article:nth-child(4) .ha-referral-card__icon { background: #f4f1f8; color: #5c4775; }

.ha-referral-after-grid h3 {
  align-self: center;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.25;
}

.ha-referral-after-grid p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--ha-referral-muted);
  font-size: .86rem;
  line-height: 1.62;
}

.ha-referral-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: clamp(1.65rem, 4vw, 2.6rem);
  border-radius: 18px;
  background: var(--ha-referral-ink);
  color: #fff;
}

.ha-referral-final-cta .ha-eyebrow { color: #71d1e7; }

.ha-referral-final-cta h2 {
  max-width: 720px;
  margin: 0 0 .55rem;
  color: #fff;
  font-size: clamp(1.65rem, 3.2vw, 2.55rem);
  line-height: 1.12;
}

.ha-referral-final-cta p:not(.ha-eyebrow) {
  max-width: 740px;
  margin: 0;
  color: #d9e8ed;
  font-size: .92rem;
  line-height: 1.65;
}

.ha-referral-final-cta > div:last-child {
  display: grid;
  gap: .7rem;
  min-width: 235px;
}

.ha-referral-final-cta .ha-button {
  width: 100%;
  border-radius: 9px;
  font-size: .8rem;
}

.ha-referral-final-cta .ha-button:first-child { background: var(--ha-referral-magenta); }

.ha-referral-final-cta .ha-button--outline {
  border-color: rgba(255, 255, 255, .55);
  color: #fff;
}

.ha-referral-page :where(
  .ha-referral-audience-card,
  .ha-referral-choice-note,
  .ha-referral-privacy-card,
  .ha-referral-process-grid li,
  .ha-referral-form-surface .ha-form,
  .ha-referral-contact-card,
  .ha-referral-after-grid article
):focus-within {
  border-color: var(--ha-referral-cyan);
  box-shadow: 0 0 0 3px rgba(22, 134, 161, .16);
}

@media (max-width: 1100px) {
  .ha-referral-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    gap: 2.5rem;
  }

  .ha-referral-process-grid,
  .ha-referral-after-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ha-referral-process-grid li,
  .ha-referral-after-grid article {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .ha-referral-hero__grid,
  .ha-referral-prepare__grid,
  .ha-referral-form-layout {
    grid-template-columns: 1fr;
  }

  .ha-referral-assurance { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .ha-referral-assurance::before {
    inset: 0 0 auto;
    width: auto;
    height: 5px;
  }

  .ha-referral-assurance__item {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 1.2rem;
  }

  .ha-referral-assurance__item + .ha-referral-assurance__item {
    border-top: 0;
    border-left: 1px solid var(--ha-referral-line);
  }

  .ha-referral-privacy-card,
  .ha-referral-contact-card {
    position: static;
  }

  .ha-referral-after-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ha-referral-hero { padding-block: 2.75rem 3.25rem; }

  .ha-referral-hero h1 { font-size: clamp(2.7rem, 13vw, 4.25rem); }

  .ha-referral-hero__actions {
    display: grid;
    gap: .8rem;
  }

  .ha-referral-hero__actions .ha-button { width: 100%; }

  .ha-referral-assurance { grid-template-columns: 1fr; }

  .ha-referral-assurance__item + .ha-referral-assurance__item {
    border-top: 1px solid var(--ha-referral-line);
    border-left: 0;
  }

  .ha-referral-jump .ha-container {
    width: 100%;
    padding-inline: 14px;
  }

  .ha-referral-section { padding-block: 3.5rem; }

  .ha-referral-audience-grid,
  .ha-referral-process-grid,
  .ha-referral-after-grid {
    grid-template-columns: 1fr;
  }

  .ha-referral-audience-card {
    min-height: 0;
    padding: 1.25rem;
  }

  .ha-referral-choice-note {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }

  .ha-referral-process-grid li,
  .ha-referral-after-grid article {
    padding: 1.2rem;
  }

  .ha-referral-form-surface .ha-form {
    padding: 1.15rem;
    border-radius: 15px;
  }

  .ha-referral-form-surface .ha-form-grid { grid-template-columns: 1fr; }
  .ha-referral-form-surface .ha-form-field--full { grid-column: auto; }

  .ha-referral-final-cta {
    grid-template-columns: 1fr;
    padding: 1.35rem;
  }

  .ha-referral-final-cta > div:last-child {
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .ha-referral-assurance__item {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 1rem;
  }

  .ha-referral-assurance__item > span,
  .ha-referral-card__icon {
    width: 40px;
    height: 40px;
  }

  .ha-referral-audience-card,
  .ha-referral-after-grid article {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .ha-referral-privacy-card,
  .ha-referral-contact-card {
    padding: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ha-referral-audience-card { transition: none; }
  .ha-referral-audience-card:hover { transform: none; }
}

@media (forced-colors: active) {
  .ha-referral-assurance,
  .ha-referral-audience-card,
  .ha-referral-choice-note,
  .ha-referral-privacy-card,
  .ha-referral-process-grid li,
  .ha-referral-form-surface .ha-form,
  .ha-referral-contact-card,
  .ha-referral-after-grid article,
  .ha-referral-final-cta {
    border: 1px solid CanvasText;
  }
}

@media print {
  .ha-referral-jump,
  .ha-referral-hero__actions,
  .ha-referral-form-section,
  .ha-referral-final-cta {
    display: none !important;
  }

  .ha-referral-privacy-card,
  .ha-referral-contact-card {
    position: static;
  }

  .ha-referral-audience-card,
  .ha-referral-choice-note,
  .ha-referral-privacy-card,
  .ha-referral-process-grid li,
  .ha-referral-after-grid article {
    break-inside: avoid;
    box-shadow: none;
  }
}
