/**
 * Dakkampioenen Sales — form styles (extends theme .form-shell)
 */

.dks-form-shell {
	position: relative;
}

.dks-form__message {
	margin-bottom: 1rem;
	padding: 0.75rem 1rem;
	border-radius: 6px;
	font-size: 0.9375rem;
}

.dks-form__message.is-error {
	background: #fdecea;
	color: #611a15;
	border: 1px solid #f5c6cb;
}

.dks-form__message.is-success {
	background: #e8f5e9;
	color: #1b5e20;
	border: 1px solid #c8e6c9;
}

.dks-form__submit[disabled] {
	opacity: 0.65;
	cursor: wait;
}

.dks-form__hp {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
}

.dks-form-shell .btn.btn-primary {
	width: 100%;
	margin-top: 0.5rem;
}
