.akg-livesearch-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 1100;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 12px 36px -8px rgba(0,0,0,.18);
  overflow: hidden;
  animation: akgLsFade .15s ease;
}
@keyframes akgLsFade {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.akg-ls-list {
  list-style: none;
  margin: 0;
  padding: 4px 0;
  max-height: 480px;
  overflow-y: auto;
}
.akg-ls-list::-webkit-scrollbar { width: 8px; }
.akg-ls-list::-webkit-scrollbar-thumb { background: #d4d4d4; border-radius: 4px; }
.akg-ls-item { margin: 0; padding: 0; }
.akg-ls-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  text-decoration: none !important;
  color: inherit !important;
  transition: background .1s;
}
.akg-ls-item:hover .akg-ls-link,
.akg-ls-item.is-active .akg-ls-link { background: #fff7ed; }
.akg-ls-thumb {
  width: 50px; height: 50px;
  object-fit: cover; border-radius: 6px;
  flex: 0 0 50px;
  background: #f9fafb;
  border: 1px solid #f3f4f6;
}
.akg-ls-thumb-placeholder {
  display: flex; align-items: center; justify-content: center;
  color: #d1d5db; font-size: 1.5rem;
}
.akg-ls-info { flex: 1; min-width: 0; }
.akg-ls-title {
  font-size: .95rem;
  color: #1f2937;
  font-weight: 500;
  margin-bottom: 4px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.akg-ls-title mark {
  background: #fef3c7; color: #92400e;
  padding: 0 2px; border-radius: 2px;
}
.akg-ls-meta {
  display: flex; gap: 8px; align-items: center;
  font-size: .78rem;
}
.akg-ls-cat {
  color: #6b7280; background: #f3f4f6;
  padding: 2px 8px; border-radius: 999px;
}
.akg-ls-price { color: #ea580c; font-weight: 700; }
.akg-ls-loading, .akg-ls-empty {
  padding: 18px 20px;
  text-align: center; color: #6b7280; font-size: .9rem;
}
.akg-ls-empty i { margin-right: 6px; color: #9ca3af; }
.akg-ls-footer { border-top: 1px solid #f3f4f6; background: #f9fafb; }
.akg-ls-footer a {
  display: block; padding: 13px 16px; text-align: center;
  color: #1e3a8a !important; text-decoration: none !important;
  font-size: .9rem; font-weight: 600; transition: background .1s;
}
.akg-ls-footer a:hover { background: #fff7ed; color: #c2410c !important; }
.akg-ls-footer i { margin-right: 8px; }
