.instant-search-suggestions .suggestion-message {
  font-style: italic;
  font-weight: normal; }
  .instant-search-suggestions .suggestion-message .bolt-menuitem-cell-text {
    padding-left: 13px;
    max-width: 100%; }

.instant-search-suggestions .search-suggestion-header {
  height: 36px; }
  .instant-search-suggestions .search-suggestion-header .bolt-menuitem-cell-text {
    padding-left: 13px; }

.instant-search-suggestions .bolt-menuitem-header .bolt-menuitem-cell {
  min-width: 7px; }

.instant-search-suggestions .bolt-menuitem-divider {
  visibility: hidden; }

.instant-search-suggestions .bolt-menuitem-row.focused {
  background-color: rgba(0, 0, 0, 0.04);
  background-color: var(--palette-black-alpha-4,rgba(0, 0, 0, 0.04)); }
  .instant-search-suggestions .bolt-menuitem-row.focused .bolt-list-cell {
    border-color: rgba(0, 120, 212, 1);
    border-color: var(--status-info-foreground,rgba(0, 120, 212, 1)); }
