.notAToastparisGothicMistSuccess,
.notAToastparisGothicMistWarning,
.notAToastparisGothicMistError {
  max-width: min(92vw, 460px);
  padding: 1rem 1.15rem;
  border-radius: 8px;
  color: #f8fafc;
  font-family: "Noto Sans", "Open Sans", Arial, sans-serif;
  line-height: 1.45;
  white-space: pre-line;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.35);
}

.notAToastparisGothicMistSuccess {
  background: linear-gradient(135deg, rgba(20, 83, 45, 0.92), rgba(60, 60, 60, 0.8));
  border: 1px solid rgba(134, 239, 172, 0.45);
}

.notAToastparisGothicMistWarning {
  background: linear-gradient(135deg, rgba(146, 64, 14, 0.94), rgba(60, 60, 60, 0.82));
  border: 1px solid rgba(253, 230, 138, 0.55);
}

.notAToastparisGothicMistError {
  background: linear-gradient(135deg, rgba(127, 29, 29, 0.94), rgba(60, 60, 60, 0.82));
  border: 1px solid rgba(253, 164, 175, 0.5);
}
