.flip-wrapper {
  font-family: monospace;
  text-align: left;
  margin-bottom: 0rem;
}
.flip-class {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.flip-unit {
  text-align: center;
}
.flip-label {
  font-size: 0.7em;
}
.flip-number {
  background: #222;
  color: #fff;
  padding: 10px 5px;
  font-size: 2em;
  border-radius: 5px;
  transition: transform 0.3s ease;
}
[theme=dark] .flip-number {
  background: #ffffff;
  color: #000000;
}
.flip-clock-title {
  font-size: 1.8em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0px;
  height: 2em;
  color: #333;
  letter-spacing: 2px;
}
[theme=dark] .flip-clock-title {
  color: #fff;
}