.indmar-search-wrapper { position: relative; max-width: 600px; margin: 0 auto; }
.amsearch-input { width:100%; padding:8px; font-size:16px; border:1px solid #ccc; border-radius:4px; }
.amsearch-results { position:absolute; top:100%; left:0; right:0; background:#fff; border:1px solid #ddd; z-index:999; display:flex; box-shadow:0 5px 14px rgba(0,0,0,0.1); }
.amsearch-left, .amsearch-right { padding:15px; }
.amsearch-section { margin-bottom:15px; }
.amsearch-title { font-weight:600; margin-bottom:8px; }
.amsearch-products { list-style:none; padding:0; margin:0; }
.amsearch-product { display:flex; align-items:center; margin-bottom:12px; }
.amsearch-product:last-child { margin-bottom:0; }
.amsearch-product img { width:50px; height:auto; margin-right:10px; object-fit:contain; border:1px solid #eee; border-radius:4px; }
.amsearch-product-name { font-size:14px; font-weight:500; color:#333; }
.amsearch-product-price { font-size:13px; color:#666; }
.no-results { padding:20px; text-align:center; color:#999; }
