.w-52{width:13rem}
.vh-suggest[hidden]{display:none}
.vh-suggest{position:absolute;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 12px 32px rgba(15,23,42,.18);z-index:80;max-height:70vh;overflow-y:auto}
.vh-suggest a{display:flex;align-items:center;gap:10px;padding:8px 12px;color:#1f2937;text-decoration:none;border-bottom:1px solid #f3f4f6}
.vh-suggest a:last-child{border-bottom:0}
.vh-suggest a:hover,.vh-suggest a.on{background:#eff6ff}
.vh-suggest a>span:not(.ph){min-width:0;flex:1}
.vh-suggest img,.vh-suggest .ph{width:44px;height:44px;flex:none;border-radius:8px;object-fit:cover;background:#f3f4f6}
.vh-suggest .t{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.8rem;font-weight:600;line-height:1.25}
.vh-suggest .p{display:block;margin-top:2px;font-size:.75rem;font-weight:700;color:#2563eb}
.vh-suggest .o{margin-left:6px;font-size:.65rem;font-weight:600;color:#9ca3af}
.vh-suggest a.all{justify-content:center;font-size:.8rem;font-weight:600;color:#2563eb}
.vh-suggest .none{padding:14px;text-align:center;font-size:.8rem;color:#6b7280}
@media (max-width:639px){.vh-suggest{position:fixed;left:8px;right:8px;top:var(--vh-suggest-top,64px)}}
