.form-status {
  margin: 0 0 20px;
  padding: 12px 14px;
  border-left: 4px solid var(--gold);
  background: #f7f2e4;
  font-weight: 700;
}

.form-status.error {
  border-color: #ad3131;
  background: #f9eaea;
  color: #812323;
}

.form-status a {
  font-weight: 800;
  text-underline-offset: 3px;
}
