.vss-suggestions {
  min-width: 210px; }

.vss-suggestionsItem {
  align-items: stretch;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  cursor: pointer;
  height: 100%; }
  .vss-suggestionsItem:hover {
    background: rgba( 244, 244, 244 ,  1 );
    background: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 ); }
    .vss-suggestionsItem:hover .closeButton {
      display: block; }
  .vss-suggestionsItem .vss-suggestionsItemIsSuggested {
    background: rgba( 234, 234, 234 ,  1 );
    background: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }
    .vss-suggestionsItem .vss-suggestionsItemIsSuggested:hover {
      background: rgba( 200, 200, 200 ,  1 );
      background: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }
      @media (forced-colors: active) {
        .vss-suggestionsItem .vss-suggestionsItemIsSuggested:hover {
          background: Highlight;
          color: HighlightText; } }
    @media (forced-colors: active) {
      .vss-suggestionsItem .vss-suggestionsItemIsSuggested {
        background: Highlight;
        color: HighlightText;
        -ms-high-contrast-adjust: none; } }
    .vss-suggestionsItem .vss-suggestionsItemIsSuggested .closeButton:hover {
      background: rgba( 166, 166, 166 ,  1 );
      background: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
      color: rgba( 51, 51, 51 ,  1 );
      color: rgba( var(--palette-neutral-80,51, 51, 51) ,  1 ); }
    @media (forced-colors: active) {
      .vss-suggestionsItem .vss-suggestionsItemIsSuggested .itemButton {
        color: HighlightText; } }
  .vss-suggestionsItem .closeButton {
    display: none;
    color: rgba( 102, 102, 102 ,  1 );
    color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 ); }
    .vss-suggestionsItem .closeButton:hover {
      background: rgba( 234, 234, 234 ,  1 );
      background: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }

.actionButton {
  background: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding-left: 8px;
  position: relative;
  border-top:  1px solid;
  border-top-color: rgba( 234, 234, 234 ,  1 );
  border-top-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  height: 40px;
  text-align: left;
  width: 100%;
  font-size: 0.6875rem;
  font-size: 1rem;
  width: 25px;
  margin: 0, 4px, 0, 9px; }
  .actionButton:hover {
    color: rgba( 244, 244, 244 ,  1 );
    color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
    background-color: rgba( 234, 234, 234 ,  1 );
    background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
    cursor: pointer; }
  .actionButton:focus, .actionButton:active {
    background-color: rgba( 200, 200, 200 ,  1 );
    background-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }

.buttonSelected {
  background-color: rgba( 200, 200, 200 ,  1 );
  background-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }

.vss-suggestionsTitle {
  padding: 0 12px;
  font-size: 0.6875rem;
  line-height: 40px;
  border-bottom:  1px solid;
  border-bottom-color: rgba( 234, 234, 234 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }

.vss-suggestionsContainer {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 300px;
  border-bottom:  1px solid;
  border-bottom-color: rgba( 234, 234, 234 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }

.vss-suggestionsNone {
  text-align: center;
  font-size: 0.6875rem;
  line-height: 30px; }

.vss-suggestionsSpinner {
  margin: 5px 0;
  padding-left: 14px;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: middle; }
  .vss-suggestionsSpinner .bolt-spinner-circle {
    display: inline-block;
    vertical-align: middle; }
  .vss-suggestionsSpinner .bolt-spinner-label {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 12px;
    vertical-align: middle; }

.itemButton.itemButton {
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px; }
  @media (forced-colors: active) {
    .itemButton.itemButton {
      color: WindowText; } }

.closeButton.closeButton {
  padding: 0 4px;
  height: auto;
  width: 32px; }
  @media (forced-colors: active) {
    .closeButton.closeButton {
      color: WindowText; } }
  .closeButton.closeButton:hover {
    background: rgba( 200, 200, 200 ,  1 );
    background: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
    color: rgba( 0, 0, 0 ,  1 );
    color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 ); }

.vss-suggestionsAvailable {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
