.quantity-choice-modal p {
  margin: 0 0 20px;
  line-height: 1.45;
  color: #d8d8d8;
}

.quantity-choice-actions {
  display: grid;
  gap: 12px;
}

.quantity-split-progress {
  margin: 12px 0 18px;
  padding: 12px 14px;
  border: 1px solid #c71920;
  border-radius: 10px;
  background: rgba(199, 25, 32, 0.12);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0.03em;
}

.product-qty button:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

.quantity-split-progress-modal {
  margin-top: 0;
}
