.tsl-live-search {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  max-height: 70vh;
  overflow-y: auto;
  display: none;
}
.tsl-live-search.is-open { display: block; }
.tsl-ls-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
  color: inherit;
}
.tsl-ls-row:hover { background: #fafafa; }
.tsl-ls-thumb { width: 48px; height: 48px; object-fit: cover; border-radius: 4px; flex: 0 0 auto; }
.tsl-ls-info { display: flex; flex-direction: column; gap: 2px; }
.tsl-ls-title { font-weight: 600; }
.tsl-ls-price { font-size: .9em; opacity: .8; }
.tsl-ls-empty { padding: 16px; text-align: center; opacity: .7; }
.tsl-ls-seeall {
  display: block;
  padding: 12px 14px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  background: #fafafa;
}
.tsl-ls-seeall:hover { background: #f0f0f0; }
