.growfund-reset-link-main-wrapper {
  padding: calc(var(--growfund-spacing-4) * 2);
  box-shadow: var(--growfund-box-shadow-7);
  background: var(--growfund-bg-surface);
  border: 1px solid var(--growfund-border-border);
  border-radius: var(--growfund-radius-lg);
  max-width: 494px;
  margin: auto;
}

.growfund-reset-link-main-wrapper-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(var(--growfund-spacing-4) * 2);
  font-family: var(--growfund-font-family);
  font-weight: var(--growfund-font-weight-semibold);
  font-size: var(--growfund-font-size-2xl);
  color: var(--growfund-text-primary);
}

.growfund-reset-link-content {
  margin-bottom: calc(var(--growfund-spacing-4) * 2);
  display: flex;
  flex-direction: column;
  gap: var(--growfund-spacing-2);
  margin-bottom: calc(var(--growfund-spacing-1) * 7);
}

.growfund-reset-link-title {
  font-size: var(--growfund-font-size-xl);
  font-weight: var(--growfund-font-weight-semibold);
  color: var(--growfund-text-primary);
  font-family: var(--growfund-font-family);
}

.growfund-reset-link-description {
  font-size: var(--growfund-font-size-md);
  color: var(--growfund-text-secondary);
  font-weight: var(--growfund-font-weight-normal);
  font-family: var(--growfund-font-family);
}

.growfund-reset-link-email {
  color: var(--growfund-text-primary);
  font-weight: var(--growfund-font-weight-medium);
}

.growfund-reset-link-footer {
  display: flex;
  justify-content: center;
  border-top: 1px solid transparent;
}

.growfund-reset-link-prompt {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--growfund-text-subdued);
  font-size: var(--growfund-font-size-md);
  font-weight: var(--growfund-font-weight-normal);
  font-family: var(--growfund-font-family);
}

.growfund-reset-link-resend-link {
  color: var(--growfund-text-primary);
  text-decoration: none;
  font-weight: var(--growfund-font-weight-normal);
  font-size: var(--growfund-font-size-md);
}

.growfund-reset-link-resend-link:hover {
  text-decoration: underline;
}
