/* Autocomplete result titles must stay readable over the dark result panels. */
.poe-suggestions strong,
.compare-suggestions button strong,
.modifier-autocomplete strong,
.roll-suggestions button strong {
  color: #e2c46d !important;
  text-shadow: none !important;
}

.poe-suggestions small,
.compare-suggestions button small,
.modifier-autocomplete small,
.roll-suggestions button small {
  color: #84bdb4 !important;
}
