.gustas-lead-status {
  display: none;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 4px;
  font: 600 14px/1.4 "Open Sans", Arial, sans-serif;
}

.gustas-lead-status:not(:empty) { display: block; }
.gustas-lead-status[data-kind="pending"] { color: #4a3d00; background: #fff4bf; }
.gustas-lead-status[data-kind="success"] { color: #0b4b2a; background: #dff5e8; }
.gustas-lead-status[data-kind="error"] { color: #7b1515; background: #ffe3e3; }
[data-action="send"][disabled], [data-action="static-send"][disabled] { opacity: .65; cursor: wait; }
