custom-timed-message {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  line-height: 1.3;
  align-items: center;
  margin: var(--product-info-block-margin) 0;
}
custom-timed-message .countdown {
  font-weight: 700;
  color: red;
}