/* Notification styles */
.notification.error {
  background-color: #fee2e2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}
