
.bss-eu-omnibus {
  margin: 5px 0 10px 0;
  display: block;
  position: relative;
}


.omnibus-lowest-price {
  font-size: 0.85em;
  color: #666;
  margin: 4px 0;
}

.omnibus-lowest-price .omnibus-label {
  font-weight: normal;
}

.omnibus-lowest-price .omnibus-price {
  font-weight: 600;
}


.omnibus-discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  height: 25px;
  min-width: 48px;
  padding: 0 8px;
  background-color: #e74c3c;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 1;
  pointer-events: none;
}


