.runthings-free-shipping-progress-container {
  max-width: 400px;
  margin-top: 10px;
  position: relative;
  height: 20px;
  background: #f0f0f0;
  border-radius: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.runthings-free-shipping-progress-bar {
  height: 100%;
  background: #4caf50;
  width: 0%;
  transition: width 0.3s ease;
}

.runthings-free-shipping-progress-labels {
  max-width: 400px;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 0.85em;
  color: #777;
}

.runthings-free-shipping-upsell-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.runthings-free-shipping-upsell-notice .button {
  float: none;
}

