.wc-free-shipping-progress {
  margin: 1em 0 1.25em;
  padding: .75em .9em;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  background: #fafafa;
  font-size: 14px;
}
.wc-free-shipping-progress .wc-fsp-message {
  margin-bottom: .6em;
  font-weight: 600;
}
.wc-free-shipping-progress .wc-fsp-bar {
  position: relative;
  height: 10px;
  background: rgba(0,0,0,.08);
  border-radius: 999px;
  overflow: hidden;
}
.wc-free-shipping-progress .wc-fsp-fill {
  display: block;
  height: 100%;
  width: 0;
  background: currentColor;
  opacity: .6;
  border-radius: 999px;
  transition: width .35s ease;
}
.wc-free-shipping-progress .wc-fsp-hint {
  margin-top: .5em;
  font-size: 12px;
  opacity: .7;
}
