.ol-live-search-dropdown{
  background:#fff;
  border:1px solid rgba(16,24,40,.12);
  border-radius:14px;
  box-shadow:0 18px 45px rgba(16,24,40,.18);
  overflow:hidden;
  max-height:360px;
}

.ol-search-list{
  padding:10px;
  display:flex;
  flex-direction:column;
  gap:6px;
  max-height:360px;
  overflow:auto;
}

.ol-search-item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 12px;
  border-radius:12px;
  text-decoration:none;
  border:1px solid transparent;
  transition:transform .08s ease, background .12s ease, border-color .12s ease;
}

.ol-search-item:hover{
  background:rgba(2,132,199,.06);
  border-color:rgba(2,132,199,.18);
  transform:translateY(-1px);
}

.ol-search-item.is-active{
  background:rgba(2,132,199,.10);
  border-color:rgba(2,132,199,.28);
}

.ol-search-thumb{
  width:46px;
  height:46px;
  border-radius:12px;
  object-fit:cover;
  flex:0 0 46px;
  background:rgba(16,24,40,.06);
}

.ol-search-thumb--placeholder{
  width:46px;
  height:46px;
  border-radius:12px;
  background:rgba(16,24,40,.06);
  flex:0 0 46px;
}

.ol-search-meta{ min-width:0; }

.ol-search-title{
  font-size:14px;
  line-height:1.25;
  font-weight:600;
  color:#0f172a;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:100%;
}

.ol-search-price{
  margin-top:4px;
  font-size:13px;
  color:rgba(15,23,42,.75);
}

.ol-search-loading,
.ol-search-empty{
  padding:14px 14px;
  font-size:14px;
  color:rgba(15,23,42,.72);
}
