/* Minimal custom styling (keine Inline-CSS) */

.table td, .table th {
  vertical-align: middle;
}

.articles-filters th {
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
}

.articles-filters .form-control {
  min-width: 140px;
}

code {
  color: #d63384;
}
.navbar .nav-link.active {
  font-weight: 600;
  color: #fff;
  border-bottom: 2px solid #0d6efd;
}
