
.ref-sdi-suggestions{
  position:absolute;
  z-index:99999;
  top:calc(100% + 7px);
  right:0;
  left:0;
  display:none;
  min-width:280px;
  overflow:hidden;
  border:1px solid #e0e3e7;
  border-radius:15px;
  background:#fff;
  box-shadow:0 20px 45px rgba(22,18,24,.16);
}

.ref-sdi-suggestions.is-open{
  display:block;
}

.ref-sdi-suggestions a{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:11px;
  align-items:center;
  padding:10px 12px;
  border-bottom:1px solid #eef0f2;
  color:#241b24;
  text-decoration:none;
}

.ref-sdi-suggestions a:last-child{
  border-bottom:0;
}

.ref-sdi-suggestions a:hover{
  background:#faf7f9;
}

.ref-sdi-suggestions img{
  width:54px;
  height:54px;
  object-fit:contain;
  border-radius:9px;
  background:#f6f6f6;
}

.ref-sdi-suggestions strong,
.ref-sdi-suggestions small{
  display:block;
}

.ref-sdi-suggestions strong{
  overflow:hidden;
  font-size:13px;
  line-height:1.35;
  text-overflow:ellipsis;
}

.ref-sdi-suggestions small{
  margin-top:5px;
  color:var(--ref-primary,#ad002b);
  font-size:12px;
  font-weight:750;
}
