/* style.css - small custom styles */

body {
  padding-top: 40px;
  background: #f8f9fa;
}

.container-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0,0,0,0.04);
}

.table-actions a {
  margin-right: 6px;
}

.form-error {
  color: #b02a37;
  font-size: 0.9rem;
}

.flash-msg {
  margin-bottom: 1rem;
}
