.duk-helper {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  border: solid 1px rgba(238, 118, 0, 0.75);
  background: #fff;
  z-index: 500; }
.duk-helper__item {
  padding: 10px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8); }
.duk-helper__item:hover, .duk-helper__item--hovered {
  background: rgba(238, 118, 0, 0.75);
  color: #000000; }
.duk-helper__item-brand {
  padding: 10px;
  display: block;
  text-decoration: none;
}
.duk-helper__item-brand:hover {
  background: rgba(238, 118, 0, 0.75);
  color: #000000;
}