form[data-mlbd-suggest-form="1"]{
  position:relative!important;
  z-index:40;
}
.mlbd-suggest-panel{
  position:absolute;
  z-index:2147482000;
  top:calc(100% + 7px);
  left:50%;
  transform:translateX(-50%);
  width:min(100%,680px);
  max-height:min(70vh,520px);
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior-y:auto;
  touch-action:pan-y;
  background:#0b1220;
  border:1px solid rgba(34,211,238,.42);
  border-radius:10px;
  box-shadow:0 18px 46px rgba(0,0,0,.48);
  padding:5px;
  text-align:left;
  -webkit-overflow-scrolling:touch;
}
.mlbd-suggest-panel[hidden]{display:none!important}

.mlbd-suggest-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:8px 10px 7px;
  margin:0 1px 3px;
  border-bottom:1px solid rgba(148,163,184,.14);
  color:#f8fafc;
  font-size:13px;
  font-weight:800;
  line-height:1.2;
}
.mlbd-suggest-head span:last-child{
  color:#64748b;
  font-size:11px;
  font-weight:650;
  white-space:nowrap;
}
.mlbd-suggest-item{
  display:grid!important;
  grid-template-columns:46px minmax(0,1fr) 22px;
  align-items:center;
  gap:10px;
  min-height:64px;
  padding:7px 8px;
  border-radius:7px;
  text-decoration:none!important;
  color:#f8fafc!important;
  border-bottom:1px solid rgba(148,163,184,.11);
  background:transparent;
}
.mlbd-suggest-item:last-of-type{border-bottom:0}
.mlbd-suggest-item:hover,
.mlbd-suggest-item.is-active{
  background:#172033;
  outline:none;
}
.mlbd-suggest-poster{
  display:block;
  width:42px;
  height:56px;
  object-fit:cover;
  border-radius:5px;
  background:#111827;
  box-shadow:0 2px 9px rgba(0,0,0,.28);
}
.mlbd-suggest-text{
  display:flex;
  flex-direction:column;
  min-width:0;
  gap:3px;
}
.mlbd-suggest-title{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:15px;
  line-height:1.25;
  font-weight:750;
  color:#f8fafc!important;
}
.mlbd-suggest-meta{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:12px;
  line-height:1.2;
  color:#94a3b8!important;
}
.mlbd-suggest-arrow{
  font-size:25px;
  line-height:1;
  color:#22d3ee;
  text-align:center;
}
.mlbd-suggest-all{
  display:block!important;
  padding:10px 12px;
  margin-top:3px;
  border-radius:7px;
  background:#111827;
  color:#67e8f9!important;
  text-align:center;
  text-decoration:none!important;
  font-size:13px;
  font-weight:750;
}
.mlbd-suggest-all:hover{background:#172554;color:#a5f3fc!important}
@media(max-width:600px){
  .mlbd-suggest-panel{
    width:calc(100% - 4px);
    top:calc(100% + 5px);
    border-radius:8px;
    max-height:min(62vh,430px);
  }
  .mlbd-suggest-item{
    grid-template-columns:42px minmax(0,1fr) 18px;
    min-height:60px;
    gap:8px;
    padding:6px;
  }
  .mlbd-suggest-poster{width:38px;height:52px}
  .mlbd-suggest-title{font-size:14px}
}
