.widget_cinema_promotion_ribbon {
  --height: 18px;
  background-image: url(./tag.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: left;
  align-items: center;
  height: var(--height);
}
.widget_cinema_promotion_ribbon.inlist {
  --height: 12px;
  margin: 5px 0;
  font-size: 12px;
}
.widget_cinema_promotion_ribbon .text {
  padding-left: calc(var(--height) * 3 + 5px);
  color: #FF8F45;
  font-size: 14px;
}
