.cf7rp-wrap {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.cf7rp-pay-button {
	cursor: pointer;
}

.cf7rp-pay-button:disabled {
	opacity: 0.6;
	cursor: default;
}

.cf7rp-spinner {
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-top-color: #3399cc;
	border-radius: 50%;
	display: inline-block;
	animation: cf7rp-spin 0.7s linear infinite;
}

@keyframes cf7rp-spin {
	to { transform: rotate(360deg); }
}

.cf7rp-paid-msg {
	color: #1a7d1a;
	font-weight: 600;
}

.cf7rp-error-msg {
	color: #c0392b;
}
