/* Logimu live-demo widget — shared styles. Mount with <div id="logimu-demo"></div> and
   include /assets/demo.js. See any /amazon-product-search-api page for a working example. */
.demo-controls{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:1.25rem;align-items:center;}
.demo-chips{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:0.75rem;}
.demo-chip{padding:0.35rem 0.8rem;border:1px solid #cbd5e1;border-radius:999px;background:#fff;font-size:0.85rem;cursor:pointer;color:#334155;}
.demo-chip:hover{border-color:#2563EB;color:#2563EB;}
.demo-group{margin-top:1.25rem;}
.demo-group h3{font-size:0.95rem;margin:0 0 0.5rem;color:#0f172a;}
.demo-card{display:flex;gap:0.75rem;align-items:flex-start;padding:0.6rem;border:1px solid #e2e8f0;border-radius:0.5rem;background:#fff;margin-bottom:0.5rem;}
.demo-card img{width:52px;height:52px;object-fit:contain;flex-shrink:0;background:#f8fafc;border-radius:0.25rem;}
.demo-card .t{font-size:0.85rem;line-height:1.35;color:#0f172a;}
.demo-card .m{font-size:0.8rem;color:#475569;margin-top:0.2rem;}
.demo-card .price{font-weight:700;color:#0f172a;}
.demo-oos{color:#b91c1c;}
.demo-detail{background:#f8fafc;border:1px solid #e2e8f0;border-left:3px solid #2563EB;border-radius:0.5rem;padding:0.7rem 0.85rem;margin:-0.25rem 0 0.6rem;}
.demo-ins{color:#16a34a;}
