.barrio-form-status {
  display: none;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
.barrio-form-status.is-success,
.barrio-form-status.is-error { display: block; }
.barrio-form-status.is-success { background: #eaf8ef; color: #146c36; }
.barrio-form-status.is-error { background: #fff0ef; color: #a51d17; }
[data-whatsapp-form] button[disabled] { cursor: wait; opacity: .72; }
