/**
 * Form Domain Guard - front-end styles.
 * Deliberately minimal and neutral so it inherits your theme's form styling.
 */

.gform_wrapper .fdg-message {
	color: #c02b0a;
	font-size: 0.875em;
	line-height: 1.4;
	margin-top: 0.5em;
}

.gform_wrapper input.fdg-invalid {
	border-color: #c02b0a;
}

.gform_wrapper .fdg-blocked,
.gform_wrapper .fdg-blocked:hover {
	cursor: not-allowed;
	opacity: 0.55;
}
