/* Nudel custom styles */

/* Flash messages */
.flash-success {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.flash-error {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Active nav link highlighting */
nav a[aria-current="page"] {
  font-weight: bold;
  text-decoration: underline;
}
