.rv-ac-item.rv-sug {
  gap: 9px;
  align-items: baseline;
  padding: 7px 11px;
}
.rv-sug-chip {
  flex-shrink: 0;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--rv-mut);
  background: var(--surface);
  border: 1px solid var(--rv-line);
  border-radius: 5px;
  padding: 1px 6px;
  align-self: center;
}
.rv-sug-ex {
  flex: 1;
  min-width: 0;
  font-family: var(--mono);
  font-size: 11.5px;
  color: var(--rv-faint);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rv-sug-desc {
  flex-shrink: 0;
  max-width: 52%;
  font-size: 11px;
  color: var(--rv-mut);
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rv-ac-item.rv-sug.on .rv-sug-chip,
.rv-ac-item.rv-sug:hover .rv-sug-chip {
  color: var(--rv-acc);
  border-color: rgba(91, 92, 235, 0.35);
}
.rv-ac-item.rv-sug.on .rv-sug-ex,
.rv-ac-item.rv-sug:hover .rv-sug-ex {
  color: var(--rv-mut);
}
.rv-fl .vv {
  display: inline-block;
  max-width: 168px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}
.rv-ac-foot {
  position: sticky;
  bottom: -5px;
  z-index: 2;
  margin: 5px -5px -5px;
  padding: 9px 17px 10px;
  background: var(--surface);
}
