.lpsc-verification {
  box-sizing: border-box;
  margin-top: 1.25rem;
  padding: 1.5rem;
  border: 1px solid currentColor;
  border-radius: 0.75rem;
}

.lpsc-verification h3 {
  margin-top: 0;
}

.lpsc-code-label,
.lpsc-code {
  display: block;
}

.lpsc-code {
  width: min(100%, 16rem);
  margin-top: 0.5rem;
  padding: 0.75rem 1rem;
  font: inherit;
  font-size: 1.5rem;
  letter-spacing: 0.35em;
}

.lpsc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.lpsc-actions button {
  cursor: pointer;
}

.lpsc-notice {
  margin-top: 0.75rem;
  font-weight: 600;
}

.lpsc-error {
  color: #a40000;
}

.lpsc-success {
  color: #176b38;
}

.lpsc-notice[hidden] {
  display: none;
}
