/* Donation Grid Checkout — minimal styling.
   The button already inherits your theme's .button class, so this
   file only adds a loading state. Feel free to customize/override. */

.dgc-donate-btn {
	cursor: pointer;
}

.dgc-donate-btn.dgc-loading {
	opacity: 0.6;
	cursor: progress;
	pointer-events: none;
}
