.shipping-progress {
  margin: 0 0 1.5rem 0;
  padding: 12px;
  background: #f8f8f8;
  border-radius: 4px;
}

.shipping-message {
  margin: 0 0 8px 0;
  font-size: 1rem;
  text-align: center;
}

.progress-bar {
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
}

.progress {
  height: 100%;
  background: #000;
  transition: width 0.3s ease;
}