.elementor-2986 .elementor-element.elementor-element-4725565{--display:flex;}/* Start custom CSS */.scarcity-box {
  background: linear-gradient(135deg,#d4af37,#f7e7a1);
  color:#111;
  padding:16px 32px;
  border-radius:14px;
  font-size:18px;
  border:none;
  opacity: 0.5;
  text-align: center;
    letter-spacing: 0.5px;
  word-spacing: 2px;
  display:inline-flex;
  margin-top:20px;
  box-shadow:0 10px 30px rgba(0,0,0,.2);
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  0% {opacity: 1;}
  50% {opacity: 0.6;}
  100% {opacity: 1;}
}

.ol-countdown {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 20px auto;
  max-width: 360px;
}

.ol-countdown div {
  flex: 1;
  display: flex;              /* 🔥 IMPORTANT */
  justify-content: center;    /* centrează pe orizontală */
  align-items: center;        /* centrează pe verticală */
  gap: 4px;                   /* spațiu între număr și text */

  background: linear-gradient(145deg, #111, #1a1a1a);
  border: 1px solid rgba(212,175,55,0.2);
  padding: 12px;
  border-radius: 10px;
  text-align: center;
}

.ol-countdown span {
  font-size: 18px;
  color: #D4AF37;
  font-weight: bold;
}

.ol-countdown small {
  font-size: 12px;
  opacity: .7;
}/* End custom CSS */