.rm-delivery-timer {
  display: flex;
  align-items: center;
  font-size: var(--rm-font-12);
  font-weight: var(--rm-fontweight-medium);
  color: #222;
}

.rm-delivery-timer .countdown {
  line-height: 1.5rem;
  margin: 0;
}

.rm-delivery-timer svg {
  margin-right: 1rem;
  min-width: 1.5rem;
}

.count_seconds,
.countdown__seconds,
.count_minutes,
.countdown__minutes,
.count_hrs,
.countdown__hours,
.countdown__dispatch_date,
.countdown__dispatch_day,
.countdown__delivery_day {
  font-weight: 800;
  color: #222;
}