.referral-profile-text-link {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.referral-profile-text-link:hover {
  color: #d5efea;
}

.referral-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.profile-download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 7px;
  color: #fff;
  font-weight: 800;
}

.profile-download-button:hover {
  background: #fff;
  color: #123b4a;
}

@media (max-width: 600px) {
  .referral-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
}
