<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">countdown-timer {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

countdown-timer p {
  margin: 0;
}

countdown-timer span {
  font-weight: 700;
}

countdown-timer .time { 
  font-weight: 700;
  text-transform: uppercase;
  color: #269F1B;
}

countdown-timer .time &gt; span { 
  color: rgba(var(--color-foreground), 0.75);
  font-size: 1.1rem;
}</pre></body></html>