.pwc-shipbar{
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.75);
  border-radius: 18px;
  padding: 14px 14px 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}

.pwc-shipbar-top{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

.pwc-shipbar-title{
  font-weight: 800;
  font-size: 13px;
  letter-spacing: -0.01em;
}

.pwc-shipbar-mini{
  font-size: 12px;
  opacity: .75;
  white-space: nowrap;
}

.pwc-shipbar-track{
  width:100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.06);
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.06);
}

.pwc-shipbar-fill{
  height:100%;
  width: 0%;
  border-radius: 999px;
  background: rgba(0, 212, 126, .9);
  transition: width .25s ease;
}

.pwc-shipbar-msg{
  margin-top:10px;
  font-size: 12px;
  opacity: .85;
  line-height: 1.35;
}
