.predictive-search-shell{position:relative;max-width:900px}.predictive-results{position:absolute;z-index:30;left:0;right:0;top:62px;background:#fff;border:1px solid #dfe1da;border-radius:18px;box-shadow:0 20px 50px #0002;padding:8px;max-height:470px;overflow:auto}.predictive-item{display:grid;grid-template-columns:58px 1fr;gap:12px;align-items:center;padding:9px;border-radius:12px}.predictive-item:hover{background:#f5f6f2}.predictive-item img{width:58px;height:58px;object-fit:cover;border-radius:10px;background:#f0f1ec}.predictive-item strong{display:block;font-size:14px;line-height:1.3}.predictive-item small{display:block;color:#6f747d;margin-top:4px}.predictive-view-all{display:block;text-align:center;border-top:1px solid #eceee8;margin-top:5px;padding:13px;font-size:12px;font-weight:900;color:var(--accent,#1E5BFF)}.predictive-empty{padding:24px;text-align:center;color:#6f747d}@media(max-width:640px){.predictive-results{top:116px}.search-form{flex-direction:column}.search-form .btn{width:100%}}