/* Cup Order Validation – quantity hint and inline error styling */

.cup-qty-hint {
  font-size: 0.875em;
  margin-top: 4px;
  display: none;
}

.cup-qty-hint.text-muted {
  color: #6c757d;
}

.cup-qty-hint.text-danger {
  color: #c0392b;
  font-weight: 600;
}

.form-group.has-error .form-number {
  border-color: #c0392b;
  box-shadow: 0 0 0 2px rgba(192, 57, 43, 0.15);
}

.form-group.has-success .form-number {
  border-color: #27ae60;
}