.linqs-form-status {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.linqs-form-status--loading {
  background: hsl(210 40% 96%);
  color: hsl(215 25% 27%);
}

.linqs-form-status--success {
  background: hsl(142 76% 94%);
  color: hsl(142 72% 22%);
  border: 1px solid hsl(142 50% 80%);
}

.linqs-form-status--error {
  background: hsl(0 86% 97%);
  color: hsl(0 72% 35%);
  border: 1px solid hsl(0 70% 88%);
}

.linqs-form-status[hidden] {
  display: none !important;
}
