.PromotionResults {
  background-color: #fff;
}
.PromotionResults .ListGroupItem {
  position: relative;
}
.PromotionResults .ListGroupItem.result-level-0 {
  background-color: #c3e6cb;
}
.PromotionResults .ListGroupItem.result-description {
  font-size: 14px;
  font-weight: normal;
  padding: 10px 15px;
}
.PromotionResults .ListGroupItem .result-options-button {
  cursor: pointer;
  font-size: 20px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all linear 100ms;
}
.PromotionResults .ListGroupItem .result-options-button[aria-describedby] {
  opacity: 1 !important;
}
.PromotionResults .ListGroupItem:not(.result-list):hover .result-options-button {
  opacity: 0.5;
}
.PromotionResults .ListGroupItem:not(.result-list):hover .result-options-button:hover {
  opacity: 1;
}

/*# sourceMappingURL=PromotionResults.css.map */
