.cdm-inventory{margin:1rem 0}
.cdm-filters{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}
.cdm-btn{padding:.6rem 1rem;border:1px solid #ddd;border-radius:8px;background:#111;color:#fff;cursor:pointer}
.cdm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}
.cdm-item{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#fff}
.cdm-item img{width:100%;height:180px;object-fit:cover}
.cdm-item .cdm-body{padding:.75rem}
.cdm-item h4{margin:.2rem 0}
.cdm-single{max-width:960px;margin:2rem auto;padding:0 1rem}
.cdm-gallery img{max-width:100%;height:auto;margin:.25rem;border-radius:8px}
.cdm-specs{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem;list-style:none;padding:0}
.cdm-contact{margin-top:1rem;display:grid;gap:.5rem}
.cdm-contact input,.cdm-contact textarea{width:100%;padding:.6rem;border:1px solid #ccc;border-radius:8px}
.cdm-alert.success{background:#e6ffed;border:1px solid #a7f3d0;padding:.75rem;border-radius:8px}
