.ath-fluent-recovery {
  margin-top: 1rem;
  padding: 1rem 1.15rem;
  border: 1px solid #d4c4ef;
  border-radius: 8px;
  background: #f8f4ff;
  color: #2f2440;
}

.ath-fluent-recovery__title {
  margin: 0 0 0.35rem;
  font-weight: 600;
}

.ath-fluent-recovery__lead {
  margin: 0 0 0.75rem;
}

.ath-fluent-recovery__actions {
  margin: 0;
}

.ath-fluent-recovery__continue {
  border: 0;
  padding: 0;
  background: none;
  color: var(--color-teal, #1a6b6b);
  font: inherit;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.ath-fluent-recovery__continue:disabled {
  opacity: 0.7;
  cursor: wait;
}

.ath-fluent-recovery__back {
  color: var(--color-teal, #1a6b6b);
  font-weight: 600;
}

.ath-fluent-recovery__contact {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
}

.ath-fluent-recovery__contact a {
  color: var(--color-teal, #1a6b6b);
  font-weight: 600;
}
