.wdpt {
  direction: rtl;
  text-align: right;
  font-size: 16px;
  line-height: 1.4;
  margin: 12px 0 0;
}

.wdpt__wrap {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  background: #fff;
}

.wdpt__row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap
}

.wdpt__badge {
  display: inline-block;
  background: #e31e24;
  color: #fff;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 15px
}

.wdpt__note {
  color: #d00;
  font-weight: 700
}

.wdpt__note small {
  font-weight: 400;
  color: #444
}

.wdpt__timer {
  display: flex;
  align-items: center;
  gap: 10px
}

.wdpt__label {
  font-weight: 600;
  white-space: nowrap
}

.wdpt__digits {
  display: flex;
  gap: 6px;
  flex-direction: row-reverse;
}

.wdpt__box {
  min-width: 45px;
  text-align: center;
  border-radius: 10px;
  padding: 5px 0;
  background: #160041;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.wdpt__num {
  font-variant-numeric: tabular-nums;
  font-size: 15px;
  font-weight: 600;
  line-height: 1
}

.wdpt__unit {
  display: block;
  font-size: 12px;
  margin-top: 0
}

.wdpt--over .wdpt__box {
  background: #d8d8d8;
  color: #555
}

@media (max-width:480px) {
  .wdpt__box {
    min-width: 50px
  }

  .wdpt__num {
    font-size: 17px
  }
}

/* MINI */
.wdmt-mini {
  direction: rtl;
  text-align: right;
  line-height: 1.25;
  display: block;
  font-size: 12px;
  color: #111;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  right: 0;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wdmt-mini .wdmt-line {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.wdmt-mini .wdmt-label {
  font-weight: 700;
  color: #160041;
  margin-bottom: 2px;
  font-size: 14px;
  text-align: inherit;
}

.wdmt-mini .wdmt-digits {
  font-weight: 700
}

.wdmt-mini .wdmt-digits b {
  font-variant-numeric: tabular-nums;
  margin: 0 4px 0 0
}

.wdmt-mini .wdmt-digits span {
  margin: 0 0 0 5px;
}

@media (max-width:480px) {
  .wdmt-mini {
    font-size: 11px
  }
}

/* קוביות קטנות */
.wdmt-mini .wdmt-digits {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
}

.wdmt-mini .wdmt-box {
  display: inline-grid;
  grid-template-rows: auto auto;
  place-items: center;
  min-width: 50px;
  height: 40px;
  padding: 4px 0px;
  border-radius: 4px;
  background: #9CE8E7;
  opacity: 1;
  color: #21335E;
}

.wdmt-mini .wdmt-box b {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  margin-right: 0;
}

.wdmt-mini .wdmt-box i {
  font-style: normal;
  font-size: 11px;
  margin-top: 0;
  font-weight: normal;
}

/* התאמות מובייל קלות */
@media (max-width:480px) {
  .wdmt-mini .wdmt-box {
    min-width: 38px;
    padding: 3px 5px;
    border-radius: 8px;
  }

  .wdmt-mini .wdmt-box b {
    font-size: 12px;
  }

  .wdmt-mini .wdmt-box i {
    font-size: 9px;
  }
}

span.wd-sale-limit-label {
  font-size: 11px;
  background: #06EAC9;
  font-weight: 600;
  padding: 0 4px;
}

span.wd-sale-limit-label.wd-sale-placeholder {
  visibility: hidden;
}

/* Banner Overlay Base Styles */
.wd-banner-overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 2;
  transform: translate(var(--wd-trans-x, 0), var(--wd-trans-y, 0));
  /* Defaults matching the widget default (Right / Bottom) */
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  align-items: flex-end;
}