.mct-notifications {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.mct-notifications .mct-notification {
  border: 1px solid #ccc;
  background-color: #eee;
  color: #666;
  padding: 10px;
  border-radius: 3px;
}
.mct-notifications .mct-notification.warn {
  border-color: #9ec5fe;
  background-color: #cfe2ff;
  color: #052c65;
}
.mct-notifications .mct-notification.error {
  border-color: #f1aeb5;
  background-color: #f8d7da;
  color: #58151c;
}
.mct-notifications .mct-notification.success {
  border-color: #a3cfbb;
  background-color: #d1e7dd;
  color: #0a3622;
}

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