.mh-grid{display:grid;gap:20px}.mh-cols-2{grid-template-columns:repeat(2,1fr)}.mh-cols-3{grid-template-columns:repeat(3,1fr)}@media(max-width:900px){.mh-cols-3,.mh-cols-2{grid-template-columns:1fr}}.mh-card{background:#fff;border-radius:18px;box-shadow:0 6px 28px rgba(0,0,0,.08);overflow:hidden;display:flex;flex-direction:column}.mh-thumb img,.mh-noimg{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;background:#e9eef2}.mh-card-body{padding:16px}.mh-title{margin:.2rem 0 0}.mh-title a{font-weight:900;text-decoration:none}.mh-card .mh-title{font-size:1.35rem}@media(min-width:900px){.mh-card .mh-title{font-size:1.45rem}}.mh-excerpt{opacity:.85}.mh-specs{list-style:none;margin:.6rem 0;padding:0;display:flex;gap:12px;flex-wrap:wrap}.mh-specs li{background:#f6f7f7;border-radius:12px;padding:6px 10px;font-size:.9rem}.mh-price{margin:.6rem 0}.mh-btn{color:#fff;padding:12px 16px;border-radius:14px;text-decoration:none;font-weight:800;display:inline-block;transition:transform .06s ease, filter .2s;box-shadow:0 10px 20px rgba(0,0,0,.12);background:linear-gradient(180deg, rgba(255,255,255,.14), rgba(0,0,0,.06))}.mh-btn:hover{filter:brightness(.88)}.mh-btn:active{transform:translateY(1px)}.mh-btn-pretty{background:var(--mh-btn, #0ea5e9)}.mh-credit{opacity:.7;margin-top:6px}.mh-filters-toggle{display:inline-block;color:#fff;padding:10px 14px;margin:6px 0;border:0;cursor:pointer}@media(min-width:900px){.mh-filters-toggle{display:none}}.mh-filters{display:flex;gap:8px;flex-wrap:wrap;margin:6px 0 12px 0}.mh-filters select{padding:10px 12px;border:1px solid #ddd;border-radius:12px;background:#fff}.mh-filters .mh-reset{background:#6b7280}.mh-empty{padding:10px 14px;background:#f6f7f7;border-radius:12px}.mh-pagination{display:flex;gap:8px;justify-content:center;margin:18px 0}.mh-page{padding:8px 12px;border-radius:12px;background:#f0f0f0;text-decoration:none}.mh-page.active{background:#111;color:#fff}.mh-chip{display:flex;justify-content:space-between;align-items:center;background:#111;color:#fff;padding:10px 12px;border-radius:12px;font-size:1.05rem;margin-bottom:8px}