.goods-step-two-form input[name="companyName"][data-existing-company-locked],
.upload-step-form select[data-live-company-locked] {
  background: #eef1f6 !important;
  border-color: #d5dbe6 !important;
  color: #667085 !important;
  cursor: not-allowed;
  opacity: 1;
}

.live-company-lock-note {
  align-items: center;
  color: #9f1239 !important;
  display: flex;
  font-size: 12px !important;
  font-weight: 700;
  gap: 5px;
  line-height: 1.45;
  margin-top: 6px;
}

.live-company-lock-note::before {
  content: "🔒";
  font-size: 12px;
}

.step-circle[data-live-category-locked] {
  cursor: not-allowed !important;
  filter: grayscale(1);
  opacity: 0.55;
}
