/* Hourly credit and Lucky Wheel: same folded Daily ribbon silhouette, coloured by offer. */
.bonus-offer-layout:not(.is-all-offers) .promo-card.has-custom-tag[data-offer-source="Hourly Random up to 77"] .promo-top .promo-tag.is-event,
.bonus-offer-layout:not(.is-all-offers) .promo-card.has-custom-tag[data-offer-source="Lucky Wheel"] .promo-top .promo-tag.is-event {
  width: 50px !important;
  min-width: 50px !important;
  max-width: 50px !important;
  height: 17px !important;
  min-height: 17px !important;
  padding: 0 5px !important;
  border: 1px solid #ffe487 !important;
  border-radius: 0 !important;
  /* Match every other campaign tag: a complete point at both ends. */
  clip-path: polygon(16% 0,84% 0,100% 50%,84% 100%,16% 100%,0 50%) !important;
  color: #fff5bd !important;
  transform: none !important;
}

.bonus-offer-layout:not(.is-all-offers) .promo-card.has-custom-tag[data-offer-source="Hourly Random up to 77"] .promo-top .promo-tag.is-event {
  background: linear-gradient(145deg,#e2ae27 0%,#b57209 56%,#693605 100%) !important;
  box-shadow: inset 0 1px rgba(255,255,255,.42),0 3px 0 #6d3704,0 6px 10px rgba(75,38,0,.32) !important;
  text-shadow: 0 1px #6a3604 !important;
}

.bonus-offer-layout:not(.is-all-offers) .promo-card.has-custom-tag[data-offer-source="Lucky Wheel"] .promo-top .promo-tag.is-event {
  background: linear-gradient(145deg,#e9443a 0%,#a90e18 56%,#63040a 100%) !important;
  box-shadow: inset 0 1px rgba(255,240,187,.44),0 3px 0 #61050a,0 6px 10px rgba(67,0,5,.34) !important;
  text-shadow: 0 1px #5b0409 !important;
}
