.timer-box {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  font-weight: bold;
  flex-direction: row-reverse;
}

.unit {
  background-color: #019688;
  color: #fff;
  border-radius: 0.5rem;
  padding: 3px 10px;
  min-width: 30px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: IRANSans, Comfortaa, sans-serif;
}

.countdown-label {
  text-align: center;
  font-family: IRANSans, Comfortaa, sans-serif;
  color: #019688;
  margin-top: 4px;
}

.telegram-button {
  width: 240px;
  height: 56px;
  background-color: #b10000;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.label {
  color: #fff;
}

.label:hover {
  color: #fff;
}

.icon {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain;
  margin-right: 16px;
}

.text-container {
  height: 20px;
  color: #fff;
}

.title {
  font-size: 24px;
  color: #fff;
}