
.toast-message {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #28a745;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  z-index: 10000;
  opacity: 0.95;
}
.toast-message.warning {
  background: #ffc107;
}
