.lottery-countdown {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  max-width: 400px;
  margin-bottom: 20px;
}
.lottery-countdown h3 {
  margin: 0;
  font-size: 1.2em;
  font-weight: 600;
}
.lottery-countdown .countdown {
  font-weight: bold;
  font-size: 1.1em;
  color: #000;
}
.lottery-countdown .status {
  font-style: italic;
  color: #008000;
}