/* ListView opmaak */
.lv-list { margin-top:.5rem; }
.lv-item { border-bottom:1px solid #f1f1f1; }
.lv-item:last-child { border-bottom:none; }

.lv-btn {
  display:flex; align-items:center; gap:.75rem;
  padding:.75rem .75rem; background:#fff;
}
.lv-btn:hover { background:#f9f9ff; }

.lv-left { flex:0 0 auto; }
.lv-thumb { width:56px; height:56px; object-fit:contain; background:#eee; }

.lv-main { flex:1 1 auto; min-width:0; }
.lv-title { display:block; font-weight:600; }
.lv-meta { display:block; }

.lv-right { flex:0 0 auto; }
