/**
 * Minimal validation result / lock styles.
 * Does not restyle the existing product page layout.
 */

.sgedv-result {
	margin: 0;
	line-height: 1.5;
}

.sgedv-result--checking {
	font-weight: 600;
}

.sgedv-result--success {
	font-weight: 600;
}

.sgedv-result--success strong {
	display: block;
	margin-bottom: 4px;
}

.sgedv-result--error {
	font-weight: 600;
}

.sgedv-purchase-locked,
.single_add_to_cart_button.sgedv-purchase-locked,
.pisol_buy_now_button.sgedv-purchase-locked,
.pisol_single_buy_now.sgedv-purchase-locked {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

.sgedv-busy {
	pointer-events: none;
	opacity: 0.75;
}
