/* Confirmation / check-your-email prompt */

.confirmation-message {
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
  text-align: center;
}

.confirmation-message p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.confirmation-message form {
  border: none;
  padding: 0;
  box-shadow: none;
  background: none;
}
