#emailpending-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 16px;
  box-sizing: border-box;
}

.emailpending-card {
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.emailpending-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #111827;
}

.emailpending-copy {
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
  color: #374151;
}

.emailpending-small {
  font-size: 13px;
  color: #6b7280;
}

#emailpending-code {
  font-family: Arial, sans-serif;
  font-size: 16px;
  width: 100%;
  padding: 9px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.emailpending-card button {
  font-family: Arial, sans-serif;
  font-size: 14px;
  width: 100%;
  padding: 8px;
  cursor: pointer;
  box-sizing: border-box;
}

#emailpending-err {
  color: #d44;
  min-height: 20px;
  font-size: 13px;
  text-align: center;
}
