

/* CSS from block stylesheet tags */
.popup_countdown {
    .countdown-timer__number-wrapper {
      background-color: rgb(var(--countdown-item-background-color));
    }
    .countdown-timer__number {
      color: rgb(var(--counter-text-color));
      font-weight: bold;
    }
  }