.silo-referral-trigger {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex: none;
  border: 1px solid #e2e5e9;
  border-radius: 11px;
  background: #f4f5f6;
  color: #30343a;
  transition: background 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.silo-referral-trigger:hover {
  border-color: #d5d9df;
  background: #ebeef1;
  transform: translateY(-1px);
}

.silo-referral-trigger:focus-visible {
  outline: 2px solid #ff80ab;
  outline-offset: 2px;
}

.silo-referral-trigger img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.clone-overlay.clone-modal.silo-referral-modal {
  width: min(380px, calc(100vw - 32px));
  overflow: hidden;
}

.silo-referral-body {
  padding: 2px 22px 24px;
  text-align: center;
}

.silo-referral-hero {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 2px auto 14px;
  place-items: center;
  border-radius: 18px;
  background: #f0f2f5;
}

.silo-referral-hero img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.silo-referral-body h2 {
  color: #181b20;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.silo-referral-body > p {
  max-width: 310px;
  margin: 7px auto 18px;
  color: #747d89;
  font-size: 13px;
  line-height: 1.5;
}

.silo-referral-steps {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  text-align: left;
}

.silo-referral-steps > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border-radius: 12px;
  background: #f5f6f8;
}

.silo-referral-steps > div > span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: none;
  place-items: center;
  border-radius: 9px;
  background: #fff;
  color: #e0447c;
  font-size: 12px;
  font-weight: 700;
}

.silo-referral-steps p {
  display: grid;
  gap: 2px;
}

.silo-referral-steps strong {
  color: #252930;
  font-size: 13px;
  font-weight: 650;
}

.silo-referral-steps small {
  color: #858d98;
  font-size: 11.5px;
}

.silo-referral-primary {
  width: 100%;
  height: 42px;
  border-radius: 11px;
  background: #ff80ab;
  color: #fff;
  font-size: 13.5px;
  font-weight: 700;
  transition: background 150ms ease, transform 150ms ease;
}

.silo-referral-primary:hover {
  background: #ee3e79;
  transform: translateY(-1px);
}
