.sgc-contact-status {
  box-sizing: border-box;
  width: 100%;
  margin: 14px 0 0;
  padding: 13px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.sgc-contact-status.is-success {
  border-color: #43d17b;
  background: #e9fff1;
  color: #135d31;
}

.sgc-contact-status.is-error {
  border-color: #e05a5a;
  background: #fff0f0;
  color: #7b2020;
}

.sgc-contact-status[hidden] {
  display: none !important;
}
