/* Styling for the replaced checkout flow and processing state */
.fq-processing {
  opacity: 0.6;
  pointer-events: none;
}

/* Optional: style checkout button when disabled */
button.fq-disabled, button[disabled] {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}

/* Message area margin (if you add one) */
.fq-stripe-message {
  margin-top: 10px;
  color: #333;
  font-size: 14px;
}
