.runthings-minimum-order-progress-container {
  max-width: 400px;
  margin-top: 10px;
  position: relative;
  height: 20px;
  background: #f0f0f0;
  border-radius: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.runthings-minimum-order-progress-bar {
  height: 100%;
  background: var(--e-global-color-ddaadfb);
  width: 0%;
  transition: width 0.3s ease;
}
.runthings-minimum-order-progress-labels {
  max-width: 400px;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 0.85em;
  color: #fff;
}

.runthings-minimum-order-notice {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .runthings-minimum-order-notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 1em;
  }
}
.runthings-minimum-order-notice > div {
  flex: 1;
  min-width: 0;
  line-height: 1.6rem;
}
.runthings-minimum-order-notice .button {
  float: none !important;
  flex: 0 0 auto;
}
