/* Mensajes Flash globales */
.message {
  padding: 0.8rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.95rem;
}

.message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.message svg {
  vertical-align: middle;
  margin-right: 8px;
  width: 18px;
  height: 18px;
}