/* Table */
.table td, .table th { vertical-align: middle; }

/* Kanban – compact card */
.kanban-card{
  border:1px solid #e5e7eb;
  border-radius:.5rem;
  padding:.4rem .5rem;
  background:#fff;
  margin-bottom:.45rem;
  font-size:.85rem;
  line-height:1.25;
}
.kb-head{ gap:.35rem; }
.kb-no{ font-weight:600; font-size:.9rem; }
.kb-thumb{
  width:100%;
  height:90px;            /* sebelumnya 140px -> jadi kecil */
  object-fit:cover;
  border:1px solid #e5e7eb;
  border-radius:.5rem;
  background:#f5f6f8;
}
.kb-thumb--empty{
  display:flex; align-items:center; justify-content:center;
  color:#9aa0a6; height:90px; border:1px dashed #e5e7eb; border-radius:.5rem;
}
.kanban-card .small{ font-size:.78rem; }
.btn-xs{
  padding:.15rem .35rem;
  font-size:.75rem;
  line-height:1.1;
  border-radius:.3rem;
}

/* Sedikit rapikan kolom */
.kanban-col-body{ padding:.4rem; background:#fafafa; border-radius:.5rem; }
