contents:
/* Simple styles per smv */
.smv-mini-card { border:1px solid #ddd; padding:10px; display:flex; gap:10px; background:#fff; color:#222; }
.smv-mini-card .smv-thumb { width:160px; height:90px; background:#eee; display:flex; align-items:center; justify-content:center; }
.smv-mini-card h3 { margin:0 0 6px 0; }
#smv-filters { margin-bottom:10px; }