/* Small app-specific overrides layered on top of the SmartAdmin bundle. */

.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.timeline li {
  padding: 8px 0;
  border-bottom: 1px solid #e9ecef;
}
.timeline li:last-child {
  border-bottom: none;
}

.filter-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: end;
}
.filter-form .form-group {
  margin-bottom: 0;
  min-width: 160px;
}

.table-wrap {
  overflow-x: auto;
}
