.tm-autocomplete-dropdown { background: #fff; border: 1px solid #ddd; max-height: 480px; overflow-y: auto; box-shadow: 0 6px 16px rgba(0,0,0,.08); }
.tm-autocomplete-dropdown ul { list-style: none; margin: 0; padding: 0; }
.tm-autocomplete-dropdown li { border-bottom: 1px solid #f0f0f0; }
.tm-autocomplete-dropdown li:last-child { border-bottom: 0; }
.tm-autocomplete-dropdown li a { display: flex; align-items: center; gap: 12px; padding: 10px 12px; color: #222; text-decoration: none; }
.tm-autocomplete-dropdown li a:hover { background: #f7f7f9; }
.tm-autocomplete-dropdown img { width: 48px; height: 48px; object-fit: contain; flex: 0 0 48px; }
.tm-meta { flex: 1; min-width: 0; }
.tm-name { font-size: 13px; font-weight: 500; line-height: 1.3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tm-brand { font-size: 11px; color: #888; margin-top: 2px; }
.tm-price { font-size: 13px; color: #b91c1c; font-weight: 600; margin-top: 4px; }
.tm-price s { color: #888; font-weight: normal; margin-left: 6px; }
.tm-no-results { padding: 16px; color: #888; text-align: center; font-size: 13px; }
.tm-more { padding: 10px 12px; text-align: center; border-top: 1px solid #eee; }
.tm-more a { color: #1e40af; text-decoration: none; font-size: 13px; }
