.sendgrid-status {
  display: inline-block;
  margin-top: 4px;
  padding: 1px 8px;
  border-radius: 10px;
  font-size: 0.85em;
  background: #eef1f4;
  color: #555;
  cursor: default;
}
.sendgrid-status.sendgrid-delivered { background: #e6f4ea; color: #1e7e34; }
.sendgrid-status.sendgrid-open,
.sendgrid-status.sendgrid-click { background: #d4edda; color: #155724; font-weight: bold; }
.sendgrid-status.sendgrid-failed { background: #fdecea; color: #c0392b; font-weight: bold; }
.sendgrid-status .sendgrid-to { color: #999; margin-left: 6px; font-weight: normal; }
