/***BEGIN AutocompleteComponent.css***/
.autocomplete-suggestion-list .bolt-suggestions-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .autocomplete-suggestion-list .bolt-suggestions-item .mention-suggestions-row {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.mention-widget-item {
  background: rgba( 244, 244, 244 ,  1 );
  background: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
  padding: 0 4px;
  display: inline;
  word-break: break-word;
  line-height: normal; }
  .mention-widget-item .mention-widget-typeid {
    color: rgba( 16, 110, 190 ,  1 );
    color: rgba( var(--palette-primary-shade-10,16, 110, 190) ,  1 ); }
  .mention-widget-item .mention-widget-title {
    color: rgba(0, 0, 0, .9);
    color: var(--text-primary-color,rgba(0, 0, 0, .9)); }

.identity-suggestion-contact-card-button {
  margin-left: auto; }
/***END AutocompleteComponent.css***/

/***BEGIN AutocompleteFooter.css***/
.autocomplete-footer-status-text {
  font-size: 0.875rem;
  line-height: 24px; }
/***END AutocompleteFooter.css***/

