/* Toast — soft tinted backgrounds (GitHub/Stripe style) */

.toast-success {
  background-color: #f0fdf4 !important;
  border: 1px solid #bbf7d0 !important;
  color: #15803d !important;
}
.toast-success .toast-icon {
  color: #16a34a;
}

.toast-error {
  background-color: #fef2f2 !important;
  border: 1px solid #fecaca !important;
  color: #b91c1c !important;
}
.toast-error .toast-icon {
  color: #dc2626;
}

.toast-warning {
  background-color: #fffbeb !important;
  border: 1px solid #fde68a !important;
  color: #92400e !important;
}
.toast-warning .toast-icon {
  color: #d97706;
}

.toast-info {
  background-color: #eff6ff !important;
  border: 1px solid #bfdbfe !important;
  color: #1d4ed8 !important;
}
.toast-info .toast-icon {
  color: #2563eb;
}
