.status-message {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  border-radius: 0.5rem;
  background: #27d524;
  padding: 1.25rem;
  width: 100%;
}
.status-message__icon {
  margin-top: -0.5rem;
  height: 1em;
  color: #fff;
  font-size: 2.25rem;
}
.status-message--warning {
  background: #FF892E;
}
.status-message--error {
  background: #d8222a;
  color: #fff;
}

/*# sourceMappingURL=status_message.css.map */
