.result-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.result[data-state="error"] {
  border-color: #a84925;
  background: #fff7f2;
}

.result[data-state="sending"] {
  min-height: 220px;
}

.cf-turnstile {
  min-height: 65px;
  margin-top: 20px;
}
