.forgot-heading {
  margin: 1.25rem 0 0.5rem;
  text-align: center;
  font-size: 1.35rem;
  font-weight: 700;
  color: #1c1917;
}

.forgot-description {
  margin: 0 0 1.75rem;
  text-align: center;
  font-size: 0.85rem;
  color: #78716c;
  line-height: 1.5;
}

.back-link-row {
  margin: 1.25rem 0 1.5rem;
  text-align: center;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: #8b5cf6;
  text-decoration: none;
}

.back-link:hover {
  text-decoration: underline;
}

.success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #22c55e;
  border-radius: 50%;
  color: #ffffff;
}

.success-heading {
  margin: 0 0 0.75rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1c1917;
}

.success-description {
  margin: 0 0 1.5rem;
  text-align: center;
  font-size: 0.9rem;
  color: #78716c;
  line-height: 1.6;
}

.success-email {
  font-weight: 700;
  color: #8b5cf6;
}

.retry-button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: #8b5cf6;
  cursor: pointer;
}

.retry-button:hover {
  text-decoration: underline;
}
