.grid-block-tag__header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0.75rem;
}

.grid-block-tag__countdown {
  flex: 0 0 auto;
  white-space: nowrap;
  background-color: #00af00;
  color: #fff;
  border-radius: 0.82rem;
  padding: 0.5rem 1rem;
  margin: 0.8rem 0.6rem 0.8rem 0;
}

.grid-block-tag__countdown-value {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0.8rem;
}

.countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.countdown-val {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
}

.countdown-label {
  font-size: 0.8rem;
  font-weight: 400;
}

.countdown-sep {
  width: 1px;
  background-color: #fff;
  margin: 2px 0;
}
