.wcpiu-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
  margin: 16px 0;
}

.wcpiu-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #f3f4f6;
  border-bottom: 1px solid #e5e7eb;
}

.wcpiu-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
}

.wcpiu-card__body {
  padding: 16px;
}

.wcpiu-label {
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
}

.wcpiu-dropgrid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.wcpiu-dropzone {
  width: 150px;
  height: 150px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  position: relative;
}

.wcpiu-dropzone__plus {
  color: #9ca3af;
}

.wcpiu-dropzone img,
.wcpiu-preview-img {
  max-width: 100%;
  max-height: 100%;
  display: none;
  border-radius: 6px;
}

.wcpiu-progress {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  height: 6px;
  background: #e5e7eb;
  border-radius: 3px;
  overflow: hidden;
}
.wcpiu-progress__bar {
  height: 100%;
  width: 0%;
  background: #f59e0b;
}

.wcpiu-choose-btn {
  margin-top: 10px;
  padding: 8px 12px;
  background: #ffffff;
  border: 2px solid #f59e0b;
  color: #1f2937;
  border-radius: 6px;
  cursor: pointer;
}
.wcpiu-choose-btn:hover {
  border-color: #fbbf24;
}

.wcpiu-help {
  margin-top: 8px;
  color: #6b7280;
  font-size: 13px;
}

.wcpiu-cart-thumbs img {
  width: 60px;
  height: auto;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  margin-right: 6px;
}