.evergreen-timer {
  display: flex;
  gap: 15px;
  justify-content: center;
  font-family: Arial, sans-serif;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  max-width: 300px;
  margin: 0 auto;
}

.time-block {
  text-align: center;
  background: #111827; /* Dark, high-contrast background */
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 5px;
  min-width: 60px;
}

.time-value {
  display: block;
  font-size: 24px;
  font-weight: bold;
}

.time-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  display: block;
  color: #9ca3af;
}
