.countdown {
  display: inline-flex;
  gap: 24px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  text-align: center;
}

.countdown .unit {
  min-width: 60px;
}

.countdown .number {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
}

.countdown .label {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
}
