.hero-timer {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 12px;
  background: #111;
  border: 1px solid #d4a12a;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}


.hero-timer span,
.hero-timer strong {
  display: inline-block;
  font-variant-numeric: tabular-nums;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .hero-timer { min-height: 50px; }
}
