/* Simple, clean styles for verification pages */
.container.narrow {
  max-width: 560px;
  margin: 48px auto;
}

.container.center { text-align: center; }

.target-email {
  font-weight: 600;
}

.verify-actions, .resend-form {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.resend-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.resend-form .form-control {
  width: 100%;
  max-width: 380px;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
}

.btn.btn-primary {
  background: var(--primary-blue, #006da0);
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.btn.btn-primary:hover { background: #005a82; }

.helper-links {
  margin-top: 16px;
  color: #4b5563;
}

.helper-links a { color: var(--primary-blue, #006da0); text-decoration: none; }
.helper-links a:hover { text-decoration: underline; }
.helper-links .sep { margin: 0 8px; color: #9ca3af; }

.notice.success {
  background: #ecfdf5;
  border: 1px solid #10b981;
  color: #065f46;
  padding: 10px 12px;
  border-radius: 8px;
  margin-bottom: 12px;
}
