.mlah-grid { display: grid; gap: 12px; margin:12px 0; }
.mlah-columns-1 { grid-template-columns: repeat(1, 1fr); }
.mlah-columns-2 { grid-template-columns: repeat(2, 1fr); }
.mlah-columns-3 { grid-template-columns: repeat(3, 1fr); }
.mlah-columns-4 { grid-template-columns: repeat(4, 1fr); }
.mlah-item { border:1px solid #eee; padding:8px; border-radius:6px; background:#fff; text-align:center; }
.mlah-thumb img { width:100%; height:160px; object-fit:cover; border-radius:4px; }
.mlah-title { font-size:14px; margin-top:8px; height:40px; overflow:hidden; }
.mlah-price { font-weight:700; margin-top:6px; color:#111; }