.dpd-filter {
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dpd-filter-label {
  font-weight: 600;
}
.dpd-filter-select {
  padding: 6px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.dpd-grid {
  display: grid;
  align-items: start;
}
.dpd-card-wrap {
  /* Individual card wrapper keeps things tidy */
}
.dpd-empty, .dpd-missing-card {
  padding: 12px;
  border: 1px dashed #ccc;
  background: #fafafa;
  border-radius: 6px;
}

/* Placeholder inside select instead of external label */
.dpd-filter-label{display:none;}
