.tgb-ac-panel{
  position:absolute;top:calc(100% + 8px);left:0;right:0;
  background:var(--white,#fff);
  border:1px solid var(--line,#E3E8DD);
  border-radius:12px;
  box-shadow:0 12px 28px rgba(25,28,25,.16);
  z-index:400;
  max-height:min(60vh,380px);
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
}
.tgb-ac-panel[hidden]{display:none;}

.tgb-ac-list{list-style:none;margin:0;padding:6px;}

.tgb-ac-item{
  display:flex;align-items:center;gap:10px;
  padding:8px;border-radius:8px;cursor:pointer;
}
.tgb-ac-item:hover,
.tgb-ac-item.tgb-ac-active{background:rgba(143,194,42,.14);}

.tgb-ac-thumb{
  width:38px;height:38px;border-radius:8px;object-fit:contain;
  background:var(--bg-soft,#E6E6E4);border:1px solid var(--line,#E3E8DD);flex-shrink:0;
}
.tgb-ac-thumb-icon{
  width:38px;height:38px;border-radius:8px;flex-shrink:0;
  background:var(--bg-soft,#E6E6E4);border:1px solid var(--line,#E3E8DD);
  display:flex;align-items:center;justify-content:center;
}
.tgb-ac-thumb-icon svg{width:24px;height:24px;}

.tgb-ac-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px;}
.tgb-ac-title{
  font-family:'Inter',sans-serif;font-weight:600;font-size:.86rem;color:var(--ink,#191C19);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.tgb-ac-meta{
  font-family:'Inter',sans-serif;font-size:.73rem;color:var(--ink-soft,#5C6259);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.tgb-ac-price{
  font-family:'Inter',sans-serif;font-weight:700;font-size:.86rem;color:var(--green-dark,#5F8A1E);
  flex-shrink:0;padding-left:2px;
}

.tgb-ac-empty{
  padding:16px 12px;text-align:center;
  font-family:'Inter',sans-serif;font-size:.85rem;color:var(--ink-soft,#5C6259);
}

.tgb-ac-viewall{
  display:flex;align-items:center;justify-content:center;
  padding:11px 8px;margin-top:2px;border-top:1px solid var(--line,#E3E8DD);
  font-family:'Inter',sans-serif;font-weight:600;font-size:.82rem;color:var(--green-dark,#5F8A1E);
  cursor:pointer;border-radius:0 0 7px 7px;
}
.tgb-ac-viewall:hover,
.tgb-ac-viewall.tgb-ac-active{background:rgba(143,194,42,.14);}

@media (min-width:901px){
  .tgb-ac-title{font-size:.92rem;}
  .tgb-ac-meta{font-size:.76rem;}
  .tgb-ac-price{font-size:.9rem;}
}

@media (max-width:560px){
  .tgb-ac-panel{max-height:min(55vh,340px);left:0;right:0;}
}
