/* Notification styles */
.notification {
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: var(--border-radius);
  text-align: center;
  font-weight: 500;
  animation: fadeIn 0.3s ease-in-out;
}
