.ga-submit-status {
  margin: 18px 0 0;
  padding: 13px 15px;
  color: #b42318;
  background: #fff1f0;
  border: 1px solid #ffc9c5;
  border-radius: 12px;
  font-size: 0.92rem;
  line-height: 1.8;
}

.ga-submit-status.is-success {
  color: #087443;
  background: #ecfdf3;
  border-color: #abefc6;
}

.ga-form button:disabled {
  cursor: wait;
  opacity: 0.7;
}
