.timerr-container {
  max-width: 900px;
  margin: 0 auto;
    position: absolute;
}

.timerr-inner {
  text-align: center;
  color: #1e3a8a;
}

.timerr-admin {
  margin-bottom: 1.5rem;
}

.timerr-edit-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #2563eb;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.timerr-edit-btn:hover {
  background-color: #1d4ed8;
}

.timerr-countdown {
  color: #1e40af;
  direction: ltr;
}

.timerr-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.product-expiration-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.timerr-box {
  width: 45px;
  height: 75px;
  background: #ffffff;
  border: 1px solid #bfdbfe;
  border-radius: 0.75rem;
  box-shadow: 0 2px 6px rgba(59, 130, 246, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.timerr-number {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1e3a8a;
}