.dgc-sa-form-wrapper {
	max-width: 600px;
	margin: 0 auto;
}

.dgc-sa-form .dgc-sa-form-field {
	margin-bottom: 1rem;
}

.dgc-sa-form label {
	display: block;
	margin-bottom: 0.25rem;
	font-weight: 600;
}

.dgc-sa-form .required {
	color: #d63638;
}

.dgc-sa-form .dgc-sa-input,
.dgc-sa-form .dgc-sa-select {
	width: 100%;
	padding: 0.5rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.dgc-sa-form .dgc-sa-form-checkbox label {
	font-weight: normal;
}

.dgc-sa-form .dgc-sa-form-checkbox input {
	margin-right: 0.5rem;
}

.dgc-sa-form .dgc-sa-submit {
	padding: 0.75rem 1.5rem;
	background: #2271b1;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.dgc-sa-form .dgc-sa-submit:hover {
	background: #135e96;
}

.dgc-sa-form .dgc-sa-form-messages {
	margin-top: 1rem;
}

.dgc-sa-form .dgc-sa-form-messages .success {
	color: #008a20;
	padding: 0.75rem;
	background: #edfaef;
	border: 1px solid #c3e6c9;
	border-radius: 4px;
}

.dgc-sa-form .dgc-sa-form-messages .error {
	color: #d63638;
	padding: 0.75rem;
	background: #fcf0f1;
	border: 1px solid #f5c6cb;
	border-radius: 4px;
}

.dgc-sa-form-confirmation {
	color: #008a20;
	padding: 0.75rem;
	background: #edfaef;
	border: 1px solid #c3e6c9;
	border-radius: 4px;
	margin-bottom: 1rem;
}

.dgc-sa-form-test-preview {
	padding: 0.75rem;
	background: #f0f6fc;
	border: 1px solid #c5d9ed;
	border-radius: 4px;
	font-size: 0.9rem;
}

.dgc-sa-form-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
